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 2016/05/09 18:10:27 UTC

svn commit: r1743018 - /commons/proper/csv/trunk/README.md

Author: britter
Date: Mon May  9 18:10:27 2016
New Revision: 1743018

URL: http://svn.apache.org/viewvc?rev=1743018&view=rev
Log:
Document release 1.3 for github contributors

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

Modified: commons/proper/csv/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/README.md?rev=1743018&r1=1743017&r2=1743018&view=diff
==============================================================================
--- commons/proper/csv/trunk/README.md (original)
+++ commons/proper/csv/trunk/README.md Mon May  9 18:10:27 2016
@@ -66,7 +66,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-csv</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```