You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2009/03/31 17:54:18 UTC

svn commit: r760496 - /labs/magma/branches/0.0.1/magma-parent/pom.xml

Author: simoneg
Date: Tue Mar 31 15:54:18 2009
New Revision: 760496

URL: http://svn.apache.org/viewvc?rev=760496&view=rev
Log:
Correct SCM settings

Modified:
    labs/magma/branches/0.0.1/magma-parent/pom.xml

Modified: labs/magma/branches/0.0.1/magma-parent/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.1/magma-parent/pom.xml?rev=760496&r1=760495&r2=760496&view=diff
==============================================================================
--- labs/magma/branches/0.0.1/magma-parent/pom.xml (original)
+++ labs/magma/branches/0.0.1/magma-parent/pom.xml Tue Mar 31 15:54:18 2009
@@ -133,12 +133,11 @@
 	<issueManagement>
 		<system>trac</system>
 	</issueManagement>
-
-	<scm>
-		<developerConnection>
-			scm:svn:http://svn.apache.org/repos/asf/labs/magma/
-		</developerConnection>
-	</scm>
+        <scm>
+                <connection>scm:svn:http://svn.apache.org/repos/asf/labs/magma/branches/0.0.1/magma-parent/</connection>
+                <developerConnection>scm:svn:https://svn.apache.org/repos/asf/labs/magma/branches/0.0.1/magma-parent/</developerConnection>
+                <url>https://svn.apache.org/repos/asf/labs/magma/branches/0.0.1/magma-parent/</url>
+        </scm>
 
 	<distributionManagement>
 		<repository>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org