This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f4b8f4  Bump maven.dependency.version from 3.9.11 to 3.9.12
3f4b8f4 is described below

commit 3f4b8f4f8ca50e3d53625c26a3b16df5b04d9413
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 17 08:12:33 2025 -0500

    Bump maven.dependency.version from 3.9.11 to 3.9.12
    
    - Bump org.apache.maven:maven-artifact from 3.9.11 to 3.9.12
    - Bump org.apache.maven:maven-compat from 3.9.11 to 3.9.12
    - Bump org.apache.maven:maven-core from 3.9.11 to 3.9.12
    - Bump org.apache.maven:maven-plugin-api from 3.9.11 to 3.9.12
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 477202a..2d053c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <!-- 3.8.2 fails with some class not found error -->
     <!-- 3.8.3 fails because MavenProject.getAttachedArtifacts() returns an 
IMMUTABLE collection and we want to change it! -->
-    <maven.dependency.version>3.9.11</maven.dependency.version>
+    <maven.dependency.version>3.9.12</maven.dependency.version>
     <commons.componentid>release-plugin</commons.componentid>
     <commons.dist.subdir>release-plugin</commons.dist.subdir>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a40fc8d..35b0312 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,10 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Make some 
classes final.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix missing 
version for org.codehaus.mojo:jdepend-maven-plugin: 2.1.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.maven:maven-artifact from 3.9.11 to 3.9.12.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.maven:maven-compat from 3.9.11 to 3.9.12.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.maven:maven-core from 3.9.11 to 3.9.12.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.maven:maven-plugin-api from 3.9.11 to 3.9.12.</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 85 to 93 #396, #399, #419, #420.</action>

Reply via email to