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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 33c1103 Bump org.apache:apache from 30 to 31 33c1103 is described below commit 33c1103e4eac5a71652c1093300ed9f1d8f44ef0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 12 12:28:11 2023 -0500 Bump org.apache:apache from 30 to 31 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cfe6c6a..a85a9e0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>30</version> + <version>31</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bc42ec4..744763f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -82,6 +82,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-failsafe-plugin from 3.2.1 to 3.2.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-plugin from 3.2.1 to 3.2.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-report-plugin from 3.2.1 to 3.2.2.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache:apache from 30 to 31.</action> </release> <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies"> <!-- FIX -->