You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2020/02/11 07:14:43 UTC

[aries-cdi] branch master updated: Use Apache gitbox for SCM

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/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 743c41f  Use Apache gitbox for SCM
743c41f is described below

commit 743c41f9fd33dd42181fe49b8adb9f7af28087eb
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Feb 11 08:14:26 2020 +0100

    Use Apache gitbox for SCM
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c4af82e..a25b867 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,8 @@
 	</licenses>
 
 	<scm>
-		<connection>scm:git:git@github.com:apache/aries-cdi.git</connection>
-		<developerConnection>scm:git:git@github.com:apache/aries-cdi.git</developerConnection>
+		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
+		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
 		<tag>HEAD</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>