This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 31a77fb  SLING-7162 - Update SCM information in all POM files to 
reference Git
31a77fb is described below

commit 31a77fb489848fff0d84af0e1622eb62152127cb
Author: Robert Munteanu <robert.munte...@gmail.com>
AuthorDate: Fri Oct 20 19:13:18 2017 +0200

    SLING-7162 - Update SCM information in all POM files to reference Git
---
 custom-login-form/pom.xml      |  6 +++---
 espblog/pom.xml                |  6 +++---
 javashell/pom.xml              |  6 +++---
 path-based-rtp/pom.xml         |  6 +++---
 pom.xml                        | 10 +++-------
 slingshot/pom.xml              |  6 +++---
 testing/bundle-with-it/pom.xml |  4 ++--
 testing/module-with-it/pom.xml |  4 ++--
 8 files changed, 22 insertions(+), 26 deletions(-)

diff --git a/custom-login-form/pom.xml b/custom-login-form/pom.xml
index 533d71f..352c6e8 100644
--- a/custom-login-form/pom.xml
+++ b/custom-login-form/pom.xml
@@ -39,9 +39,9 @@
     </description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples/custom-login-form</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples/custom-login-form</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/samples/custom-login-form</url>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</conncetion>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
     </scm>
 
     <build>
diff --git a/espblog/pom.xml b/espblog/pom.xml
index 9aa00c2..7199523 100644
--- a/espblog/pom.xml
+++ b/espblog/pom.xml
@@ -26,9 +26,9 @@
   </description>
   
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples/espblog</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples/espblog</developerConnection>
-    <url>http://svn.apache.org/viewvc/sling/trunk/samples/espblog</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</conncetion>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
   </scm>
   
   <build>
diff --git a/javashell/pom.xml b/javashell/pom.xml
index 65a1adb..1ce1ca3 100644
--- a/javashell/pom.xml
+++ b/javashell/pom.xml
@@ -39,9 +39,9 @@
     </description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples/javashell</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples/javashell</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/samples/javashell</url>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</conncetion>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
     </scm>
 
     <build>
diff --git a/path-based-rtp/pom.xml b/path-based-rtp/pom.xml
index e3d3254..78ceda4 100644
--- a/path-based-rtp/pom.xml
+++ b/path-based-rtp/pom.xml
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples/path-based-rtp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples/path-based-rtp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/samples/path-based-rtp</url>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</conncetion>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
     </scm>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 23694af..418618e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,13 +50,9 @@
 
 
     <scm>
-        <connection>
-            scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples
-        </connection>
-        <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples
-        </developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/samples</url>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</conncetion>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
     </scm>
 
 
diff --git a/slingshot/pom.xml b/slingshot/pom.xml
index cdb2382..4eac955 100644
--- a/slingshot/pom.xml
+++ b/slingshot/pom.xml
@@ -40,9 +40,9 @@
     </properties>
     
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples/slingshot</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples/slingshot</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/samples/slingshot</url>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</conncetion>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
     </scm>
 
     <build>
diff --git a/testing/bundle-with-it/pom.xml b/testing/bundle-with-it/pom.xml
index c1c31bf..c424f30 100644
--- a/testing/bundle-with-it/pom.xml
+++ b/testing/bundle-with-it/pom.xml
@@ -76,9 +76,9 @@
     </properties>
     
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/samples/bundle-with-tests</connection>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</conncetion>
         <developerConnection> 
scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/samples/bundle-with-tests</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/testing/samples/bundle-with-tests</url>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
     </scm>
 
     <build>
diff --git a/testing/module-with-it/pom.xml b/testing/module-with-it/pom.xml
index 213c001..c63176d 100644
--- a/testing/module-with-it/pom.xml
+++ b/testing/module-with-it/pom.xml
@@ -45,9 +45,9 @@
     </properties>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/samples/module-with-it</connection>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</conncetion>
         <developerConnection> 
scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/samples/module-with-it</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/testing/samples/module-with-it</url>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
     </scm>
 
     <build>

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <commits@sling.apache.org>'].

Reply via email to