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 9925c60 Bump commons-parent from 61 to 62
9925c60 is described below
commit 9925c60356f3e39d3c1fb16cc7a9c716c86ab644
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 7 09:45:53 2023 -0400
Bump commons-parent from 61 to 62
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cd16a21..c1a1cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>61</version>
+ <version>62</version>
</parent>
<artifactId>commons-release-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9491639..6711f94 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 61.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-parent 58 to 62.</action>
</release>
<release version="1.8.1" date="2023-06-25" description="Version 1.8.1">
<!-- FIXES -->