Skip to content

Commit 211768d

Browse files
committed
The next version will be 1.13.0
1 parent 920c949 commit 211768d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>77</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
26-
<version>1.12.1-SNAPSHOT</version>
26+
<version>1.13.0-SNAPSHOT</version>
2727
<name>Apache Commons CSV</name>
2828
<url>https://commons.apache.org/proper/commons-csv/</url>
2929
<inceptionYear>2005</inceptionYear>
@@ -161,12 +161,12 @@
161161
</distributionManagement>
162162

163163
<properties>
164-
<commons.release.version>1.12.0</commons.release.version>
164+
<commons.release.version>1.13.0</commons.release.version>
165165
<commons.release.desc>(Java 8 or above)</commons.release.desc>
166166
<!-- The RC version used in the staging repository URL. -->
167167
<commons.rc.version>RC1</commons.rc.version>
168-
<commons.bc.version>1.11.0</commons.bc.version>
169-
<commons.release.next>1.12.1</commons.release.next>
168+
<commons.bc.version>1.12.0</commons.bc.version>
169+
<commons.release.next>1.13.1</commons.release.next>
170170
<commons.componentid>csv</commons.componentid>
171171
<commons.module.name>org.apache.commons.csv</commons.module.name>
172172
<commons.jira.id>CSV</commons.jira.id>

0 commit comments

Comments
 (0)