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 fc430f01 Updates for the next release
fc430f01 is described below
commit fc430f017a0f12edafe4a20752ea131971c603a0
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 17 19:10:37 2025 +0000
Updates for the next release
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 75e941b9..5076b301 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,11 @@ 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.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="1.10.1" date="2025-11-14" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Mark Miller, Gary Gregory"
issue="VALIDATOR-502">Circular dependency in static initialization causes
NullPointerException in GenericValidator.isCreditCard().</action>