Prepare release 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1696724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
423ec31e57
commit
c666612f89
|
@ -40,11 +40,13 @@
|
|||
<item name="Team" href="/team-list.html"/>
|
||||
<item name="Source Repository" href="/source-repository.html"/>
|
||||
<item name="Javadoc trunk" href="/apidocs/index.html"/>
|
||||
<item name="Javadoc 1.2" href="/archives/1.2/apidocs/index.html"/>
|
||||
<item name="Javadoc 1.1" href="/archives/1.1/apidocs/index.html"/>
|
||||
<item name="Javadoc 1.0" href="/archives/1.0/apidocs/index.html"/>
|
||||
</menu>
|
||||
|
||||
<menu name="Site Archives">
|
||||
<item name="CSV 1.2" href="/archives/1.2/index.html"/>
|
||||
<item name="CSV 1.1" href="/archives/1.1/index.html"/>
|
||||
<item name="CSV 1.0" href="/archives/1.0/index.html"/>
|
||||
</menu>
|
||||
|
|
|
@ -46,6 +46,7 @@ The Javadoc API documents are available online:
|
|||
</p>
|
||||
<ul>
|
||||
<li><a href="apidocs/index.html">Javadoc trunk</a></li>
|
||||
<li><a href="archives/1.2/apidocs/index.html">Javadoc 1.2</a></li>
|
||||
<li><a href="archives/1.1/apidocs/index.html">Javadoc 1.1</a></li>
|
||||
<li><a href="archives/1.0/apidocs/index.html">Javadoc 1.0</a></li>
|
||||
</ul>
|
||||
|
@ -57,7 +58,8 @@ The <a href="source-repository.html">subversion repository</a> can be
|
|||
<!-- ================================================== -->
|
||||
<section name="Releases">
|
||||
<ul>
|
||||
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.1 (mirrors)</a> requires Java 1.6</li>
|
||||
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.2 (mirrors)</a> requires Java 1.6</li>
|
||||
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.1 (archives)</a> requires Java 1.6</li>
|
||||
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.0 (archives)</a> requires Java 1.6</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
@ -76,9 +78,12 @@ For previous releases, see the <a href="http://archive.apache.org/dist/commons/c
|
|||
<pre><dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.1</version>
|
||||
<version>1.2</version>
|
||||
</dependency></pre>
|
||||
</p>
|
||||
<p>
|
||||
For other dependency access methods, see <a href="dependency-info.html">Dependency Information</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section name="Building from sources">
|
||||
|
|
Loading…
Reference in New Issue