- 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/646fd40c Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/646fd40c Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/646fd40c Branch: refs/heads/release0.7.0 Commit: 646fd40caf5b87db9bba9f7e668da5df126df82d Parents: f121352 Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 09:45:57 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 10:08:18 2016 +0200 ---------------------------------------------------------------------- compiler-build-tools/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/646fd40c/compiler-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 6cdb464..942356c 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.0</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>compiler-build-tools-1.0.0</tag> </scm> <build> @@ -75,6 +74,10 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> + <configuration> + <!-- If we push the changes, the build will fail, cause it's in a child directory --> + <pushChanges>false</pushChanges> + </configuration> <dependencies> <dependency> <groupId>org.apache.maven.plugins</groupId>
