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 f4282615 Prepare for the next release candidate
f4282615 is described below

commit f428261556f4cba56a6d49a4824803cff056fbed
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jun 7 13:36:05 2024 +0000

    Prepare for the next release candidate
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index beed062d..f02359f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.11.0-SNAPSHOT</version>
+  <version>2.11.0</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -70,7 +70,7 @@
     <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-03-20T20:54:04Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-06-07T13:29:09Z</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>
@@ -547,6 +547,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <argLine>
+                ${argLine}
                 --illegal-access=permit
                 --add-opens java.base/java.lang=ALL-UNNAMED                    
 
               </argLine>

Reply via email to