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-logging.git
commit 81e491ce100cd84785fe549f72b58ba1c5344115 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 30 08:28:32 2024 -0400 Bump org.apache.commons:commons-parent from 71 to 72 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2747ff9..00eb8ec 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>71</version> + <version>72</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-logging</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d5dc0fc..24fc10d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <!-- ADD --> <!-- UPDATE --> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 71 to 72.</action> </release> <release version="1.3.3" date="2024-06-30" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
