Skip to content

Commit f76a135

Browse files
committed
Updated site in preparation for 1.5 release
1 parent 3894acc commit f76a135

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/site/site.xml

Lines changed: 1 addition & 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.5" href="/archives/1.5/apidocs/index.html"/>
4344
<item name="Javadoc 1.4" href="/archives/1.4/apidocs/index.html"/>
4445
<item name="Javadoc 1.3" href="/archives/1.3/apidocs/index.html"/>
4546
<item name="Javadoc 1.2" href="/archives/1.2/apidocs/index.html"/>

src/site/xdoc/index.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The Javadoc API documents are available online:
4848
</p>
4949
<ul>
5050
<li><a href="apidocs/index.html">Javadoc trunk</a></li>
51+
<li><a href="archives/1.5/apidocs/index.html">Javadoc 1.5</a></li>
5152
<li><a href="archives/1.4/apidocs/index.html">Javadoc 1.4</a></li>
5253
<li><a href="archives/1.3/apidocs/index.html">Javadoc 1.3</a></li>
5354
<li><a href="archives/1.2/apidocs/index.html">Javadoc 1.2</a></li>
@@ -62,7 +63,8 @@ The <a href="source-repository.html">git repository</a> can be
6263
<!-- ================================================== -->
6364
<section name="Releases">
6465
<ul>
65-
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.4 (mirrors)</a> requires Java 1.6</li>
66+
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.5 (mirrors)</a> requires Java 1.7</li>
67+
<li><a href="http://commons.apache.org/dist/commons/csv/">Apache Commons CSV 1.4 (archives)</a> requires Java 1.6</li>
6668
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.3 (archives)</a> requires Java 1.6</li>
6769
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.2 (archives)</a> requires Java 1.6</li>
6870
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.1 (archives)</a> requires Java 1.6</li>
@@ -84,7 +86,7 @@ For previous releases, see the <a href="http://archive.apache.org/dist/commons/c
8486
<pre>&lt;dependency&gt;
8587
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
8688
&lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
87-
&lt;version&gt;1.3&lt;/version&gt;
89+
&lt;version&gt;1.5&lt;/version&gt;
8890
&lt;/dependency&gt;</pre>
8991
</p>
9092
<p>

0 commit comments

Comments
 (0)