- 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 <[email protected]> Authored: Mon Sep 5 09:35:13 2016 +0200 Committer: Christofer Dutz <[email protected]> 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>
