Skip to content

Commit 30a1dd5

Browse files
committed
Update to global-parent 12, update dependencies.
1 parent b35439b commit 30a1dd5

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

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.4" date="not released">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 12, update dependencies.
29+
</action>
30+
</release>
31+
2632
<release version="1.0.2" date="2015-11-12">
2733
<action type="update" dev="sseifert">
2834
Update to global-parent 10, switch from cobertura to jacoco.

parent_toplevel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.maven</groupId>
2727
<artifactId>io.wcm.maven.global-parent</artifactId>
28-
<version>10</version>
28+
<version>12-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.mockito</groupId>
142142
<artifactId>mockito-core</artifactId>
143-
<version>2.0.13-beta</version>
143+
<version>2.2.12</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)