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

svn commit: r1538297 - /commons/proper/math/trunk/pom.xml

Author: tn
Date: Sat Nov  2 22:44:46 2013
New Revision: 1538297

URL: http://svn.apache.org/r1538297
Log:
Fix pom for website publishing.

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1538297&r1=1538296&r2=1538297&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sat Nov  2 22:44:46 2013
@@ -42,15 +42,15 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/trunk</developerConnection>
     <url>http://svn.apache.org/viewvc/commons/proper/math/trunk</url>
   </scm>
-  
+
   <distributionManagement>
     <site>
-      <id>people.apache.org</id>
-      <name>Apache Commons Math</name>
-      <url>scp://people.apache.org/www/commons.apache.org/math</url>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math/</url>
     </site>
   </distributionManagement>
-
+  
   <developers>
     <developer>
       <name>Mikkel Meyer Andersen</name>
@@ -343,7 +343,7 @@
     <!-- This value must reflect the current name of the base package. -->
     <commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
     <!-- do not use snapshot suffix here -->
-    <commons.release.version>3.3</commons.release.version>
+    <commons.release.version>3.2</commons.release.version>
     <commons.release.desc>(requires Java 1.5+)</commons.release.desc>
     <!-- <commons.rc.version>RC1</commons.rc.version> -->
     <commons.binary.suffix>-bin</commons.binary.suffix>