You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/12/07 21:10:04 UTC

(commons-validator) branch master updated (421e122d -> 9d712f3e)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


    from 421e122d Fix link to the user mailing list
     add c4b1afc8 Prepare for the next release candidate
     new 3f9050f3 Bump to next development version
     new 9d712f3e Merge branch 'release'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


(commons-validator) 02/02: Merge branch 'release'

Posted by gg...@apache.org.
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 9d712f3e19eec62c1f2a41c5e32f93f7ee843414
Merge: 421e122d 3f9050f3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 7 16:09:56 2023 -0500

    Merge branch 'release'

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


(commons-validator) 01/02: Bump to next development version

Posted by gg...@apache.org.
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 3f9050f39a29faa22830a48a9da9c2d61ec39677
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 7 16:09:54 2023 -0500

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b3ebad13..af1243a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
-  <version>1.8.0</version>
+  <version>1.8.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.