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 d5fa1ff Prepare for the next release candidate
d5fa1ff is described below
commit d5fa1ff2f5b4ad5adb3acd39f4e7360f59704205
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 00:53:25 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 f28de2a..18e8d69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<artifactId>commons-release-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</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-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-04-16T00:45:44Z</project.build.outputTimestamp>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.release.version>1.8.2</commons.release.version>