This is an automated email from the ASF dual-hosted git repository.

ggregory 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 26c01711 Prepare for the next release candidate
26c01711 is described below

commit 26c01711c7ec8056a7623e175e78b6183937d88e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 25 20:22:17 2024 +0000

    Prepare for the next release candidate
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39abff16..5a574f03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
-  <version>1.9.0-SNAPSHOT</version>
+  <version>1.9.0</version>
   <name>Apache Commons Validator</name>
   <description>
     Apache Commons Validator provides the building blocks for both client side 
validation and server side data validation.
@@ -56,7 +56,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-05-25T20:19:48Z</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>

Reply via email to