Skip to content

Commit 5bd00c1

Browse files
committed
Bump next version to 4.6.0 (per JApiCmp analysis)
Update the next version number to `4.6.0` based on JApiCmp’s suggestion that the current changes on `master` represent a minor version increment.
1 parent ecf5444 commit 5bd00c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>commons-collections4</artifactId>
26-
<version>4.5.1-SNAPSHOT</version>
26+
<version>4.6.0-SNAPSHOT</version>
2727
<name>Apache Commons Collections</name>
2828
<inceptionYear>2001</inceptionYear>
2929
<description>The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.</description>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<title>Apache Commons Collections Release Notes</title>
2323
</properties>
2424
<body>
25-
<release version="4.5.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
25+
<release version="4.6.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
2626
<!-- FIX -->
2727
<action type="fix" dev="ggregory" due-to="Gary Gregory">org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry.toReference(ReferenceStrength, T, int) now throws IllegalArgumentException instead of Error.</action>
2828
<action type="fix" dev="ggregory" due-to="Eric Hubert, Gary Gregory">Remove deprecation annotation of org.apache.commons.collections4.Factory; this will be deprecated in 5.0 in favor of java.util.function.Supplier.</action>

0 commit comments

Comments
 (0)