File tree Expand file tree Collapse file tree 5 files changed +31
-5
lines changed
Expand file tree Collapse file tree 5 files changed +31
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ pom.xml.versionsBackup
55pom.xml.next
66release.properties
77maven-eclipse.xml
8+ infinitest.filters
89
910node_modules /
1011npm-debug.log
@@ -17,11 +18,12 @@ npm-debug.log
1718.pmd
1819.checkstyle
1920.idea
20- .iml
21+ .vagrant
2122* .iml
2223.DS_Store
2324.rubygems
2425.sass-cache
2526.rubygems-gem-maven-plugin
2627* .sublime- *
28+ * nbactions * .xml
2729.temp /
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 =" 2017-04-04" >
27+ <action type =" update" dev =" sseifert" >
28+ maven-release-plugin: Enable OddEvenVersionPolicy.
29+ </action >
30+ <action type =" update" dev =" sseifert" >
31+ Update to global-parent 14.
32+ </action >
33+ </release >
34+
2635 <release version =" 1.0.4" date =" 2017-02-09" >
2736 <action type =" update" dev =" sseifert" >
2837 Update to global-parent 13, update dependencies.
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >io.wcm.maven</groupId >
2727 <artifactId >io.wcm.maven.global-parent</artifactId >
28- <version >13 </version >
28+ <version >14 </version >
2929 <relativePath />
3030 </parent >
3131
3232 <groupId >io.wcm.devops</groupId >
3333 <artifactId >io.wcm.devops.parent_toplevel</artifactId >
34- <version >1.0.4 </version >
34+ <version >1.0.6 </version >
3535 <packaging >pom</packaging >
3636
3737 <name >Toplevel Parent</name >
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 >
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >io.wcm.maven</groupId >
2828 <artifactId >io.wcm.maven.global-parent</artifactId >
29- <version >13 </version >
29+ <version >14 </version >
3030 <relativePath />
3131 </parent >
3232
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >io.wcm.devops</groupId >
2828 <artifactId >io.wcm.devops.parent_toplevel</artifactId >
29- <version >1.0.3 -SNAPSHOT</version >
29+ <version >1.0.5 -SNAPSHOT</version >
3030 <relativePath >../parent_toplevel/pom.xml</relativePath >
3131 </parent >
3232
You can’t perform that action at this time.
0 commit comments