File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 2323 xsi : schemaLocation =" http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd" >
2424 <body >
2525
26+ <release version =" 1.0.6" date =" not released" >
27+ <action type =" update" dev =" sseifert" >
28+ maven-release-plugin: Enable OddEvenVersionPolicy.
29+ </action >
30+ </release >
31+
2632 <release version =" 1.0.4" date =" 2017-02-09" >
2733 <action type =" update" dev =" sseifert" >
2834 Update to global-parent 13, update dependencies.
Original file line number Diff line number Diff line change 247247 </configuration >
248248 </plugin >
249249
250+ <plugin >
251+ <groupId >org.apache.maven.plugins</groupId >
252+ <artifactId >maven-release-plugin</artifactId >
253+ <configuration >
254+ <projectVersionPolicyId >OddEvenVersionPolicy</projectVersionPolicyId >
255+ </configuration >
256+ <dependencies >
257+ <dependency >
258+ <groupId >org.apache.maven.release</groupId >
259+ <artifactId >maven-release-oddeven-policy</artifactId >
260+ <version >2.5.3</version >
261+ </dependency >
262+ </dependencies >
263+ </plugin >
264+
250265 </plugins >
251266
252267 </pluginManagement >
You can’t perform that action at this time.
0 commit comments