You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/29 13:33:47 UTC

[royale-typedefs] branch develop updated: use the gitbox url instead of the github url in the projects SCM tags as this prevents a RM having to setup the SSH key authentication for github

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 063883b  use the gitbox url instead of the github url in the projects SCM tags as this prevents a RM having to setup the SSH key authentication for github
063883b is described below

commit 063883b67e44f69c0f8f1f16ed7e89624eb20565
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 29 15:33:43 2020 +0200

    use the gitbox url instead of the github url in the projects SCM tags as this prevents a RM having to setup the SSH key authentication for github
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b168be8..54f39f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,9 +34,9 @@
   <name>Apache Royale: TypeDefs: Parent</name>
 
   <scm>
-    <connection>scm:git:https://github.com/apache/royale-typedefs.git</connection>
-    <developerConnection>scm:git:https://github.com/apache/royale-typedefs.git</developerConnection>
-    <url>scm:git:https://github.com/apache/royale-typedefs.git</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git</developerConnection>
+    <url>https://github.com/apache/royale-typedefs</url>
     <tag>HEAD</tag>
   </scm>