File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <properties >
2020 <jenkins .version>2.440.3</jenkins .version>
2121 <!-- Maven Plugins -->
22- <maven-release-plugin .version>2.5 .1</maven-release-plugin .version>
22+ <maven-release-plugin .version>3.1 .1</maven-release-plugin .version>
2323 <maven-site-plugin .version>3.3</maven-site-plugin .version>
24- <plugin .gitflow-maven.version>1.21.0</plugin .gitflow-maven.version>
2524 </properties >
2625
2726 <licenses >
150149 </dependencies >
151150
152151 <build >
153- <pluginManagement >
154- <plugins >
155- <plugin >
156- <groupId >com.amashchenko.maven.plugin</groupId >
157- <artifactId >gitflow-maven-plugin</artifactId >
158- <version >${plugin.gitflow-maven.version} </version >
159- <configuration >
160- <gitFlowConfig >
161- <productionBranch >main</productionBranch >
162- <developmentBranch >develop</developmentBranch >
163- <featureBranchPrefix >feature/</featureBranchPrefix >
164- <releaseBranchPrefix >release/</releaseBranchPrefix >
165- <hotfixBranchPrefix >hotfix/</hotfixBranchPrefix >
166- <supportBranchPrefix >support/</supportBranchPrefix >
167- <versionTagPrefix >v</versionTagPrefix >
168- <origin >origin</origin >
169- </gitFlowConfig >
170- <keepBranch >false</keepBranch >
171- </configuration >
172- </plugin >
173- </plugins >
174- </pluginManagement >
175152 <plugins >
176153 <plugin >
177154 <groupId >org.apache.maven.plugins</groupId >
180157 <additionalparam >-Xdoclint:none</additionalparam >
181158 </configuration >
182159 </plugin >
160+ <plugin >
161+ <artifactId >maven-release-plugin</artifactId >
162+ <version >${maven-release-plugin.version} </version >
163+ <configuration >
164+ <tagNameFormat >v@{project.version}</tagNameFormat >
165+ </configuration >
166+ </plugin >
183167 </plugins >
184168 </build >
185169
You can’t perform that action at this time.
0 commit comments