Skip to content

Commit e38288b

Browse files
committed
Update website for release 1.3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1677405 13f79535-47bb-0310-9956-ffa450edef68
1 parent 952a8ee commit e38288b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<item name="Usage scenarios" href="/usage.html"/>
3838
<item name="Option properties" href="/properties.html"/>
3939
<item name="Javadoc (Current ${project.version})" href="/apidocs/index.html"/>
40-
<item name="Javadoc (1.2)" href="/javadocs/api-release/index.html"/>
40+
<item name="Javadoc (1.3)" href="/javadocs/api-release/index.html"/>
4141
</menu>
4242

4343
</body>

src/site/xdoc/index.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ usage: ls
7878
The Javadoc API documents are available online:
7979
</p>
8080
<ul>
81-
<li><a href="javadocs/api-release/index.html">CLI 1.2 (current release)</a></li>
81+
<li><a href="javadocs/api-release/index.html">CLI 1.3 (current release)</a></li>
82+
<li><a href="javadocs/api-1.2/index.html">CLI 1.2</a></li>
8283
<li><a href="javadocs/api-1.1/index.html">CLI 1.1</a></li>
8384
<li><a href="javadocs/api-1.0/index.html">CLI 1.0</a></li>
8485
</ul>
@@ -90,10 +91,10 @@ usage: ls
9091

9192
<section name="Releases">
9293
<p>
93-
The latest version is v1.2. -
94+
The latest version is v1.3. -
9495
<a href="http://commons.apache.org/cli/download_cli.cgi">Download now!</a>
9596
<br/>
96-
The <a href="release_1_2.html">release notes</a> are also available.
97+
The <a href="release_1_3.html">release notes</a> are also available.
9798
</p>
9899
<p>
99100
For previous releases, see the <a href="http://archive.apache.org/dist/commons/cli/">Apache Archive</a>.

0 commit comments

Comments
 (0)