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 e585a6db Updates for the next release
e585a6db is described below

commit e585a6dbb4c4adda8b595ee2355e80ae5eefc09e
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jul 30 15:02:02 2025 +0000

    Updates for the next release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 37101a3b..1d8ac402 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,12 +96,12 @@
     </site>
   </distributionManagement>
   <properties>
-    <commons.release.version>1.14.1</commons.release.version>
+    <commons.release.version>1.14.2</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.0</commons.bc.version>
-    <commons.release.next>1.14.2</commons.release.next>
+    <commons.bc.version>1.14.1</commons.bc.version>
+    <commons.release.next>1.14.3</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>

Reply via email to