Author: tn
Date: Tue Feb 12 10:36:42 2013
New Revision: 1445094

URL: http://svn.apache.org/r1445094
Log:
Update download page.

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

Modified: commons/proper/cli/trunk/src/site/xdoc/download_cli.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/site/xdoc/download_cli.xml?rev=1445094&r1=1445093&r2=1445094&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/site/xdoc/download_cli.xml (original)
+++ commons/proper/cli/trunk/src/site/xdoc/download_cli.xml Tue Feb 12 10:36:42 
2013
@@ -54,7 +54,7 @@ limitations under the License.
       <p>
         We recommend you use a mirror to download our release
         builds, but you <strong>must</strong> verify the integrity of
-        the downloaded files using signatures downloaded from our main 
+        the downloaded files using signatures downloaded from our main
         distribution directories. Recent releases (48 hours) may not yet
         be available from the mirrors.
       </p>
@@ -71,7 +71,7 @@ limitations under the License.
 
       <form action="[location]" method="get" id="SelectMirror">
         <p>
-          Other mirrors: 
+          Other mirrors:
           <select name="Preferred">
           [if-any http]
             [for http]<option value="[http]">[http]</option>[end]
@@ -90,37 +90,37 @@ limitations under the License.
       <p>
         The <a href="http://www.apache.org/dist/commons/KEYS";>KEYS</a>
         link links to the code signing keys used to sign the product.
-        The <code>PGP</code> link downloads the OpenPGP compatible signature 
from our main site. 
+        The <code>PGP</code> link downloads the OpenPGP compatible signature 
from our main site.
         The <code>MD5</code> link downloads the checksum from the main site.
       </p>
     </subsection>
     </section>
-    <section name="Commons CLI 1.2 ">
+    <section name="Commons CLI 1.3 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/cli/binaries/commons-cli-1.2-bin.tar.gz">commons-cli-1.2-bin.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz.md5";>md5</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/cli/binaries/commons-cli-1.3-bin.tar.gz">commons-cli-1.3-bin.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3-bin.tar.gz.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/cli/binaries/commons-cli-1.2-bin.zip">commons-cli-1.2-bin.zip</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.zip.md5";>md5</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/cli/binaries/commons-cli-1.3-bin.zip">commons-cli-1.3-bin.zip</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3-bin.zip.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/cli/source/commons-cli-1.2-src.tar.gz">commons-cli-1.2-src.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.2-src.tar.gz.md5";>md5</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.2-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/cli/source/commons-cli-1.3-src.tar.gz">commons-cli-1.3-src.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3-src.tar.gz.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/cli/source/commons-cli-1.2-src.zip">commons-cli-1.2-src.zip</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.2-src.zip.md5";>md5</a></td>
-              <td><a 
href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.2-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/cli/source/commons-cli-1.3-src.zip">commons-cli-1.3-src.zip</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3-src.zip.md5";>md5</a></td>
+              <td><a 
href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>


Reply via email to