You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/05 08:55:11 UTC

[16/23] git commit: [flex-falcon] [refs/heads/release0.7.0] - - Try to get the maven-release-plugin running

- Try to get the maven-release-plugin running


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/06634e8c
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/06634e8c
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/06634e8c

Branch: refs/heads/release0.7.0
Commit: 06634e8cae3429ae75175eaf36d769f83145bab4
Parents: 26c29cd
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Sep 5 09:35:13 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Sep 5 10:08:18 2016 +0200

----------------------------------------------------------------------
 compiler-build-tools/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/06634e8c/compiler-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 385c396..3927553 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -34,6 +34,12 @@
 
   <name>Apache Flex - FlexJS: Build Tools</name>
 
+  <scm>
+    <connection>scm:git://git.apache.org/flex-falcon.git</connection>
+    <developerConnection>scm:git://git.apache.org/flex-falcon.git</developerConnection>
+    <url>https://github.com/apache/flex-falcon</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>