You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/11 13:42:46 UTC

svn commit: r1678730 - /commons/proper/cli/trunk/README.md

Author: britter
Date: Mon May 11 11:42:46 2015
New Revision: 1678730

URL: http://svn.apache.org/r1678730
Log:
Update maven coords in README.md. This also closes #1 from github.

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

Modified: commons/proper/cli/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/README.md?rev=1678730&r1=1678729&r2=1678730&view=diff
==============================================================================
--- commons/proper/cli/trunk/README.md (original)
+++ commons/proper/cli/trunk/README.md Mon May 11 11:42:46 2015
@@ -62,7 +62,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```