Skip to content

Commit e32afac

Browse files
committed
Bump properties for the next version
1 parent 4f81009 commit e32afac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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.0-M4-SNAPSHOT</version>
26+
<version>4.5.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>
@@ -103,8 +103,8 @@
103103
<commons.componentid>collections</commons.componentid>
104104
<commons.module.name>org.apache.commons.collections4</commons.module.name>
105105
<!-- Current 4.x release series -->
106-
<commons.release.version>4.5.0-M3</commons.release.version>
107-
<commons.release.next>4.5.0-M4</commons.release.next>
106+
<commons.release.version>4.5.0</commons.release.version>
107+
<commons.release.next>4.5.1</commons.release.next>
108108
<commons.release.desc>(Requires Java 8 or above)</commons.release.desc>
109109
<commons.jira.id>COLLECTIONS</commons.jira.id>
110110
<commons.jira.pid>12310465</commons.jira.pid>

0 commit comments

Comments
 (0)