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:31:17 UTC

[royale-compiler] 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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 81db349  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
81db349 is described below

commit 81db34905f3f9b20717d18ad7dad441cc4df8756
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 29 15:31:13 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
---
 compiler-build-tools/pom.xml | 6 +++---
 compiler-jburg-types/pom.xml | 6 +++---
 pom.xml                      | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 33c542e..0666de0 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -35,9 +35,9 @@
   <name>Apache Royale: Build Tools</name>
 
   <scm>
-    <connection>scm:git:ssh://git@github.com/apache/royale-compiler.git</connection>
-    <developerConnection>scm:git:ssh://git@github.com/apache/royale-compiler.git</developerConnection>
-    <url>http://github.com/apache/royale-compiler</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</developerConnection>
+    <url>https://github.com/apache/royale-compiler</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml
index 47c70ac..1c99d44 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -37,9 +37,9 @@
   <description>Types needed by JBurg to perform it's code generation.</description>
 
   <scm>
-    <connection>scm:git:ssh://git@github.com/apache/royale-compiler.git</connection>
-    <developerConnection>scm:git:ssh://git@github.com/apache/royale-compiler.git</developerConnection>
-    <url>http://github.com/apache/royale-compiler</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</developerConnection>
+    <url>https://github.com/apache/royale-compiler</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/pom.xml b/pom.xml
index 7f44515..d8ce643 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,9 @@
   <description>The Apache Royale Project</description>
   
   <scm>
-    <connection>scm:git:ssh://git@github.com/apache/royale-compiler.git</connection>
-    <developerConnection>scm:git:ssh://git@github.com/apache/royale-compiler.git</developerConnection>
-    <url>http://github.com/apache/royale-compiler</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</developerConnection>
+    <url>https://github.com/apache/royale-compiler</url>
     <tag>HEAD</tag>
   </scm>
 
@@ -62,7 +62,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:git:https://github.com/apache/royale-compiler.git</url>
+      <url>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</url>
     </site>
   </distributionManagement>