You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/05/15 15:37:15 UTC

svn commit: r1482828 - /felix/trunk/ipojo/runtime/pom.xml

Author: clement
Date: Wed May 15 13:37:15 2013
New Revision: 1482828

URL: http://svn.apache.org/r1482828
Log:
fix SCM metadata

Modified:
    felix/trunk/ipojo/runtime/pom.xml

Modified: felix/trunk/ipojo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/pom.xml?rev=1482828&r1=1482827&r2=1482828&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/pom.xml (original)
+++ felix/trunk/ipojo/runtime/pom.xml Wed May 15 13:37:15 2013
@@ -43,4 +43,10 @@
         <module>api-it</module>
     </modules>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/ipojo/runtime</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/ipojo/runtime</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime</url>
+    </scm>
+
 </project>