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 5db07bc7d Prepare for the release candidate 2.15.1 RC1
5db07bc7d is described below
commit 5db07bc7da76bb9688b104f54798966f3e5d31b6
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 18 16:56:05 2026 +0000
Prepare for the release candidate 2.15.1 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b82311f14..14b7b0d78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
- <version>2.15.1-SNAPSHOT</version>
+ <version>2.15.1</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-05-13T17:54:49Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-18T16:53:20Z</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>