Skip to content

Commit 9818b02

Browse files
committed
[jgitflow-maven-plugin] merging 'release/io.wcm.devops.parent_toplevel-1.0.8' into 'master'
2 parents 3248ae4 + ee5420e commit 9818b02

File tree

4 files changed

+25
-9
lines changed

4 files changed

+25
-9
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.8" date="2017-10-19">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 17, update mockito.
29+
</action>
30+
</release>
31+
2632
<release version="1.0.6" date="2017-04-04">
2733
<action type="update" dev="sseifert">
2834
maven-release-plugin: Enable OddEvenVersionPolicy.

parent_toplevel/pom.xml

Lines changed: 14 additions & 4 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>14</version>
28+
<version>17</version>
2929
<relativePath />
3030
</parent>
3131

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

3737
<name>Toplevel Parent</name>
@@ -87,7 +87,7 @@
8787
<site.url.module.prefix>tooling/parent_toplevel</site.url.module.prefix>
8888
<site.url>http://devops.wcm.io</site.url>
8989
<site.deploy.id>ssh-wcm.io</site.deploy.id>
90-
<site.deploy.url>scp://[email protected]:222/var/www/devops.wcm.io/www/</site.deploy.url>
90+
<site.deploy.url />
9191

9292
</properties>
9393

@@ -150,13 +150,23 @@
150150
<dependency>
151151
<groupId>org.mockito</groupId>
152152
<artifactId>mockito-core</artifactId>
153-
<version>2.3.7</version>
153+
<version>2.11.0</version>
154154
</dependency>
155155

156156
</dependencies>
157157
</dependencyManagement>
158158

159159
<build>
160+
<extensions>
161+
162+
<!-- Add wcm.io file header to code templates -->
163+
<extension>
164+
<groupId>io.wcm.maven</groupId>
165+
<artifactId>io.wcm.maven.global-build-tools-mixin</artifactId>
166+
<version>1</version>
167+
</extension>
168+
169+
</extensions>
160170
<plugins>
161171

162172
<!-- license check -->

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<modelVersion>4.0.0</modelVersion>
2525

2626
<parent>
27-
<groupId>io.wcm.maven</groupId>
28-
<artifactId>io.wcm.maven.global-parent</artifactId>
29-
<version>14</version>
30-
<relativePath />
27+
<groupId>io.wcm.devops</groupId>
28+
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29+
<version>1.0.7-SNAPSHOT</version>
30+
<relativePath>parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

3333
<groupId>io.wcm.devops</groupId>

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

0 commit comments

Comments
 (0)