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

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


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

commit 82ba334c7e8891301220b90b9d945a52b2000a1b
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 29 10:44:19 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 | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3bb62a6f..934bb212 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-beanutils</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 528da300..369a1f6b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,9 +32,10 @@
       <!-- FIX -->
       <action type="fix" issue="BEANUTILS-541" dev="ggregory" due-to="Sergey 
Chernov">FluentPropertyBeanIntrospector concurrency issue (backport to 1.X) 
#325.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is 
missing its Overview page.</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 -->
       <!-- 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.10.0" date="2024-12-26" description="This is a 
maintenance release and requires Java 8.">
       <!-- FIX -->

Reply via email to