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 2017/02/21 11:44:06 UTC

svn commit: r1783869 - in /commons/proper/validator/trunk: pom.xml src/changes/changes.xml

Author: sebb
Date: Tue Feb 21 11:44:05 2017
New Revision: 1783869

URL: http://svn.apache.org/viewvc?rev=1783869&view=rev
Log:
1.6 Released

Modified:
    commons/proper/validator/trunk/pom.xml
    commons/proper/validator/trunk/src/changes/changes.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1783869&r1=1783868&r2=1783869&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Tue Feb 21 11:44:05 2017
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.7-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.

Modified: commons/proper/validator/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1783869&r1=1783868&r2=1783869&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Tue Feb 21 11:44:05 2017
@@ -64,7 +64,7 @@ The <action> type attribute can be add,u
      -->
 
   <body>
-  <release version="1.6" date="2017-02-20" description="
+  <release version="1.6" date="2017-02-21" description="
 This is primarily a maintenance release.
 
 All projects are encouraged to update to this release of