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


The following commit(s) were added to refs/heads/master by this push:
     new 50f34704 Bump org.apache.commons:commons-beanutils2 from 2.0.0-M1 to 
2.0.0-M2
50f34704 is described below

commit 50f34704dce848ec8e6e432e2c9f7abfbe99cefe
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 27 19:34:52 2025 -0400

    Bump org.apache.commons:commons-beanutils2 from 2.0.0-M1 to 2.0.0-M2
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 43258f0f..dde1218d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-beanutils2</artifactId>
-      <version>2.0.0-M1</version>
+      <version>2.0.0-M2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25702d4c..f19e52db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Java 
from 7 to 8.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-parent from 42 to 84.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-logging from 1.0.3 to 1.3.5.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to 2.0.0-M1.
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to 
org.apache.commons:commons-beanutils2 2.0.0-M2.
       Update configurations like:
       &lt;dynabean:property name="address" 
type="org.apache.commons.beanutils.DynaBean"/&gt;
       to:

Reply via email to