Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 13, 2025
2 parents 0f689b2 + 09720dd commit ba3a5d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
14 changes: 12 additions & 2 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@
#L%
-->

<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<document xmlns="http://maven.apache.org/changes/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
<body>

<release version="61" date="2025-01-13">
<action type="update" dev="sseifert">
Update plugins and dependencies to latest versions.
</action>
<action type="update" dev="sseifert"><![CDATA[
Update to Maven Changes Plugin 3.x, see <a href="https://maven.apache.org/plugins/maven-changes-plugin/">Apache Maven Changes Plugin</a> for migration details.
]]></action>
</release>

<release version="60" date="2024-12-09">
<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>60</version>
<version>61</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.8.0</pmd.version>
<pmd.version>7.9.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 @@ -435,7 +435,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.12.1</version>
<version>3.0.0-M2</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -616,7 +616,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.20.2</version>
<version>10.21.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -743,7 +743,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -934,7 +934,7 @@
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
<report>changes</report>
</reports>
</reportSet>
</reportSets>
Expand Down

0 comments on commit ba3a5d4

Please sign in to comment.