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/27 20:26:24 UTC

[royale-compiler] branch develop updated: need to change scm urls to avoid credential problems

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 250c947  need to change scm urls to avoid credential problems
250c947 is described below

commit 250c947d3110c23aafd9115e2b3f5a6ca1c77bfd
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 27 21:26:20 2020 +0100

    need to change scm urls to avoid credential problems
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c87a18e..7f44515 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,11 +33,11 @@
 
   <name>Apache Royale: Compiler: Parent</name>
   <description>The Apache Royale Project</description>
-
+  
   <scm>
-    <connection>scm:git:https://github.com/apache/royale-compiler.git</connection>
-    <developerConnection>scm:git:https://github.com/apache/royale-compiler.git</developerConnection>
-    <url>scm:git:https://github.com/apache/royale-compiler.git</url>
+    <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>
     <tag>HEAD</tag>
   </scm>