This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new df91b6ed The next version will be 1.15.0
df91b6ed is described below
commit df91b6edfcf1d30e4601bb6f6ec128533ec2dbff
Author: Gary Gregory <[email protected]>
AuthorDate: Fri May 22 07:59:58 2026 -0400
The next version will be 1.15.0
---
pom.xml | 6 +++---
src/changes/changes.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f0578c82..f362f813 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<version>100</version>
</parent>
<artifactId>commons-csv</artifactId>
- <version>1.14.2-SNAPSHOT</version>
+ <version>1.15.0-SNAPSHOT</version>
<name>Apache Commons CSV</name>
<url>https://commons.apache.org/proper/commons-csv/</url>
<inceptionYear>2005</inceptionYear>
@@ -89,12 +89,12 @@
</site>
</distributionManagement>
<properties>
- <commons.release.version>1.14.2</commons.release.version>
+ <commons.release.version>1.15.0</commons.release.version>
<commons.release.desc>(Java 8 or above)</commons.release.desc>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version>
<commons.bc.version>1.14.1</commons.bc.version>
- <commons.release.next>1.14.3</commons.release.next>
+ <commons.release.next>1.15.1</commons.release.next>
<commons.componentid>csv</commons.componentid>
<commons.module.name>org.apache.commons.csv</commons.module.name>
<commons.jira.id>CSV</commons.jira.id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e32ba177..664c922e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,7 +40,7 @@
<title>Apache Commons CSV Release Notes</title>
</properties>
<body>
- <release version="1.14.2" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <release version="1.15.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" issue="CSV-320" dev="aherbert" due-to="Jan
Burkhardt">Remove Spotbugs dependency and use exclude-filter instead
#564.</action>
<action type="fix" dev="ggregory" due-to="Cassio Santos">Remove broken
website link #577.</action>