You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2015/07/06 13:54:13 UTC

svn commit: r1689377 - /sling/trunk/bundles/commons/contentdetection/pom.xml

Author: bdelacretaz
Date: Mon Jul  6 11:54:13 2015
New Revision: 1689377

URL: http://svn.apache.org/r1689377
Log:
SLING-4694 - add missing scm info

Modified:
    sling/trunk/bundles/commons/contentdetection/pom.xml

Modified: sling/trunk/bundles/commons/contentdetection/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/contentdetection/pom.xml?rev=1689377&r1=1689376&r2=1689377&view=diff
==============================================================================
--- sling/trunk/bundles/commons/contentdetection/pom.xml (original)
+++ sling/trunk/bundles/commons/contentdetection/pom.xml Mon Jul  6 11:54:13 2015
@@ -46,6 +46,12 @@
         <!-- argLine needs to be here so that jacoco plugin adds its own stuff to it -->
         <argLine>${pax.vm.options}</argLine>
     </properties>
+    
+    <scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/contentdetection</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/contentdetection</developerConnection>
+        <url>http://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</url>
+    </scm>
 
     <dependencies>