@@ -46,6 +46,7 @@ The Javadoc API documents are available online:
4646</p >
4747<ul >
4848 <li ><a href =" apidocs/index.html" >Javadoc trunk</a ></li >
49+ <li ><a href =" archives/1.2/apidocs/index.html" >Javadoc 1.2</a ></li >
4950 <li ><a href =" archives/1.1/apidocs/index.html" >Javadoc 1.1</a ></li >
5051 <li ><a href =" archives/1.0/apidocs/index.html" >Javadoc 1.0</a ></li >
5152</ul >
@@ -57,7 +58,8 @@ The <a href="source-repository.html">subversion repository</a> can be
5758<!-- ================================================== -->
5859<section name =" Releases" >
5960<ul >
60- <li ><a href =" http://commons.apache.org/csv/download_csv.cgi" >Apache Commons CSV 1.1 (mirrors)</a > requires Java 1.6</li >
61+ <li ><a href =" http://commons.apache.org/csv/download_csv.cgi" >Apache Commons CSV 1.2 (mirrors)</a > requires Java 1.6</li >
62+ <li ><a href =" http://archive.apache.org/dist/commons/csv/" >Apache Commons CSV 1.1 (archives)</a > requires Java 1.6</li >
6163 <li ><a href =" http://archive.apache.org/dist/commons/csv/" >Apache Commons CSV 1.0 (archives)</a > requires Java 1.6</li >
6264</ul >
6365<p >
@@ -76,9 +78,12 @@ For previous releases, see the <a href="http://archive.apache.org/dist/commons/c
7678 <pre >< dependency>
7779 < groupId> org.apache.commons< /groupId>
7880 < artifactId> commons-csv< /artifactId>
79- < version> 1.1 < /version>
81+ < version> 1.2 < /version>
8082< /dependency> </pre >
8183</p >
84+ <p >
85+ For other dependency access methods, see <a href =" dependency-info.html" >Dependency Information</a >
86+ </p >
8287</section >
8388
8489<section name =" Building from sources" >
0 commit comments