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-typedefs.git
The following commit(s) were added to refs/heads/release_practice by this push:
new 7050784 switch to https for jgit
7050784 is described below
commit 70507847cbce4982c9b6893e2799f0e369536d8f
Author: Alex Harui <[email protected]>
AuthorDate: Sun Mar 3 19:51:40 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 34bd01b..6771cda 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>HEAD</tag>
</scm>