Skip to content

Commit 5432f99

Browse files
committed
Merge branch 'develop'
2 parents 3ebb4c3 + 4d1e887 commit 5432f99

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

parent_toplevel/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2525
<body>
2626

27+
<release version="2.0.4" date="2025-09-19">
28+
<action type="update" dev="sseifert">
29+
Update to global-parent 66.
30+
</action>
31+
<action type="update" dev="sseifert">
32+
Update testing dependencies.
33+
</action>
34+
</release>
35+
2736
<release version="2.0.2" date="2025-06-18">
2837
<action type="update" dev="sseifert">
2938
Enable rendering of changes reports in HTML format again by reconfiguring maven-changes-plugin 3.0.0-M3.

parent_toplevel/pom.xml

Lines changed: 5 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>65</version>
28+
<version>66</version>
2929
<relativePath />
3030
</parent>
3131

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

3737
<name>Toplevel Parent</name>
@@ -84,7 +84,7 @@
8484
<site.deploy.url>scm:git:https://github.com/wcm-io-devops/wcm-io-devops.github.io.git</site.deploy.url>
8585

8686
<!-- Versions -->
87-
<mockito.version>5.18.0</mockito.version>
87+
<mockito.version>5.19.0</mockito.version>
8888

8989
<!-- SonarCloud -->
9090
<sonar.organization>wcm-io-devops</sonar.organization>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>org.junit</groupId>
160160
<artifactId>junit-bom</artifactId>
161-
<version>5.13.1</version>
161+
<version>5.13.4</version>
162162
<type>pom</type>
163163
<scope>import</scope>
164164
</dependency>
@@ -409,6 +409,7 @@
409409
<extensions>true</extensions>
410410
<configuration>
411411
<publishingServerId>sonatype-central</publishingServerId>
412+
<deploymentName>${project.artifactId} ${project.version}</deploymentName>
412413
</configuration>
413414
</plugin>
414415
</plugins>

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

0 commit comments

Comments
 (0)