Skip to content

Commit 7b4e105

Browse files
committed
The next release will be 1.14.0
1 parent e24e3af commit 7b4e105

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
<version>81</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
26-
<version>1.13.1-SNAPSHOT</version>
26+
<version>1.14.0-SNAPSHOT</version>
2727
<name>Apache Commons CSV</name>
2828
<url>https://commons.apache.org/proper/commons-csv/</url>
2929
<inceptionYear>2005</inceptionYear>
@@ -90,12 +90,12 @@
9090
</site>
9191
</distributionManagement>
9292
<properties>
93-
<commons.release.version>1.13.1</commons.release.version>
93+
<commons.release.version>1.14.0</commons.release.version>
9494
<commons.release.desc>(Java 8 or above)</commons.release.desc>
9595
<!-- The RC version used in the staging repository URL. -->
9696
<commons.rc.version>RC1</commons.rc.version>
9797
<commons.bc.version>1.13.0</commons.bc.version>
98-
<commons.release.next>1.13.2</commons.release.next>
98+
<commons.release.next>1.14.1</commons.release.next>
9999
<commons.componentid>csv</commons.componentid>
100100
<commons.module.name>org.apache.commons.csv</commons.module.name>
101101
<commons.jira.id>CSV</commons.jira.id>

0 commit comments

Comments
 (0)