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

commit 9deb85b1e5c90ec0efd022afc4b861712ef1ec38
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 29 09:37:03 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 | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0057d58..3ccf12b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>79</version>
+    <version>80</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ad472d6..679dfb6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,9 +42,10 @@
   <body>
     <release version="1.4.2" date="YYYY-MM-DD" description="This is a 
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 dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 78 to 79.</action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 78 to 80.</action>
     </release>
     <release version="1.4.1" date="2025-01-13" description="Bug fix release">
       <!-- FIX -->

Reply via email to