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

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


The following commit(s) were added to refs/heads/release/0.9.6 by this push:
     new 394027e  switch to https for jgit
394027e is described below

commit 394027ed7beeb3544b1f930c6da2e0da9e9a3986
Author: Alex Harui <[email protected]>
AuthorDate: Sun Mar 3 19:53:09 2019 -0800

    switch to https for jgit
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index df6c44e..4e5ef63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,9 +34,9 @@
   <name>Apache Royale: TypeDefs: Parent</name>
 
   <scm>
-    <connection>scm:git:[email protected]:apache/royale-typedefs.git</connection>
-    
<developerConnection>scm:git:[email protected]:apache/royale-typedefs.git</developerConnection>
-    <url>scm:git:[email protected]:apache/royale-typedefs.git</url>
+    
<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>
     <tag>release/0.9.6</tag>
   </scm>
 

Reply via email to