Skip to content

Commit 4ec8757

Browse files
committed
Merge branch 'develop' into master
2 parents 73e6f99 + 7d277fb commit 4ec8757

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
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.2.8" date="2021-06-27">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 38.
29+
</action>
30+
</release>
31+
2632
<release version="1.2.6" date="2021-03-15">
2733
<action type="update" dev="sseifert">
2834
Update to global-parent 37.

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>37</version>
28+
<version>38</version>
2929
<relativePath />
3030
</parent>
3131

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

3737
<name>Toplevel Parent</name>

parent_toplevel/src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
<item name="Maven Repositories" href="https://devops.wcm.io/maven.html" />
117117
<item name="GitHub project" href="http://github.com/wcm-io-devops" />
118118
<item name="Subprojects" href="https://wcm.io/subprojects.html" />
119-
<item name="License" href="https://devops.wcm.io/license.html" />
119+
<item name="License" href="http://www.apache.org/licenses/LICENSE-2.0.txt" />
120120
<item name="Commercial Support" href="https://wcm.io/commercial-support.html" />
121-
<item name="Imprint" href="https://wcm.io/imprint.html" />
121+
<item name="Imprint" href="https://diva-e.com/en/imprint/" />
122122
<item name="Privacy Policy" href="https://wcm.io/privacy.html" />
123123
</menu>
124124
<menu name="Categories" inherit="top">

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.2.5-SNAPSHOT</version>
29+
<version>1.2.6</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.2.5-SNAPSHOT</version>
29+
<version>1.2.7-SNAPSHOT</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)