Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 2596582

Browse files
committed
Update website for commons-csv 1.6 release
1 parent 6c87f1f commit 2596582

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/site/site.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
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.6" href="/archives/1.6/apidocs/index.html"/>
4344
<item name="Javadoc 1.5" href="/archives/1.5/apidocs/index.html"/>
4445
<item name="Javadoc 1.4" href="/archives/1.4/apidocs/index.html"/>
4546
<item name="Javadoc 1.3" href="/archives/1.3/apidocs/index.html"/>
@@ -49,6 +50,7 @@
4950
</menu>
5051

5152
<menu name="Site Archives">
53+
<item name="CSV 1.5" href="/archives/1.5/index.html"/>
5254
<item name="CSV 1.4" href="/archives/1.4/index.html"/>
5355
<item name="CSV 1.3" href="/archives/1.3/index.html"/>
5456
<item name="CSV 1.2" href="/archives/1.2/index.html"/>

src/site/xdoc/index.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The Javadoc API documents are available online:
5151
</p>
5252
<ul>
5353
<li><a href="apidocs/index.html">Javadoc trunk</a></li>
54+
<li><a href="archives/1.6/apidocs/index.html">Javadoc 1.6</a></li>
5455
<li><a href="archives/1.5/apidocs/index.html">Javadoc 1.5</a></li>
5556
<li><a href="archives/1.4/apidocs/index.html">Javadoc 1.4</a></li>
5657
<li><a href="archives/1.3/apidocs/index.html">Javadoc 1.3</a></li>
@@ -66,7 +67,8 @@ The <a href="source-repository.html">git repository</a> can be
6667
<!-- ================================================== -->
6768
<section name="Releases">
6869
<ul>
69-
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.5 (mirrors)</a> requires Java 1.7</li>
70+
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.6 (mirrors)</a> requires Java 1.7</li>
71+
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.5 (archives)</a> requires Java 1.7</li>
7072
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.4 (archives)</a> requires Java 1.6</li>
7173
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.3 (archives)</a> requires Java 1.6</li>
7274
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.2 (archives)</a> requires Java 1.6</li>
@@ -89,7 +91,7 @@ For previous releases, see the <a href="http://archive.apache.org/dist/commons/c
8991
<pre>&lt;dependency&gt;
9092
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
9193
&lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
92-
&lt;version&gt;1.5&lt;/version&gt;
94+
&lt;version&gt;1.6&lt;/version&gt;
9395
&lt;/dependency&gt;</pre>
9496
</p>
9597
<p>

0 commit comments

Comments
 (0)