You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2019/01/07 05:17:48 UTC

[servicemix] branch master updated: Upgrade scm to use 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/servicemix.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e01d84  Upgrade scm to use gitbox
1e01d84 is described below

commit 1e01d84eaff4efdf79e28df4d1680193d9d0d8a7
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 7 06:17:37 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index ba2eb8a..662e524 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,9 +51,9 @@
     </modules>
 
     <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix.git</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix.git</url>
         <tag>HEAD</tag>
     </scm>