Prepare for the next release candidate
This commit is contained in:
parent
303d9e75a5
commit
a67032e0e9
4
pom.xml
4
pom.xml
|
@ -23,7 +23,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>commons-collections4</artifactId>
|
<artifactId>commons-collections4</artifactId>
|
||||||
<version>4.5.0-M3-SNAPSHOT</version>
|
<version>4.5.0-M3</version>
|
||||||
<name>Apache Commons Collections</name>
|
<name>Apache Commons Collections</name>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<description>The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.</description>
|
<description>The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.</description>
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
<!--Commons Release Plugin -->
|
<!--Commons Release Plugin -->
|
||||||
<commons.bc.version>4.4</commons.bc.version>
|
<commons.bc.version>4.4</commons.bc.version>
|
||||||
<commons.release.isDistModule>true</commons.release.isDistModule>
|
<commons.release.isDistModule>true</commons.release.isDistModule>
|
||||||
<project.build.outputTimestamp>2024-06-18T12:42:32Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2024-12-15T15:19:28Z</project.build.outputTimestamp>
|
||||||
<!-- JaCoCo: Don't make code coverage worse than: -->
|
<!-- JaCoCo: Don't make code coverage worse than: -->
|
||||||
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
|
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
|
||||||
<commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
|
<commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
|
||||||
|
|
Loading…
Reference in New Issue