Skip to content

Commit a88d535

Browse files
committed
prepare release
1 parent 0706a9c commit a88d535

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

parent_toplevel/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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.3.0" date="not released">
26+
<release version="1.3.0" date="2022-03-15">
2727
<action type="update" dev="sseifert">
2828
Update to global-parent 43.
2929
</action>

parent_toplevel/pom.xml

Lines changed: 3 additions & 3 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>43-SNAPSHOT</version>
28+
<version>43</version>
2929
<relativePath />
3030
</parent>
3131

@@ -152,12 +152,12 @@
152152
<dependency>
153153
<groupId>org.mockito</groupId>
154154
<artifactId>mockito-core</artifactId>
155-
<version>4.2.0</version>
155+
<version>4.4.0</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.mockito</groupId>
159159
<artifactId>mockito-junit-jupiter</artifactId>
160-
<version>4.2.0</version>
160+
<version>4.4.0</version>
161161
</dependency>
162162
<!-- Import all JUnit 5 dependencies -->
163163
<dependency>

0 commit comments

Comments
 (0)