Skip to content

Commit 96ce1f9

Browse files
committed
[jgitflow-maven-plugin] merging 'release/io.wcm.devops.parent_toplevel-1.0.2' into 'master'
2 parents a7e4f27 + f2d48ec commit 96ce1f9

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

parent_toplevel/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
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.2" date="2015-11-12">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 10, switch from cobertura to jacoco.
29+
</action>
30+
</release>
31+
2632
<release version="1.0.0" date="2015-07-21">
2733
<action type="update" dev="sseifert">
2834
Initial release.

parent_toplevel/pom.xml

Lines changed: 2 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>9</version>
28+
<version>10</version>
2929
<relativePath />
3030
</parent>
3131

3232
<groupId>io.wcm.devops</groupId>
3333
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
34-
<version>1.0.0</version>
34+
<version>1.0.2</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Toplevel Parent</name>

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>9</version>
29+
<version>10</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.0-SNAPSHOT</version>
29+
<version>1.0.1-SNAPSHOT</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)