This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-release-plugin-1.8.0-RC1 in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
commit 414f394201ce23262895bb8b83bfa457a5884ab4 Author: Gary Gregory <[email protected]> AuthorDate: Sun Mar 13 15:53:17 2022 -0400 Update POM version numbers for Apache release 1.8.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 403f471..55271df 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <artifactId>commons-release-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <name>Apache Commons Release Plugin</name> <description>
