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


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

commit 8d4a132e393973d0be9526cdc3b739f90263552a
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 29 10:31:50 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 | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cc972f83..73d2a1d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>79</version>
+    <version>80</version>
   </parent>
   <artifactId>commons-text</artifactId>
   <version>1.13.1-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9d20d0aa..90b07f75 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,8 +47,10 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
   <release version="1.13.1" date="YYYY-MM-DD" description="Release 1.13.1. 
Requires Java 8 or above.">
     <!-- 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.13.0" date="2024-12-10" description="Release 1.13.0. 
Requires Java 8 or above.">
     <!-- ADD -->

Reply via email to