This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/release by this push: new a932a51 Prepare for the next release candidate a932a51 is described below commit a932a5187b5aff9d76ff13c91245e0bf6af464d8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 3 20:04:48 2024 +0000 Prepare for the next release candidate --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5c2755a..3d3b11e 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <artifactId>commons-release-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>1.8.3-SNAPSHOT</version> + <version>1.8.3</version> <name>Apache Commons Release Plugin</name> <description> @@ -125,7 +125,7 @@ <project.build.sourceEncoding>${commons.encoding}</project.build.sourceEncoding> <!-- This is used by reporting plugins --> <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding> - <project.build.outputTimestamp>2024-04-19T14:42:04Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-11-03T20:02:30Z</project.build.outputTimestamp> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.bc.version>1.8.2</commons.bc.version>