Released Apache Commons CSV 1.1.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1641022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-11-22 01:21:36 +00:00
parent 25baae375b
commit 081b070256
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ For previous releases, see the <a href="http://archive.apache.org/dist/commons/c
<pre>&lt;dependency&gt;
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
&lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
&lt;version&gt;1.0&lt;/version&gt;
&lt;version&gt;1.1&lt;/version&gt;
&lt;/dependency&gt;</pre>
</p>
</section>