This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 ece3388fd Prepare for the release candidate 2.15.0 RC1
ece3388fd is described below
commit ece3388fde750504bb87aacdb6231b495a671625
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 11 19:21:36 2026 +0000
Prepare for the release candidate 2.15.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d53aa9e58..2a8aadd72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
- <version>2.15.0-SNAPSHOT</version>
+ <version>2.15.0</version>
<name>Apache Commons Configuration</name>
<inceptionYear>2001</inceptionYear>
<description>
@@ -68,7 +68,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>2026-04-08T14:55:18Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-11T19:19:35Z</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>