Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 9, 2024
2 parents 2932c6e + cc74e45 commit 0f689b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="60" date="2024-12-09">
<action type="update" dev="sseifert">
Update plugins and dependencies to latest versions.
</action>
<action type="update" dev="sseifert">
Update to global-build-tools 31.
</action>
</release>

<release version="59" date="2024-11-18">
<action type="update" dev="sseifert">
Update plugins and dependencies to latest versions.
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.global-parent</artifactId>
<version>59</version>
<version>60</version>
<packaging>pom</packaging>

<name>io.wcm.maven.global-parent</name>
Expand Down Expand Up @@ -97,7 +97,7 @@
<spotbugs-plugin.version>4.8.6.6</spotbugs-plugin.version>
<!-- Stick with version 1.12.0 until the fix for https://github.com/find-sec-bugs/find-sec-bugs/issues/727 is released -->
<spotbugs-findsecbugs-plugin.version>1.12.0</spotbugs-findsecbugs-plugin.version>
<pmd.version>7.7.0</pmd.version>
<pmd.version>7.8.0</pmd.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>

Expand Down Expand Up @@ -158,7 +158,7 @@
<extension>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.global-build-tools</artifactId>
<version>30</version>
<version>31</version>
</extension>

<!-- SCP support for deploying sites -->
Expand Down Expand Up @@ -590,7 +590,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
</plugin>

<plugin>
Expand All @@ -616,7 +616,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.20.1</version>
<version>10.20.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -853,7 +853,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 0f689b2

Please sign in to comment.