Skip to content

Commit be3f01a

Browse files
committed
The next version will be 1.12.0
1 parent 3ac600f commit be3f01a

2 files changed

Lines changed: 5 additions & 5 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>74</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
26-
<version>1.11.1-SNAPSHOT</version>
26+
<version>1.12.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.11.0</commons.release.version>
164+
<commons.release.version>1.12.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.10.0</commons.bc.version>
169-
<commons.release.next>1.11.1</commons.release.next>
168+
<commons.bc.version>1.11.0</commons.bc.version>
169+
<commons.release.next>1.12.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>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<title>Apache Commons CSV Release Notes</title>
4141
</properties>
4242
<body>
43-
<release version="1.11.1" date="YYYY-MM-DD" description="Feature and bug fix release (Java 8 or above)">
43+
<release version="1.12.0" date="YYYY-MM-DD" description="Feature and bug fix release (Java 8 or above)">
4444
<!-- ADD -->
4545
<action type="add" issue="CSV-270" dev="ggregory" due-to="Gary Gregory">Add CSVException that extends IOException thrown on invalid input instead of IOException.</action>
4646
<!-- FIX -->

0 commit comments

Comments
 (0)