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-configuration.git
The following commit(s) were added to refs/heads/release by this push:
new b0839875c Prepare for the release candidate 2.13.0 RC1
b0839875c is described below
commit b0839875c7c1c442f1733f6143a326597dbd04c0
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 13:21:29 2025 +0000
Prepare for the release candidate 2.13.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 04aad3f1b..9f58701d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
- <version>2.13.0-SNAPSHOT</version>
+ <version>2.13.0</version>
<name>Apache Commons Configuration</name>
<inceptionYear>2001</inceptionYear>
<description>
@@ -67,7 +67,7 @@
<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 is managed by Maven plugins, see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>2025-04-29T15:33:20Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-21T13:18:39Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>