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
commit 8f4cda5223b08c21540adae9a75bd82d1fbcf469 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 28 23:13:39 2024 +0000 Bump to next development version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5a574f03..9819b39b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</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-05-25T20:19:48Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-05-28T23:13:31Z</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>