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 ee08ad9be0716bd55384ef7e878eaae6d63ad67b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 9 14:57:07 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 800ffe1..dbd1977 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>77</version> + <version>78-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> @@ -78,7 +78,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-10-05T19:05:30Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-09T14:56:54Z</project.build.outputTimestamp> <commons.release.version>77</commons.release.version> <commons.release.next>78</commons.release.next> <commons.rc.version>RC1</commons.rc.version>