From c4b1afc87797f7826b84ae7f024f3d8959781ddd Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 2 Dec 2023 10:17:23 -0500 Subject: [PATCH 1/2] Prepare for the next release candidate --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 918acde3a..b3ebad133 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ commons-validator commons-validator - 1.8.0-SNAPSHOT + 1.8.0 Apache Commons Validator Apache Commons Validator provides the building blocks for both client side validation and server side data validation. From 3f9050f39a29faa22830a48a9da9c2d61ec39677 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 7 Dec 2023 16:09:54 -0500 Subject: [PATCH 2/2] Bump to next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b3ebad133..af1243a94 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ commons-validator commons-validator - 1.8.0 + 1.8.1-SNAPSHOT Apache Commons Validator Apache Commons Validator provides the building blocks for both client side validation and server side data validation.