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

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


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

commit 695fbd0bf4e4dd5058ec4f77a19a99f2c11a2b00
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 29 10:42:13 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 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4602cf5..cd097fb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,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-cli</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a1472906..40273ba4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,14 +32,14 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up 
maven-antrun-plugin version from parent POM org.apache:apache.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is 
missing its Overview page.</action>
       <action type="fix" dev="ggregory" due-to="Arnout Engelen">Get mockito 
version from parent pom (#351).</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>
       <!-- ADD -->
       <action type="add" issue="CLI-339" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Help formatter extension in the new package #314.</action>
       <action type="add" dev="ggregory" due-to="Gary 
Gregory">CommandLine.Builder implements Supplier&lt;CommandLine&gt;.</action>
       <action type="add" dev="ggregory" due-to="Gary 
Gregory">DefaultParser.Builder implements 
Supplier&lt;DefaultParser&gt;.</action>
       <action type="add" issue="CLI-340" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Add CommandLine.getParsedOptionValues() #334.</action> 
       <!-- UPDATE -->
-      <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 72 to 79 #302, #304, 
#310, #315, #320, #327.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 72 to 80 #302, #304, 
#310, #315, #320, #327.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">[test] Bump commons-io:commons-io from 2.16.1 to 2.18.0 #309, 
#337.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">[test] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 
#344.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Update site 
documentation to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>

Reply via email to