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 9bc2973 Prepare for the release candidate 1.9.2 RC1
9bc2973 is described below
commit 9bc2973e3c0515e93e04f00566cce488a5f3c9f1
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 25 15:08:30 2026 +0000
Prepare for the release candidate 1.9.2 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 351f29c..c07cc23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<artifactId>commons-release-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>1.9.2-SNAPSHOT</version>
+ <version>1.9.2</version>
<name>Apache Commons Release Plugin</name>
<description>
Apache Maven Mojo for Apache Commons Release tasks.
@@ -83,7 +83,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-07-26T11:56:08Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-01-25T15:06:39Z</project.build.outputTimestamp>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.release.version>1.9.2</commons.release.version>
<commons.release.next>1.9.3</commons.release.next>