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
commit e2ad288c3418759bec75322f4a4e2b029dcd3d5b Author: Gary Gregory <[email protected]> AuthorDate: Tue Mar 12 10:55:17 2024 -0400 Update versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8e9fae8d..5253ddd9 100644 --- a/pom.xml +++ b/pom.xml @@ -161,11 +161,11 @@ </distributionManagement> <properties> - <commons.release.version>1.10.0</commons.release.version> + <commons.release.version>1.10.1</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.9.0</commons.bc.version> + <commons.bc.version>1.10.1</commons.bc.version> <commons.componentid>csv</commons.componentid> <commons.module.name>org.apache.commons.csv</commons.module.name> <commons.jira.id>CSV</commons.jira.id>
