diff --git a/apache-commons-csv.spec b/apache-commons-csv.spec index 20edfe9ffccf640486a414af861277c3757790c8..18dbdf723fabced98ad286e22cd3893c7c5cf96f 100644 --- a/apache-commons-csv.spec +++ b/apache-commons-csv.spec @@ -1,5 +1,5 @@ Name: apache-commons-csv -Version: 1.10.0 +Version: 1.11.0 Release: 1 Summary: Utilities to assist with handling of CSV files License: Apache-2.0 @@ -58,6 +58,11 @@ install -m 0755 target/commons-csv-%{version}-javadoc.jar %{buildroot}/%{_javado %license LICENSE.txt NOTICE.txt %changelog +* Fri Jul 12 2024 xu_ping <707078654@qq.com> - 1.11.0-1 +- Update to version 1.11.0 +- Add and use CSVFormat#setTrailingData(boolean) in CSVFormat.EXCEL for Excel compatibility #303 +- Replace deprecated method in user guide. + * Wed May 10 2023 chenchen - 1.10.0-1 - Update to version 1.10.0 diff --git a/commons-csv-1.10.0-src.tar.gz b/commons-csv-1.11.0-src.tar.gz similarity index 92% rename from commons-csv-1.10.0-src.tar.gz rename to commons-csv-1.11.0-src.tar.gz index ec7ef34a8ceb8f1baa98da67d0bda7e8f2b82130..1b12c6230779bd8c32e32028dd421d07ccb96ac2 100644 Binary files a/commons-csv-1.10.0-src.tar.gz and b/commons-csv-1.11.0-src.tar.gz differ diff --git a/xmvn-reactor b/xmvn-reactor index 11d322e1148e9dde52182eba240fea4588cb13bc..9bf6b9744db5e6a3ca287bc12190b7daf1adf8be 100644 --- a/xmvn-reactor +++ b/xmvn-reactor @@ -4,8 +4,8 @@ org.apache.commons commons-csv - 1.10.0 - absolute-prefix/target/commons-csv-1.10.0.jar + 1.11.0 + absolute-prefix/target/commons-csv-1.11.0.jar jar 1.8 @@ -15,7 +15,7 @@ org.apache.commons commons-csv pom - 1.10.0 + 1.11.0 absolute-prefix/pom.xml jar