You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/01/29 16:58:38 UTC

[karaf-decanter] branch master updated: Fix scm location to gitbox

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fa7977  Fix scm location to gitbox
0fa7977 is described below

commit 0fa7977ae43a58e6ab3cf00cbf7d25a056d2dcf7
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 29 17:58:26 2018 +0100

    Fix scm location to gitbox
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c65f201..490b2b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,9 +76,9 @@
     </modules>
 
     <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/karaf-decanter.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/karaf-decanter.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=karaf-decanter.git;a=summary</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/karaf-decanter.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/karaf-decanter.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;a=summary</url>
         <tag>HEAD</tag>
     </scm>
 

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.