You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-commits@bookkeeper.apache.org by zh...@apache.org on 2017/09/07 07:28:11 UTC

[distributedlog] branch master updated: ISSUE #177: mvn release failed due to wrong scm url

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

zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/distributedlog.git


The following commit(s) were added to refs/heads/master by this push:
     new 01ff8d8  ISSUE #177: mvn release failed due to wrong scm url
01ff8d8 is described below

commit 01ff8d891a7182e0ed032f317fa2e4ce142fab62
Author: Sijie Guo <si...@apache.org>
AuthorDate: Thu Sep 7 15:28:04 2017 +0800

    ISSUE #177: mvn release failed due to wrong scm url
    
    Descriptions of the changes in this PR:
    
    Reason:
    
    we are using `gitbox` url as the scm connection. However gitbox is a readonly mirror of github repo.
    The committers don't have permissions to commit directly to gitbox repo.
    
    Solution:
    
    update the scm connection to github url
    
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Jia Zhai <None>
    
    This closes #178 from sijie/fix_scm_url, closes #177
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d8e44d..3c19a5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,10 +40,10 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:git:https://gitbox.apache.org/repos/asf/distributedlog.git</connection>
-    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/distributedlog.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf?p=distributedlog.git;a=summary</url>
-    <tag>release-0.5.0</tag>
+    <connection>scm:git:https://github.com/apache/distributedlog.git</connection>
+    <developerConnection>scm:git:https://github.com/apache/distributedlog.git</developerConnection>
+    <url>https://github.com/apache/distributedlog</url>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>

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