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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 4af314f Bump commons-parent from 58 to 61 4af314f is described below commit 4af314fd4627077207f2c05131ae6d22d5f53e87 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 30 15:08:02 2023 -0400 Bump commons-parent from 58 to 61 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 033fd80..cd16a21 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>58</version> + <version>61</version> </parent> <artifactId>commons-release-plugin</artifactId> <packaging>maven-plugin</packaging> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 31cdc10..9491639 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -32,7 +32,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.scm:maven-scm-* from 2.0.0 to 2.0.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-plugin-annotations from 3.8.2 to 3.9.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven:maven-* from 3.9.1 to 3.9.3.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent 58 to 59.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent 58 to 61.</action> </release> <release version="1.8.1" date="2023-06-25" description="Version 1.8.1"> <!-- FIXES -->