- 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/7913f2bc Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/7913f2bc Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/7913f2bc Branch: refs/heads/release0.7.0 Commit: 7913f2bc985ec694911ab8b821ba50fc6bc0434e Parents: 0db9080 Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 09:53:18 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 10:08:18 2016 +0200 ---------------------------------------------------------------------- compiler-build-tools/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/7913f2bc/compiler-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 01a938f..8d1f65a 100644 --- a/compiler-build-tools/pom.xml +++ b/compiler-build-tools/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>compiler-build-tools</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Flex - FlexJS: Build Tools</name> @@ -38,7 +38,6 @@ <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> - <tag>HEAD</tag> </scm> <build> @@ -83,7 +82,7 @@ <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> - <version>1.9.5</version> + <version>1.8.1</version> </dependency> </dependencies> </plugin>
