Skip to content

Commit df91b6e

Browse files
committed
The next version will be 1.15.0
1 parent 971b629 commit df91b6e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>100</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
26-
<version>1.14.2-SNAPSHOT</version>
26+
<version>1.15.0-SNAPSHOT</version>
2727
<name>Apache Commons CSV</name>
2828
<url>https://commons.apache.org/proper/commons-csv/</url>
2929
<inceptionYear>2005</inceptionYear>
@@ -89,12 +89,12 @@
8989
</site>
9090
</distributionManagement>
9191
<properties>
92-
<commons.release.version>1.14.2</commons.release.version>
92+
<commons.release.version>1.15.0</commons.release.version>
9393
<commons.release.desc>(Java 8 or above)</commons.release.desc>
9494
<!-- The RC version used in the staging repository URL. -->
9595
<commons.rc.version>RC1</commons.rc.version>
9696
<commons.bc.version>1.14.1</commons.bc.version>
97-
<commons.release.next>1.14.3</commons.release.next>
97+
<commons.release.next>1.15.1</commons.release.next>
9898
<commons.componentid>csv</commons.componentid>
9999
<commons.module.name>org.apache.commons.csv</commons.module.name>
100100
<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.14.2" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
43+
<release version="1.15.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4444
<!-- FIX -->
4545
<action type="fix" issue="CSV-320" dev="aherbert" due-to="Jan Burkhardt">Remove Spotbugs dependency and use exclude-filter instead #564.</action>
4646
<action type="fix" dev="ggregory" due-to="Cassio Santos">Remove broken website link #577.</action>

0 commit comments

Comments
 (0)