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


The following commit(s) were added to refs/heads/master by this push:
     new 3b9feb49 Bump org.apache.commons:commons-parent from 79 to 80 #339
     new a83a6ed6 Merge branch 'master' of 
https://github.com/apache/commons-codec.git
3b9feb49 is described below

commit 3b9feb49485047cdd2f27c38aa11b86dc79ea2e7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 29 09:26:19 2025 -0500

    Bump org.apache.commons:commons-parent from 79 to 80 #339
    
    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 | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c846589b..1acfa9be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>79</version>
+    <version>80</version>
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cc0f7b53..c507e63f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,8 +45,10 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="1.18.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
+      <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>
       <!-- ADD -->
       <!-- UPDATE -->
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 79 to 80.</action>
     </release>
     <release version="1.18.0" date="2025-01-24" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->

Reply via email to