Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 10, 2024
2 parents afba14d + f08666c commit cfce55e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.1-SNAPSHOT</version>
<name>Apache Commons Configuration</name>

<inceptionYear>2001</inceptionYear>
Expand Down Expand Up @@ -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-10T19:02:53Z</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>
Expand Down Expand Up @@ -547,6 +547,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
${argLine}
--illegal-access=permit
--add-opens java.base/java.lang=ALL-UNNAMED
</argLine>
Expand Down

0 comments on commit cfce55e

Please sign in to comment.