Document release 1.3 for github contributors

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2016-05-09 18:10:27 +00:00
parent ffb3c493ec
commit 7310e5c61e
1 changed files with 1 additions and 1 deletions

View File

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