You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/12 16:40:22 UTC

svn commit: r1299715 - in /commons/proper/math/trunk: pom.xml src/site/xdoc/download_math.xml

Author: sebb
Date: Mon Mar 12 15:40:22 2012
New Revision: 1299715

URL: http://svn.apache.org/viewvc?rev=1299715&view=rev
Log:
Fix up download properties and generated page

Modified:
    commons/proper/math/trunk/pom.xml
    commons/proper/math/trunk/src/site/xdoc/download_math.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1299715&r1=1299714&r2=1299715&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Mon Mar 12 15:40:22 2012
@@ -275,9 +275,10 @@
 
   <properties>
     <commons.componentid>math</commons.componentid>
-    <commons.release.version>3.0-SNAPSHOT</commons.release.version>
+    <!-- do not use snapshot suffix here -->
+    <commons.release.version>3.0</commons.release.version>
     <!-- <commons.rc.version>RC1</commons.rc.version> -->
-    <commons.binary.suffix></commons.binary.suffix>
+    <commons.binary.suffix>-bin</commons.binary.suffix>
     <commons.jira.id>MATH</commons.jira.id>
     <commons.jira.pid>12310485</commons.jira.pid>
     <maven.compile.source>1.5</maven.compile.source>

Modified: commons/proper/math/trunk/src/site/xdoc/download_math.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/download_math.xml?rev=1299715&r1=1299714&r2=1299715&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/download_math.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/download_math.xml Mon Mar 12 15:40:22 2012
@@ -99,14 +99,14 @@ limitations under the License.
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/math/binaries/commons-math3-3.0.tar.gz">commons-math3-3.0.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/math/binaries/commons-math3-3.0-bin.tar.gz">commons-math3-3.0-bin.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0-bin.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/math/binaries/commons-math3-3.0.zip">commons-math3-3.0.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/math/binaries/commons-math3-3.0-bin.zip">commons-math3-3.0-bin.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0-bin.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>