You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2015/11/09 10:32:58 UTC

svn commit: r1713357 - /felix/trunk/webconsole-plugins/subsystems/pom.xml

Author: davidb
Date: Mon Nov  9 09:32:57 2015
New Revision: 1713357

URL: http://svn.apache.org/viewvc?rev=1713357&view=rev
Log:
Add SCM details to pom

Modified:
    felix/trunk/webconsole-plugins/subsystems/pom.xml

Modified: felix/trunk/webconsole-plugins/subsystems/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/subsystems/pom.xml?rev=1713357&r1=1713356&r2=1713357&view=diff
==============================================================================
--- felix/trunk/webconsole-plugins/subsystems/pom.xml (original)
+++ felix/trunk/webconsole-plugins/subsystems/pom.xml Mon Nov  9 09:32:57 2015
@@ -35,6 +35,12 @@
         This is a plugin for the Apache Felix OSGi web console to integrate with OSGi Subsystems.
     </description>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/subsystems</connection>
+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/subsystems</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/subsystems</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>