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 58bcd76  Bump dependencies
58bcd76 is described below

commit 58bcd76f3fe07d52e77ea1d291c149b9b796e437
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 20 18:12:01 2023 -0400

    Bump dependencies
    
    - org.apache.maven:maven-artifact 3.9.3 -> 3.9.5
    - org.apache.maven:maven-compat 3.9.3 -> 3.9.5
    - org.apache.maven:maven-core 3.9.3 -> 3.9.5
    - org.apache.maven:maven-plugin-api 3.9.3 -> 3.9.5
    - org.apache.maven.plugin-tools:maven-plugin-tools-ant 3.9.0 -> 3.10.1
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c88225b..0a2e227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,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.3</maven.dependency.version>
+    <maven.dependency.version>3.9.5</maven.dependency.version>
     <commons.componentid>release-plugin</commons.componentid>
     <commons.dist.subdir>release-plugin</commons.dist.subdir>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
@@ -138,7 +138,7 @@
       commons.releaseManagerKey
     -->
     <!-- Including commons release plugin older version -->
-    <maven.plugin.version>3.9.0</maven.plugin.version>
+    <maven.plugin.version>3.10.1</maven.plugin.version>
     <commons.build-plugin.version>1.12</commons.build-plugin.version>
     <!-- Until Maven plugins used here don't fail the Moditect plugin -->
     <moditect.skip>true</moditect.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f22796..4a922f2 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,9 +29,9 @@
   <body>
     <release version="1.8.2" date="20YY-MM-DD" description="Version 1.8.2">
       <!-- UPDATES -->
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.maven:maven-* from 3.9.1 to 3.9.5.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.maven.scm:maven-scm-* from 2.0.0 to 2.0.1.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
maven-plugin-annotations from 3.8.2 to 3.9.0.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.maven:maven-* from 3.9.1 to 3.9.3.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.9.0 to 
3.10.1.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent 58 to 64. #209.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-compress 1.23.0 to 1.24.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.13.0 to 2.14.0.</action>

Reply via email to