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 <[email protected]>
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:[email protected]:apache/royale-compiler.git</connection>
-
<developerConnection>scm:git:[email protected]:apache/royale-compiler.git</developerConnection>
- <url>scm:git:[email protected]: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>