You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/04/24 11:17:40 UTC

svn commit: r651203 - /commons/proper/math/branches/MATH_2_0/pom.xml

Author: luc
Date: Thu Apr 24 02:17:37 2008
New Revision: 651203

URL: http://svn.apache.org/viewvc?rev=651203&view=rev
Log:
configured pom for development in branch 2.0

Modified:
    commons/proper/math/branches/MATH_2_0/pom.xml

Modified: commons/proper/math/branches/MATH_2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/pom.xml?rev=651203&r1=651202&r2=651203&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/pom.xml (original)
+++ commons/proper/math/branches/MATH_2_0/pom.xml Thu Apr 24 02:17:37 2008
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-math</groupId>
   <artifactId>commons-math</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Commons Math</name>
 
   <inceptionYear>2003</inceptionYear>
@@ -41,9 +41,11 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/math/trunk</connection>
-    <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>
+    <!-- WARNING! -->
+    <!-- this should be set back to trunk when the branch will be merged back -->
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0</url>
   </scm>
   
   <distributionManagement>