Skip to content

Commit 4c1a446

Browse files
committed
[jgitflow-maven-plugin] merging 'release/io.wcm.devops.parent_toplevel-1.1.4' into 'master'
2 parents fce934a + 5ec1b85 commit 4c1a446

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
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.1.4" date="2019-05-08">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 26.
29+
</action>
30+
</release>
31+
2632
<release version="1.1.2" date="2019-03-14">
2733
<action type="update" dev="sseifert">
2834
Update to global-parent 25.

parent_toplevel/pom.xml

Lines changed: 5 additions & 5 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>25</version>
28+
<version>26</version>
2929
<relativePath />
3030
</parent>
3131

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

3737
<name>Toplevel Parent</name>
@@ -79,9 +79,9 @@
7979

8080
<properties>
8181

82-
<!-- compiler settings -->
83-
<build.compiler.source>1.8</build.compiler.source>
84-
<build.compiler.target>1.8</build.compiler.target>
82+
<!-- Java version -->
83+
<java.version>1.8</java.version>
84+
<build.compiler.release>8</build.compiler.release>
8585

8686
<!-- site settings -->
8787
<site.url.module.prefix>tooling/parent_toplevel</site.url.module.prefix>

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.1.0</version>
29+
<version>1.1.2</version>
3030
<relativePath>parent_toplevel/pom.xml</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.1.1-SNAPSHOT</version>
29+
<version>1.1.2</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)