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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 68dd14f5 Bump org.apache.commons:commons-parent from 79 to 80
68dd14f5 is described below

commit 68dd14f5467e729b9dba4dd43ff76845ccd36f51
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 29 10:25:03 2025 -0500

    Bump org.apache.commons:commons-parent from 79 to 80
    
    Remove -nouses directive from maven-bundle-plugin. OSGi package imports
    now state 'uses' definitions for package imports, this doesn't affect
    JPMS
---
 pom.xml                 |  2 +-
 src/changes/changes.xml | 17 +++++++----------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9100d93..3c40b906 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>79</version>
+    <version>80</version>
   </parent>
   <artifactId>commons-pool3</artifactId>
   <version>3.0.0-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c92854a..a3d3a6d2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,23 +45,20 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
   <release version="3.0.0" date="2023-MM-DD" description="This is a feature 
and maintenance release (Java 8 or above).">
+    <!-- FIX -->
+    <action dev="psteitz" type="fix" issue="POOL-407">Add 
ReslientPooledObjectFactory to provide resilence against factory 
outages.</action>
+    <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses 
directive from maven-bundle-plugin. OSGi package imports now state 'uses' 
definitions for package imports, this doesn't affect JPMS (from 
org.apache.commons:commons-parent:80).</action>
     <!-- REMOVE -->
-    <action dev="ggregory" type="remove">
-      Deprecations from version 2.x have been removed.
-    </action>
+    <action dev="ggregory" type="remove">Deprecations from version 2.x have 
been removed.</action>
     <!-- UPDATE -->
-    <action dev="ggregory" type="update">
-      Bump Java from 8 to 17.
-    </action>
+    <action dev="ggregory" type="update">Bump Java from 8 to 17.
+    <action type="update" dev="ggregory">Bump 
org.apache.commons:commons-parent from 79 to 80.</action>
+  </action>
     <action dev="ggregory" type="update">Bump 
org.apache.commons:commons-parent from 58 to 78 #297, #328, #338, #341, #347, 
#351, #354, #361.</action>
     <action dev="ggregory" type="update">Bump org.ow2.asm:asm-util from 9.5 to 
9.7.1 #252, #294, #355.</action>
     <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0 #326, 
#333, #342.</action>
     <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.10.0 #263, #306, 
#327.</action>
     <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 #330.</action>
-    <!-- FIX -->
-    <action dev="psteitz" type="fix" issue="POOL-407">
-      Add ReslientPooledObjectFactory to provide resilence against factory 
outages.
-    </action>
   </release> 
   <release version="2.12.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release (Java 8 or above).">
     <!-- FIX -->

Reply via email to