This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 673b9c25 Add and use CheckDigitException.CheckDigitException(String,
Object...) (#389).
673b9c25 is described below
commit 673b9c255e335082b3d3e09c3230ed50abef298f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 6 07:05:19 2026 -0400
Add and use CheckDigitException.CheckDigitException(String, Object...)
(#389).
Bump the next version to 1.11.0
---
pom.xml | 6 +++---
src/changes/changes.xml | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f775f904..f5d63900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
<name>Apache Commons Validator</name>
<description>
Apache Commons Validator provides the building blocks for both client-side
and server-side data validation.
@@ -37,8 +37,8 @@
<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.2</commons.release.version>
- <commons.release.next>1.10.3</commons.release.next>
+ <commons.release.version>1.11.0</commons.release.version>
+ <commons.release.next>1.11.1</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.1</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 787ea19e..f11b3b2c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
Defining changes.version allows one to create the RN without first
removing the SNAPSHOT suffix.
-->
<body>
- <release version="1.10.2" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <release version="1.11.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<action type="fix" dev="sebb">Fixes to non-final static fields.</action>
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory,
sahvx655-wq">Removing a country code from an IBANValidator now removes
associated "other" codes (#386).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
sahvx655-wq">DoubleValidator and FloatValidator now treat special symbols
consistently (#388).</action>
<!-- ADD -->
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 92 to 101 #377.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>