You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/09/21 10:28:57 UTC

[cxf-dosgi] branch master updated: Use github uri in pom

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-dosgi.git


The following commit(s) were added to refs/heads/master by this push:
     new 276d8da  Use github uri in pom
276d8da is described below

commit 276d8da2b7b00ff79c2a62b1f796e095f53a2699
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Thu Sep 21 12:28:51 2017 +0200

    Use github uri in pom
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4132ae..6c2edc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,8 +34,8 @@
     <name>CXF DOSGi main</name>
  
     <scm>
-        <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</connection>
-        <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</developerConnection>
+        <connection>scm:git@github.com:apache/cxf-dosgi.git</connection>
+        <developerConnection>scm:git@github.com:apache/cxf-dosgi.git</developerConnection>
         <tag>HEAD</tag>
     </scm>
 

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