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 c444d982 Bump org.apache.commons:commons-parent from 72 to 73
new d52e0630 Merge branch '1.X' of
https://gitbox.apache.org/repos/asf/commons-beanutils.git into 1.X
c444d982 is described below
commit c444d982afbb588d9fc544a28fce8bb3bd28e113
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 18 10:35:23 2024 -0400
Bump org.apache.commons:commons-parent from 72 to 73
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 95c51687..ced0a243 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>72</version>
+ <version>73</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-beanutils</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e7cb3548..8acbe6ae 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,7 +34,7 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory">Replace internal
use of Locale.ENGLISH with Locale.ROOT.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Replace Maven
CLIRR plugin with JApiCmp.</action>
<!-- UPDATE -->
- <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 47 to 72.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 47 to 73.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java
requirement from Java 6 to 7.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
junit:junit from 4.12 to 4.13.2.</action>
</release>