Skip to content

Commit a99b012

Browse files
committed
Prepare for 1.4 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745103 13f79535-47bb-0310-9956-ffa450edef68
1 parent ebd0f5e commit a99b012

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/site/site.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@
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.4" href="/archives/1.4/apidocs/index.html"/>
4344
<item name="Javadoc 1.3" href="/archives/1.3/apidocs/index.html"/>
4445
<item name="Javadoc 1.2" href="/archives/1.2/apidocs/index.html"/>
4546
<item name="Javadoc 1.1" href="/archives/1.1/apidocs/index.html"/>
4647
<item name="Javadoc 1.0" href="/archives/1.0/apidocs/index.html"/>
4748
</menu>
4849

4950
<menu name="Site Archives">
51+
<item name="CSV 1.4" href="/archives/1.4/index.html"/>
5052
<item name="CSV 1.3" href="/archives/1.3/index.html"/>
5153
<item name="CSV 1.2" href="/archives/1.2/index.html"/>
5254
<item name="CSV 1.1" href="/archives/1.1/index.html"/>

src/site/xdoc/index.xml

Lines changed: 3 additions & 1 deletion
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.4/apidocs/index.html">Javadoc 1.4</a></li>
4950
<li><a href="archives/1.3/apidocs/index.html">Javadoc 1.3</a></li>
5051
<li><a href="archives/1.2/apidocs/index.html">Javadoc 1.2</a></li>
5152
<li><a href="archives/1.1/apidocs/index.html">Javadoc 1.1</a></li>
@@ -59,7 +60,8 @@ The <a href="source-repository.html">subversion repository</a> can be
5960
<!-- ================================================== -->
6061
<section name="Releases">
6162
<ul>
62-
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.3 (mirrors)</a> requires Java 1.6</li>
63+
<li><a href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.4 (mirrors)</a> requires Java 1.6</li>
64+
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.3 (archives)</a> requires Java 1.6</li>
6365
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.2 (archives)</a> requires Java 1.6</li>
6466
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.1 (archives)</a> requires Java 1.6</li>
6567
<li><a href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.0 (archives)</a> requires Java 1.6</li>

0 commit comments

Comments
 (0)