You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/04 17:12:41 UTC

svn commit: r1804144 - /commons/proper/validator/trunk/README.md

Author: pascalschumacher
Date: Fri Aug  4 17:12:41 2017
New Revision: 1804144

URL: http://svn.apache.org/viewvc?rev=1804144&view=rev
Log:
README.md: update version to 1.6

Modified:
    commons/proper/validator/trunk/README.md

Modified: commons/proper/validator/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/README.md?rev=1804144&r1=1804143&r2=1804144&view=diff
==============================================================================
--- commons/proper/validator/trunk/README.md (original)
+++ commons/proper/validator/trunk/README.md Fri Aug  4 17:12:41 2017
@@ -66,7 +66,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
-  <version>1.5.0</version>
+  <version>1.6</version>
 </dependency>
 ```