The next version will be 1.12.0
This commit is contained in:
parent
3ac600f2f5
commit
be3f01ab32
8
pom.xml
8
pom.xml
|
@ -23,7 +23,7 @@
|
||||||
<version>74</version>
|
<version>74</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>commons-csv</artifactId>
|
<artifactId>commons-csv</artifactId>
|
||||||
<version>1.11.1-SNAPSHOT</version>
|
<version>1.12.0-SNAPSHOT</version>
|
||||||
<name>Apache Commons CSV</name>
|
<name>Apache Commons CSV</name>
|
||||||
<url>https://commons.apache.org/proper/commons-csv/</url>
|
<url>https://commons.apache.org/proper/commons-csv/</url>
|
||||||
<inceptionYear>2005</inceptionYear>
|
<inceptionYear>2005</inceptionYear>
|
||||||
|
@ -161,12 +161,12 @@
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<commons.release.version>1.11.0</commons.release.version>
|
<commons.release.version>1.12.0</commons.release.version>
|
||||||
<commons.release.desc>(Java 8 or above)</commons.release.desc>
|
<commons.release.desc>(Java 8 or above)</commons.release.desc>
|
||||||
<!-- The RC version used in the staging repository URL. -->
|
<!-- The RC version used in the staging repository URL. -->
|
||||||
<commons.rc.version>RC1</commons.rc.version>
|
<commons.rc.version>RC1</commons.rc.version>
|
||||||
<commons.bc.version>1.10.0</commons.bc.version>
|
<commons.bc.version>1.11.0</commons.bc.version>
|
||||||
<commons.release.next>1.11.1</commons.release.next>
|
<commons.release.next>1.12.1</commons.release.next>
|
||||||
<commons.componentid>csv</commons.componentid>
|
<commons.componentid>csv</commons.componentid>
|
||||||
<commons.module.name>org.apache.commons.csv</commons.module.name>
|
<commons.module.name>org.apache.commons.csv</commons.module.name>
|
||||||
<commons.jira.id>CSV</commons.jira.id>
|
<commons.jira.id>CSV</commons.jira.id>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<title>Apache Commons CSV Release Notes</title>
|
<title>Apache Commons CSV Release Notes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.11.1" date="YYYY-MM-DD" description="Feature and bug fix release (Java 8 or above)">
|
<release version="1.12.0" date="YYYY-MM-DD" description="Feature and bug fix release (Java 8 or above)">
|
||||||
<!-- ADD -->
|
<!-- ADD -->
|
||||||
<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>
|
<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>
|
||||||
<!-- FIX -->
|
<!-- FIX -->
|
||||||
|
|
Loading…
Reference in New Issue