You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2017/09/30 13:22:22 UTC

[royale-compiler] branch develop updated: Change url to the repository in main pom to check whether it influence Maven compiler build

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ca73c88  Change url to the repository in main pom to check whether it influence Maven compiler build
ca73c88 is described below

commit ca73c8873156b55eebf68ee00af7197f662e17f3
Author: piotrz <pi...@apache.org>
AuthorDate: Sat Sep 30 15:22:16 2017 +0200

    Change url to the repository in main pom to check whether it influence Maven compiler build
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5837abe..8abf071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,9 @@
   <description>The Apache Flex FlexJS Project</description>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-falcon.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-falcon.git</developerConnection>
-    <url>https://github.com/apache/flex-falcon</url>
+    <connection>scm:git:https://github.com/apache/royale-compiler.git</connection>
+    <developerConnection>scm:git:https://github.com/apache/royale-compiler.git</developerConnection>
+    <url>https://github.com/apache/royale-compiler</url>
     <tag>HEAD</tag>
   </scm>
 
@@ -69,13 +69,13 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:git:https://git-wip-us.apache.org/repos/asf/flex-falcon.git</url>
+      <url>scm:git:https://github.com/apache/royale-compiler.git</url>
     </site>
   </distributionManagement>
 
   <issueManagement>
-    <system>Jira</system>
-    <url>https://issues.apache.org/jira/browse/FLEX</url>
+    <system>GitHub Issues</system>
+    <url>https://github.com/apache/royale-compiler/issues</url>
   </issueManagement>
 
   <mailingLists>

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].