This is an automated email from the ASF dual-hosted git repository. ggregory 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 7b4e1059 The next release will be 1.14.0 7b4e1059 is described below commit 7b4e1059ab87e29dc93e104d9ea2b4f5e002f1eb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 7 19:57:49 2025 -0500 The next release will be 1.14.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d6092dba..2e07f4f7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>81</version> </parent> <artifactId>commons-csv</artifactId> - <version>1.13.1-SNAPSHOT</version> + <version>1.14.0-SNAPSHOT</version> <name>Apache Commons CSV</name> <url>https://commons.apache.org/proper/commons-csv/</url> <inceptionYear>2005</inceptionYear> @@ -90,12 +90,12 @@ </site> </distributionManagement> <properties> - <commons.release.version>1.13.1</commons.release.version> + <commons.release.version>1.14.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.13.0</commons.bc.version> - <commons.release.next>1.13.2</commons.release.next> + <commons.release.next>1.14.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>