Skip to content

Commit d98f412

Browse files
committed
Merge branch 'develop'
2 parents 535a1f5 + 4fa0cac commit d98f412

File tree

2 files changed

+29
-23
lines changed

2 files changed

+29
-23
lines changed

changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
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="65" date="2025-05-30">
28+
<action type="update" dev="sseifert">
29+
Update plugins and dependencies to latest versions.
30+
</action>
31+
</release>
32+
2733
<release version="64" date="2025-04-29">
2834
<action type="update" dev="sseifert">
2935
Update to global-build-tools 32.

pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>io.wcm.maven</groupId>
2626
<artifactId>io.wcm.maven.global-parent</artifactId>
27-
<version>64</version>
27+
<version>65</version>
2828
<packaging>pom</packaging>
2929

3030
<name>io.wcm.maven.global-parent</name>
@@ -40,26 +40,6 @@
4040

4141
<inceptionYear>2014</inceptionYear>
4242

43-
<organization>
44-
<name>wcm.io</name>
45-
<url>https://wcm.io</url>
46-
</organization>
47-
48-
<licenses>
49-
<license>
50-
<name>The Apache Software License, Version 2.0</name>
51-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
52-
</license>
53-
</licenses>
54-
55-
<developers>
56-
<developer>
57-
<name>wcm.io Community</name>
58-
<organization>wcm.io</organization>
59-
<organizationUrl>https://wcm.io</organizationUrl>
60-
</developer>
61-
</developers>
62-
6343
<properties>
6444

6545
<!-- define default encoding for all source/resource files -->
@@ -435,7 +415,7 @@
435415
<plugin>
436416
<groupId>org.apache.maven.plugins</groupId>
437417
<artifactId>maven-changes-plugin</artifactId>
438-
<version>3.0.0-M2</version>
418+
<version>3.0.0-M3</version>
439419
</plugin>
440420

441421
<plugin>
@@ -615,7 +595,7 @@
615595
<dependency>
616596
<groupId>com.puppycrawl.tools</groupId>
617597
<artifactId>checkstyle</artifactId>
618-
<version>10.23.1</version>
598+
<version>10.24.0</version>
619599
</dependency>
620600
</dependencies>
621601
</plugin>
@@ -1382,6 +1362,26 @@
13821362

13831363
</profiles>
13841364

1365+
<organization>
1366+
<name>wcm.io</name>
1367+
<url>https://wcm.io</url>
1368+
</organization>
1369+
1370+
<licenses>
1371+
<license>
1372+
<name>The Apache Software License, Version 2.0</name>
1373+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
1374+
</license>
1375+
</licenses>
1376+
1377+
<developers>
1378+
<developer>
1379+
<name>wcm.io Community</name>
1380+
<organization>wcm.io</organization>
1381+
<organizationUrl>https://wcm.io</organizationUrl>
1382+
</developer>
1383+
</developers>
1384+
13851385
<distributionManagement>
13861386
<repository>
13871387
<id>${distribution.releaseRepositoryId}</id>

0 commit comments

Comments
 (0)