Skip to content

Commit c666612

Browse files
committed
Prepare release 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1696724 13f79535-47bb-0310-9956-ffa450edef68
1 parent 423ec31 commit c666612

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

src/site/site.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@
4040
<item name="Team" href="/team-list.html"/>
4141
<item name="Source Repository" href="/source-repository.html"/>
4242
<item name="Javadoc trunk" href="/apidocs/index.html"/>
43+
<item name="Javadoc 1.2" href="/archives/1.2/apidocs/index.html"/>
4344
<item name="Javadoc 1.1" href="/archives/1.1/apidocs/index.html"/>
4445
<item name="Javadoc 1.0" href="/archives/1.0/apidocs/index.html"/>
4546
</menu>
4647

4748
<menu name="Site Archives">
49+
<item name="CSV 1.2" href="/archives/1.2/index.html"/>
4850
<item name="CSV 1.1" href="/archives/1.1/index.html"/>
4951
<item name="CSV 1.0" href="/archives/1.0/index.html"/>
5052
</menu>

src/site/xdoc/index.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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>&lt;dependency&gt;
7779
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
7880
&lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
79-
&lt;version&gt;1.1&lt;/version&gt;
81+
&lt;version&gt;1.2&lt;/version&gt;
8082
&lt;/dependency&gt;</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

Comments
 (0)