diff --git a/pom.xml b/pom.xml
index 5834f01fe..6bdeb7cf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
4.0.0
commons-collections4
- 4.5-SNAPSHOT
+ 4.5.0-M1-SNAPSHOT
Apache Commons Collections
2001
@@ -42,6 +42,346 @@
https://gitbox.apache.org/repos/asf?p=commons-collections.git
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-params
+ test
+
+
+ org.hamcrest
+ hamcrest
+ 2.2
+ test
+
+
+ org.easymock
+ easymock
+ 5.2.0
+ test
+
+
+ org.apache.commons
+ commons-lang3
+ 3.14.0
+ test
+
+
+ commons-io
+ commons-io
+ 2.16.0
+ test
+
+
+ commons-codec
+ commons-codec
+ 1.16.1
+ true
+
+
+ com.google.guava
+ guava-testlib
+ 33.1.0-jre
+ test
+
+
+
+
+
+ apache.website
+ Apache Commons Site
+ ${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+ 1.8
+
+
+ collections
+ org.apache.commons.collections4
+
+
+ 4.5.0-M1
+ 4.5.0
+ (Requires Java 8 or above)
+
+
+ 4.2
+ (Requires Java 7 or above)
+
+ commons-collections4-${commons.release.2.version}
+
+
+ 4.1
+ (Requires Java 6 or above)
+
+ commons-collections4-${commons.release.3.version}
+
+
+ 3.2.2
+ (Requires Java 1.3 or above)
+
+ commons-collections-${commons.release.4.version}
+
+ sha256
+
+ -bin
+
+ COLLECTIONS
+ 12310465
+
+ RC1
+
+ collections
+ https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections
+ site-content
+
+
+ 4.4
+ true
+ 2024-01-01T00:00:00Z
+
+
+
+ clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc
+
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+ ${commons.pmd.version}
+
+ ${maven.compiler.target}
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ **/*Test.java
+
+
+ **/*$*
+ **/TestUtils.java
+ **/Abstract*.java
+ **/BulkTest.java
+
+
+
+
+ maven-assembly-plugin
+
+
+ src/assembly/bin.xml
+ src/assembly/src.xml
+
+ gnu
+
+
+
+ org.apache.rat
+ apache-rat-plugin
+
+
+ .asf.yaml
+ site-content/**/*
+ src/test/resources/org/apache/commons/collections4/data/test/*
+
+
+
+
+ maven-checkstyle-plugin
+
+ ${basedir}/src/conf/checkstyle.xml
+ ${basedir}/src/conf/license-header.txt
+ ${basedir}/src/conf/checkstyle-suppressions.xml
+ false
+ true
+ NOTICE.txt,LICENSE.txt,**/pom.properties,**/test*.properties,**/resolver-status.properties
+
+
+
+ org.apache.maven.plugins
+ maven-scm-publish-plugin
+
+
+ javadocs
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ test-jar
+
+
+
+
+
+
+
+ org.apache.commons.collections4
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-changes-plugin
+ ${commons.changes.version}
+
+
+ %URL%/%ISSUE%
+
+
+ false
+ Fix Version,Key,Summary,Type,Resolution,Status
+
+ Key DESC,Type,Fix Version DESC
+ Fixed
+ Resolved,Closed
+
+ Bug,New Feature,Task,Improvement,Wish,Test
+ ${commons.release.version}
+ 500
+
+
+
+
+ changes-report
+ jira-report
+
+
+
+
+
+ maven-checkstyle-plugin
+
+ ${basedir}/src/conf/checkstyle.xml
+ false
+ ${basedir}/src/conf/checkstyle-suppressions.xml
+
+
+
+
+ checkstyle
+
+
+
+
+
+ org.apache.rat
+ apache-rat-plugin
+
+
+ .asf.yaml
+ site-content/**/*
+ src/test/resources/org/apache/commons/collections4/data/test/*
+
+
+
+
+ com.github.siom79.japicmp
+ japicmp-maven-plugin
+
+
+ com.github.spotbugs
+ spotbugs-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+
+
+
+
+
+
+ setup-checkout
+
+
+ site-content
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ prepare-checkout
+ pre-site
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Matt Benson
@@ -463,344 +803,5 @@
-
-
- org.junit.jupiter
- junit-jupiter-api
- test
-
-
- org.junit.jupiter
- junit-jupiter-engine
- test
-
-
- org.junit.jupiter
- junit-jupiter-params
- test
-
-
- org.hamcrest
- hamcrest
- 2.2
- test
-
-
- org.easymock
- easymock
- 5.2.0
- test
-
-
- org.apache.commons
- commons-lang3
- 3.14.0
- test
-
-
- commons-io
- commons-io
- 2.16.0
- test
-
-
- commons-codec
- commons-codec
- 1.16.1
- true
-
-
- com.google.guava
- guava-testlib
- 33.1.0-jre
- test
-
-
-
-
-
- apache.website
- Apache Commons Site
- ${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}
-
-
-
-
- UTF-8
- UTF-8
- 1.8
- 1.8
-
-
- collections
- org.apache.commons.collections4
-
-
- 4.5
- (Requires Java 8 or above)
-
-
- 4.2
- (Requires Java 7 or above)
-
- commons-collections4-${commons.release.2.version}
-
-
- 4.1
- (Requires Java 6 or above)
-
- commons-collections4-${commons.release.3.version}
-
-
- 3.2.2
- (Requires Java 1.3 or above)
-
- commons-collections-${commons.release.4.version}
-
- sha256
-
- -bin
-
- COLLECTIONS
- 12310465
-
- RC1
-
- collections
- https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections
- site-content
-
-
- 4.4
- true
- 2024-01-01T00:00:00Z
-
-
-
- clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- ${commons.pmd.version}
-
- ${maven.compiler.target}
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/*Test.java
-
-
- **/*$*
- **/TestUtils.java
- **/Abstract*.java
- **/BulkTest.java
-
-
-
-
- maven-assembly-plugin
-
-
- src/assembly/bin.xml
- src/assembly/src.xml
-
- gnu
-
-
-
- org.apache.rat
- apache-rat-plugin
-
-
- .asf.yaml
- site-content/**/*
- src/test/resources/org/apache/commons/collections4/data/test/*
-
-
-
-
- maven-checkstyle-plugin
-
- ${basedir}/src/conf/checkstyle.xml
- ${basedir}/src/conf/license-header.txt
- ${basedir}/src/conf/checkstyle-suppressions.xml
- false
- true
- NOTICE.txt,LICENSE.txt,**/pom.properties,**/test*.properties,**/resolver-status.properties
-
-
-
- org.apache.maven.plugins
- maven-scm-publish-plugin
-
-
- javadocs
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- test-jar
-
-
-
-
-
-
-
- org.apache.commons.collections4
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-changes-plugin
- ${commons.changes.version}
-
-
- %URL%/%ISSUE%
-
-
- false
- Fix Version,Key,Summary,Type,Resolution,Status
-
- Key DESC,Type,Fix Version DESC
- Fixed
- Resolved,Closed
-
- Bug,New Feature,Task,Improvement,Wish,Test
- ${commons.release.version}
- 500
-
-
-
-
- changes-report
- jira-report
-
-
-
-
-
- maven-checkstyle-plugin
-
- ${basedir}/src/conf/checkstyle.xml
- false
- ${basedir}/src/conf/checkstyle-suppressions.xml
-
-
-
-
- checkstyle
-
-
-
-
-
- org.apache.rat
- apache-rat-plugin
-
-
- .asf.yaml
- site-content/**/*
- src/test/resources/org/apache/commons/collections4/data/test/*
-
-
-
-
- com.github.siom79.japicmp
- japicmp-maven-plugin
-
-
- com.github.spotbugs
- spotbugs-maven-plugin
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
-
-
-
-
-
-
- setup-checkout
-
-
- site-content
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- prepare-checkout
- pre-site
-
- run
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8ac3a40da..2982caa62 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,7 +22,7 @@
Apache Commons Collections Release Notes
-
+
Use assertThrows V2.