You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bi...@apache.org on 2015/10/24 13:53:55 UTC

svn commit: r1710336 - /felix/trunk/gogo/pom.xml

Author: bimargulies
Date: Sat Oct 24 11:53:55 2015
New Revision: 1710336

URL: http://svn.apache.org/viewvc?rev=1710336&view=rev
Log:
FELIX-4970: add scm to the gogo pom.
Closes #28.

Modified:
    felix/trunk/gogo/pom.xml

Modified: felix/trunk/gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/pom.xml?rev=1710336&r1=1710335&r2=1710336&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Sat Oct 24 11:53:55 2015
@@ -31,6 +31,12 @@
     <artifactId>gogo-reactor</artifactId>
     <version>0.7.0-SNAPSHOT</version>
 
+    <scm>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/gogo</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/gogo</developerConnection>
+         <url>http://svn.apache.org/repos/asf/felix/gogo</url>
+    </scm>
+
     <modules>
     	<module>gogo-parent</module>
         <module>runtime</module>