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-tooling-scm.git


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

commit 40970cf31831a8e177826e7631f03d79506e50c9
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Oct 19 01:46:39 2017 +0200

    SLING-7162 - Update SCM information in all POM files to reference Git
    
    update-scm-info.sh - correct url
---
 scripts/update-scm-info.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update-scm-info.sh b/scripts/update-scm-info.sh
index 1c13717..5bedd14 100755
--- a/scripts/update-scm-info.sh
+++ b/scripts/update-scm-info.sh
@@ -17,7 +17,7 @@ scm_base="https://gitbox.apache.org/repos/asf/${module_name}";
 
 sed -i 
"s#<connection>scm.*</connection>#<connection>scm:git:${scm_base}</conncetion>#"
 pom.xml
 sed -i 
"s#<developerConnection>scm.*</developerConnection>#<developerConnection>scm:git:${scm_base}</developerConnection>#"
 pom.xml
-sed -i 
"s#<url>.*svn.apache.org.*</url>#<url>https://gitbox.apache.org/repos/asf?p=${module_name}.git</url>#"
 pom.xml
+sed -i 
"s#<url>.*svn.apache.org.*</url>#<url>https://gitbox.apache.org/repos/asf?p=${module_name}</url>#"
 pom.xml
 
 git add pom.xml
 git commit -m 'SLING-7162 - Update SCM information in all POM files to 
reference Git'

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to