You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/08/01 11:44:05 UTC

[commons-validator] branch VALIDATOR_1_7_BRANCH updated: RC2

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

sebb pushed a commit to branch VALIDATOR_1_7_BRANCH
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


The following commit(s) were added to refs/heads/VALIDATOR_1_7_BRANCH by this push:
     new 5b75344  RC2
5b75344 is described below

commit 5b75344ace5a8864e3936010524684272145bbcd
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 1 12:43:56 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 35e4583..ad50c23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <commons.module.name>org.apache.commons.validator</commons.module.name>
     <!-- Re-generate the download page using: mvn commons:download-page -->
     <commons.release.version>1.7</commons.release.version>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.rc.version>RC2</commons.rc.version>
     <commons.release.desc>(requires JDK ${maven.compiler.target})</commons.release.desc>
     <commons.bc.version>1.6</commons.bc.version>
     <commons.jira.id>VALIDATOR</commons.jira.id>