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 ca20792 Bump to next development version ca20792 is described below commit ca2079236cdd5afe2700884607006314366b9bba Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 11 13:42:32 2025 +0000 Bump to next development version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 32c24f8..2b0fd80 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <artifactId>commons-release-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</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>2025-01-08T13:13:10Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-01-11T13:42:12Z</project.build.outputTimestamp> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.release.version>1.9.0</commons.release.version> <commons.release.next>1.9.1</commons.release.next>