You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/02/11 23:59:21 UTC

[royale-compiler] branch release_practice updated: try not using SSH

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

aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/release_practice by this push:
     new 34e620d  try not using SSH
34e620d is described below

commit 34e620d8612458b6d4fc01a792edce353e02e825
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Feb 11 15:59:09 2019 -0800

    try not using SSH
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c874505..a8febcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,9 @@
   <description>The Apache Royale Project</description>
 
   <scm>
-    <connection>scm:git:git@github.com:apache/royale-compiler.git</connection>
-    <developerConnection>scm:git:git@github.com:apache/royale-compiler.git</developerConnection>
-    <url>scm:git:git@github.com:apache/royale-compiler.git</url>
+    <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>
     <tag>release/0.9.4</tag>
   </scm>