You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/10/12 20:04:38 UTC

svn commit: r1812019 - /sling/branches/testing/mocks/servlet-helpers-1.0.x/pom.xml

Author: sseifert
Date: Thu Oct 12 20:04:38 2017
New Revision: 1812019

URL: http://svn.apache.org/viewvc?rev=1812019&view=rev
Log:
fix scm url

Modified:
    sling/branches/testing/mocks/servlet-helpers-1.0.x/pom.xml

Modified: sling/branches/testing/mocks/servlet-helpers-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/sling/branches/testing/mocks/servlet-helpers-1.0.x/pom.xml?rev=1812019&r1=1812018&r2=1812019&view=diff
==============================================================================
--- sling/branches/testing/mocks/servlet-helpers-1.0.x/pom.xml (original)
+++ sling/branches/testing/mocks/servlet-helpers-1.0.x/pom.xml Thu Oct 12 20:04:38 2017
@@ -36,13 +36,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/servlet-helpers
+            scm:svn:http://svn.apache.org/repos/asf/sling/branches/testing/mocks/servlet-helpers-1.0.x
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/servlet-helpers
+            scm:svn:https://svn.apache.org/repos/asf/sling/branches/testing/mocks/servlet-helpers-1.0.x
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/servlet-helpers
+            http://svn.apache.org/viewvc/sling/branches/testing/mocks/servlet-helpers-1.0.x
         </url>
     </scm>