This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
commit 966d2dcb93a2638246b22bdd1d05b1c3d377de5c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 26 12:07:49 2024 +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 33bb604..8ad637b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>72</version> + <version>73-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> @@ -79,7 +79,7 @@ <minimalJavaBuildVersion>8</minimalJavaBuildVersion> <!-- 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>2024-07-21T18:21:28Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-07-26T12:07:43Z</project.build.outputTimestamp> <commons.release.version>72</commons.release.version> <commons.release.next>73</commons.release.next> <commons.rc.version>RC1</commons.rc.version>