Version 1.2.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2015-08-25 18:27:44 +00:00
parent d641efa501
commit 5ed84ebefb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```