You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/25 16:37:43 UTC

svn commit: r1074582 - /aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml

Author: zoe
Date: Fri Feb 25 15:37:42 2011
New Revision: 1074582

URL: http://svn.apache.org/viewvc?rev=1074582&view=rev
Log:
add scm to distro

Modified:
    aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml

Modified: aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml?rev=1074582&r1=1074581&r2=1074582&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml Fri Feb 25 15:37:42 2011
@@ -32,6 +32,13 @@
     <version>0.8-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy-distro</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/proxy-distro</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy-distro</url>
+    </scm>
+
+
     <modules>
         <module>../proxy-api</module>
         <module>../proxy-impl</module>