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-codec.git
The following commit(s) were added to refs/heads/release by this push: new 19626132 Prepare for the next release candidate 19626132 is described below commit 19626132f74dc16dd4548f838d1fded1da5285a2 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 28 14:15:26 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 ba003e20..9ffd20bd 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ limitations under the License. </parent> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.2</version> <name>Apache Commons Codec</name> <inceptionYear>2002</inceptionYear> <description> @@ -99,7 +99,7 @@ limitations under the License. <commons.rc.version>RC1</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> - <project.build.outputTimestamp>2024-07-15T22:27:42Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-28T14:13:52Z</project.build.outputTimestamp> <commons.jacoco.version>0.8.12</commons.jacoco.version> <!-- Temp for SUREFIRE-2253 --> <commons.surefire.version>3.2.5</commons.surefire.version>