You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2015/08/25 20:27:45 UTC

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

Author: ggregory
Date: Tue Aug 25 18:27:44 2015
New Revision: 1697753

URL: http://svn.apache.org/r1697753
Log:
Version 1.2.

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=1697753&r1=1697752&r2=1697753&view=diff
==============================================================================
--- commons/proper/csv/trunk/README.md (original)
+++ commons/proper/csv/trunk/README.md Tue Aug 25 18:27:44 2015
@@ -63,7 +63,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-csv</artifactId>
-  <version>1.1</version>
+  <version>1.2</version>
 </dependency>
 ```