You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/27 20:30:28 UTC

[royale-compiler] branch develop updated: each tools need to have scm too in its pom

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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new b29b803  each tools need to have scm too in its pom
b29b803 is described below

commit b29b803beddf702ca3b70f69cd6d67e251723c57
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 27 21:30:24 2020 +0100

    each tools need to have scm too in its pom
---
 compiler-build-tools/pom.xml | 7 +++++++
 compiler-jburg-types/pom.xml | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 8f703c4..dc257de 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -34,6 +34,13 @@
 
   <name>Apache Royale: Build Tools</name>
 
+  <scm>
+    <connection>scm:git:ssh://git@github.com/apache/royale-compiler.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/apache/royale-compiler.git</developerConnection>
+    <url>http://github.com/apache/royale-compiler</url>
+    <tag>HEAD</tag>
+  </scm>
+
   <build>
     <plugins>
       <plugin>
diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml
index f9633e4..c9086cc 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -36,6 +36,13 @@
   <name>Apache Royale: JBurg Types</name>
   <description>Types needed by JBurg to perform it's code generation.</description>
 
+  <scm>
+    <connection>scm:git:ssh://git@github.com/apache/royale-compiler.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/apache/royale-compiler.git</developerConnection>
+    <url>http://github.com/apache/royale-compiler</url>
+    <tag>HEAD</tag>
+  </scm>
+
   <build>
     <plugins>
       <plugin>