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-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new ab604df use the gitbox url instead of the github url in the projects
SCM tags as this prevents a RM having to setup the SSH key authentication for
github
ab604df is described below
commit ab604df1dd1035376940e5e86927425098047741
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Mar 29 15:37:24 2020 +0200
use the gitbox url instead of the github url in the projects SCM tags as
this prevents a RM having to setup the SSH key authentication for github
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b9897f0..7f70021 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,9 +44,9 @@
-->
<scm>
- <connection>scm:git:https://github.com/apache/royale-asjs.git</connection>
-
<developerConnection>scm:git:https://github.com/apache/royale-asjs.git</developerConnection>
- <url>scm:git:https://github.com/apache/royale-asjs.git</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/royale-asjs.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/royale-asjs.git</developerConnection>
+ <url>https://github.com/apache/royale-asjs</url>
</scm>
<properties>
@@ -83,7 +83,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
-
<url>scm:git:https://git-wip-us.apache.org/repos/asf/royale-asjs.git</url>
+ <url>scm:git:https://gitbox.apache.org/repos/asf/royale-asjs.git</url>
</site>
</distributionManagement>