You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2012/06/21 23:13:27 UTC

svn commit: r1352691 - in /aries/branches/proxy-0.3.x: proxy-bundle/pom.xml proxy-impl/pom.xml

Author: dkulp
Date: Thu Jun 21 21:13:26 2012
New Revision: 1352691

URL: http://svn.apache.org/viewvc?rev=1352691&view=rev
Log:
Add scm sections so release plugin should work

Modified:
    aries/branches/proxy-0.3.x/proxy-bundle/pom.xml
    aries/branches/proxy-0.3.x/proxy-impl/pom.xml

Modified: aries/branches/proxy-0.3.x/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/proxy-0.3.x/proxy-bundle/pom.xml?rev=1352691&r1=1352690&r2=1352691&view=diff
==============================================================================
--- aries/branches/proxy-0.3.x/proxy-bundle/pom.xml (original)
+++ aries/branches/proxy-0.3.x/proxy-bundle/pom.xml Thu Jun 21 21:13:26 2012
@@ -81,5 +81,9 @@
         	<version>${project.version}</version>
         </dependency>
     </dependencies>
-
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/proxy-0.3.x/proxy-bundle/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/proxy-0.3.x/proxy-bundle/</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/branches/proxy-0.3.x/proxy-bundle/</url>
+    </scm>
 </project>

Modified: aries/branches/proxy-0.3.x/proxy-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/proxy-0.3.x/proxy-impl/pom.xml?rev=1352691&r1=1352690&r2=1352691&view=diff
==============================================================================
--- aries/branches/proxy-0.3.x/proxy-impl/pom.xml (original)
+++ aries/branches/proxy-0.3.x/proxy-impl/pom.xml Thu Jun 21 21:13:26 2012
@@ -95,4 +95,9 @@
         </dependency>
     </dependencies>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/proxy-0.3.x/proxy-impl/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/proxy-0.3.x/proxy-impl/</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/branches/proxy-0.3.x/proxy-impl/</url>
+    </scm>
 </project>