This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/release by this push:
new eaee281b Prepare for the release candidate 1.11.0 RC1
eaee281b is described below
commit eaee281bc5fafbfed54de52f08d6b2656d9d6b5c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 28 01:26:02 2026 +0000
Prepare for the release candidate 1.11.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7ddd91c4..aebf8fce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
- <version>1.11.0-SNAPSHOT</version>
+ <version>1.11.0</version>
<name>Apache Commons Validator</name>
<description>
Apache Commons Validator provides the building blocks for both client-side
and server-side data validation.
@@ -52,7 +52,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- project.build.outputTimestamp is managed by Maven plugins, see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>2025-11-17T19:09:33Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-07-28T01:25:04Z</project.build.outputTimestamp>
<commons.release.isDistModule>true</commons.release.isDistModule>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>