Skip to content

Commit 3248ae4

Browse files
committed
[jgitflow-maven-plugin] merging 'release/io.wcm.devops.parent_toplevel-1.0.6' into 'master'
2 parents d28129b + fa29e3d commit 3248ae4

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pom.xml.versionsBackup
55
pom.xml.next
66
release.properties
77
maven-eclipse.xml
8+
infinitest.filters
89

910
node_modules/
1011
npm-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/

parent_toplevel/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
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.

parent_toplevel/pom.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
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>
@@ -247,6 +247,21 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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

public_site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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

0 commit comments

Comments
 (0)