This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 83af818 Bump to next development version
83af818 is described below
commit 83af8183c8eea96381ed33dc6da043d849077447
Author: Sebb <[email protected]>
AuthorDate: Wed Apr 6 23:12:04 2022 +0100
Bump to next development version
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ec648fc..c46b602 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>53-SNAPSHOT</version>
+ <version>54-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Commons Parent</name>
<description>The Apache Commons Parent POM provides common settings for all
Apache Commons components.</description>
@@ -90,7 +90,7 @@
<properties>
<!-- configuration bits for cutting a release candidate, must be
overridden by components -->
<!-- TODO How can we make project.build.outputTimestamp and changes.xml's
release data the same? -->
-
<project.build.outputTimestamp>2021-01-01T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-04-06T22:10:39Z</project.build.outputTimestamp>
<commons.release.version>${project.version}</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>COMMONSSITE</commons.jira.id>