You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/03 16:10:54 UTC

svn commit: r1677405 - in /commons/proper/cli/trunk/src/site: site.xml xdoc/index.xml

Author: britter
Date: Sun May  3 14:10:53 2015
New Revision: 1677405

URL: http://svn.apache.org/r1677405
Log:
Update website for release 1.3

Modified:
    commons/proper/cli/trunk/src/site/site.xml
    commons/proper/cli/trunk/src/site/xdoc/index.xml

Modified: commons/proper/cli/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/site/site.xml?rev=1677405&r1=1677404&r2=1677405&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/site/site.xml (original)
+++ commons/proper/cli/trunk/src/site/site.xml Sun May  3 14:10:53 2015
@@ -37,7 +37,7 @@
             <item name="Usage scenarios"      href="/usage.html"/>
             <item name="Option properties"    href="/properties.html"/>
             <item name="Javadoc (Current ${project.version})"        href="/apidocs/index.html"/>
-            <item name="Javadoc (1.2)"        href="/javadocs/api-release/index.html"/>
+            <item name="Javadoc (1.3)"        href="/javadocs/api-release/index.html"/>
         </menu>
 
     </body>

Modified: commons/proper/cli/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/site/xdoc/index.xml?rev=1677405&r1=1677404&r2=1677405&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/cli/trunk/src/site/xdoc/index.xml Sun May  3 14:10:53 2015
@@ -78,7 +78,8 @@ usage: ls
         The Javadoc API documents are available online:
       </p>
       <ul>
-        <li><a href="javadocs/api-release/index.html">CLI 1.2 (current release)</a></li>
+        <li><a href="javadocs/api-release/index.html">CLI 1.3 (current release)</a></li>
+        <li><a href="javadocs/api-1.2/index.html">CLI 1.2</a></li>
         <li><a href="javadocs/api-1.1/index.html">CLI 1.1</a></li>
         <li><a href="javadocs/api-1.0/index.html">CLI 1.0</a></li>
       </ul>
@@ -90,10 +91,10 @@ usage: ls
 
     <section name="Releases">
       <p>
-        The latest version is v1.2. -
+        The latest version is v1.3. -
         <a href="http://commons.apache.org/cli/download_cli.cgi">Download now!</a>
         <br/>
-        The <a href="release_1_2.html">release notes</a> are also available.
+        The <a href="release_1_3.html">release notes</a> are also available.
       </p>
       <p>
         For previous releases, see the <a href="http://archive.apache.org/dist/commons/cli/">Apache Archive</a>.