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-parent.git
The following commit(s) were added to refs/heads/release by this push: new ea53671 Prepare for the next release candidate ea53671 is described below commit ea53671d7d01340bc787c735069dddff712a9c13 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 20:10:30 2024 +0000 Prepare for the next release candidate --- CONTRIBUTING.md | 2 +- README.md | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c209cc9..3e0f57f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - https://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.md b/README.md index 3142a8d..fcd88b6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - https://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pom.xml b/pom.xml index cfe38cc..524bfbf 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79-SNAPSHOT</version> + <version>79</version> <packaging>pom</packaging> <name>Apache Commons Parent</name> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> @@ -72,7 +72,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-22T11:11:44Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-29T20:07:42Z</project.build.outputTimestamp> <commons.release.version>79</commons.release.version> <commons.release.next>80</commons.release.next> <commons.rc.version>RC1</commons.rc.version>