From be3f01ab32825e1ce959f273156150cbe85f0c50 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 14 Sep 2024 11:49:30 -0400 Subject: [PATCH] The next version will be 1.12.0 --- pom.xml | 8 ++++---- src/changes/changes.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 14e3aae3..ffe27cb8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 74 commons-csv - 1.11.1-SNAPSHOT + 1.12.0-SNAPSHOT Apache Commons CSV https://commons.apache.org/proper/commons-csv/ 2005 @@ -161,12 +161,12 @@ - 1.11.0 + 1.12.0 (Java 8 or above) RC1 - 1.10.0 - 1.11.1 + 1.11.0 + 1.12.1 csv org.apache.commons.csv CSV diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 36b5c6fd..1fdf448e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,7 +40,7 @@ Apache Commons CSV Release Notes - + Add CSVException that extends IOException thrown on invalid input instead of IOException.