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 20cd812 Prepare for the release candidate 1.9.1 RC1
20cd812 is described below
commit 20cd812c37265bcbb105a81fb243c39364a46055
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 22 19:55:57 2025 +0000
Prepare for the release candidate 1.9.1 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 66e23a7..aae32ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<artifactId>commons-release-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>1.9.1-SNAPSHOT</version>
+ <version>1.9.1</version>
<name>Apache Commons Release Plugin</name>
<description>
Apache Maven Mojo for Apache Commons Release tasks.
@@ -84,7 +84,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-11T13:42:12Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-07-22T19:54:00Z</project.build.outputTimestamp>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.release.version>1.9.1</commons.release.version>
<commons.release.next>1.9.2</commons.release.next>