Author: ggregory
Date: Sat May 21 07:24:49 2016
New Revision: 1744865
URL: http://svn.apache.org/viewvc?rev=1744865&view=rev
Log:
Prepare for version 1.4.
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=1744865&r1=1744864&r2=1744865&view=diff
==============================================================================
--- commons/proper/csv/trunk/README.md (original)
+++ commons/proper/csv/trunk/README.md Sat May 21 07:24:49 2016
@@ -43,9 +43,6 @@
Apache Commons CSV
===================
-[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
-[](http://www.apache.org/licenses/LICENSE-2.0.html)
-
The Apache Commons CSV library provides a simple interface for reading and
writing
CSV files of various types.
@@ -53,7 +50,7 @@ Documentation
-------------
More information can be found on the
[homepage](https://commons.apache.org/proper/commons-csv).
-The
[JavaDoc](https://commons.apache.org/proper/commons-csv/archives/1.1/apidocs/index.html)
can be browsed.
+The
[JavaDoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release)
can be browsed.
Questions related to the usage of Apache Commons CSV should be posted to the
[user mailing list][ml].
Where can I get the latest release?