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-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new 11b02133 Updates for the next release
11b02133 is described below

commit 11b02133c213e79029779876d14980219e36f8ae
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 17 19:20:35 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 4fd0c749..bdb7baaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,11 +37,11 @@
     <commons.componentid>validator</commons.componentid>
     <commons.module.name>org.apache.commons.validator</commons.module.name>
     <!-- Re-generate the download page using: mvn commons:download-page -->
-    <commons.release.version>1.10.1</commons.release.version>
-    <commons.release.next>1.10.2</commons.release.next>
+    <commons.release.version>1.10.2</commons.release.version>
+    <commons.release.next>1.10.3</commons.release.next>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.desc>(requires JDK 
${maven.compiler.target})</commons.release.desc>
-    <commons.bc.version>1.10.0</commons.bc.version>
+    <commons.bc.version>1.10.1</commons.bc.version>
     <commons.jira.id>VALIDATOR</commons.jira.id>
     <commons.jira.pid>12310494</commons.jira.pid>
     <commons.encoding>UTF-8</commons.encoding>

Reply via email to