mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 03:25:25 +00:00
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git
This commit is contained in:
commit
26e733fec0
4
pom.xml
4
pom.xml
@ -23,7 +23,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>commons-collections4</artifactId>
|
||||
<version>4.5.0-M2-SNAPSHOT</version>
|
||||
<version>4.5.0-M3-SNAPSHOT</version>
|
||||
<name>Apache Commons Collections</name>
|
||||
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
@ -161,7 +161,7 @@
|
||||
<!--Commons Release Plugin -->
|
||||
<commons.bc.version>4.4</commons.bc.version>
|
||||
<commons.release.isDistModule>true</commons.release.isDistModule>
|
||||
<project.build.outputTimestamp>2024-04-02T19:45:41Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2024-06-18T12:42:32Z</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>
|
||||
|
@ -22,6 +22,11 @@
|
||||
<title>Apache Commons Collections Release Notes</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="4.5.0-M3" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
|
||||
<!-- FIX -->
|
||||
<!-- ADD -->
|
||||
<!-- UPDATE -->
|
||||
</release>
|
||||
<release version="4.5.0-M2" date="2024-06-15" description="This milestone release requires Java 8 and adds the package `org.apache.commons.collections4.bloomfilter`.">
|
||||
<!-- ADD -->
|
||||
<action issue="COLLECTIONS-852" type="add" dev="ggregory" due-to="Claude Warren, Alex Herbert">Add layered Bloom filter clean method #476.</action>
|
||||
|
Loading…
x
Reference in New Issue
Block a user