You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/27 11:31:55 UTC

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

Author: olamy
Date: Wed Feb 27 10:31:54 2013
New Revision: 1450715

URL: http://svn.apache.org/r1450715
Log:
current release is 1.2

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=1450715&r1=1450714&r2=1450715&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/site/site.xml (original)
+++ commons/proper/cli/trunk/src/site/site.xml Wed Feb 27 10:31:54 2013
@@ -36,7 +36,7 @@
             <item name="Getting started"      href="/introduction.html"/>
             <item name="Usage scenarios"      href="/usage.html"/>
             <item name="Option properties"    href="/properties.html"/>
-            <item name="Javadoc (1.3)"        href="/javadocs/api-release/index.html"/>
+            <item name="Javadoc (1.2)"        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=1450715&r1=1450714&r2=1450715&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/cli/trunk/src/site/xdoc/index.xml Wed Feb 27 10:31:54 2013
@@ -78,8 +78,7 @@ usage: ls
         The Javadoc API documents are available online:
       </p>
       <ul>
-        <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-release/index.html">CLI 1.2 (current release)</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>
@@ -91,10 +90,10 @@ usage: ls
 
     <section name="Releases">
       <p>
-        The latest version is v1.3. -
+        The latest version is v1.2. -
         <a href="http://commons.apache.org/cli/download_cli.cgi">Download now!</a>
         <br/>
-        The <a href="release_1_3.html">release notes</a> are also available.
+        The <a href="release_1_2.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>.