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 2016/02/23 16:58:39 UTC

svn commit: r1731896 - /sling/trunk/contrib/extensions/bgservlets/testing/pom.xml

Author: bdelacretaz
Date: Tue Feb 23 15:58:39 2016
New Revision: 1731896

URL: http://svn.apache.org/viewvc?rev=1731896&view=rev
Log:
SLING-5553 - fix scm info

Modified:
    sling/trunk/contrib/extensions/bgservlets/testing/pom.xml

Modified: sling/trunk/contrib/extensions/bgservlets/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/bgservlets/testing/pom.xml?rev=1731896&r1=1731895&r2=1731896&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/bgservlets/testing/pom.xml (original)
+++ sling/trunk/contrib/extensions/bgservlets/testing/pom.xml Tue Feb 23 15:58:39 2016
@@ -57,6 +57,12 @@
       -->
       <debug.options />
   </properties>
+  
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/bgservlets/testing</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/bgservlets/testing</developerConnection>
+    <url>http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/bgservlets/testing</url>
+  </scm>
 
   <build>
     <plugins>
@@ -174,10 +180,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</url>
-  </scm>
 </project>