- 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/1178b306 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/1178b306 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/1178b306 Branch: refs/heads/release0.7.0 Commit: 1178b30671978d78f4d8f48fb29f0469703f7834 Parents: 4a0f15f Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 09:40:43 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 10:08:18 2016 +0200 ---------------------------------------------------------------------- compiler-build-tools/pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1178b306/compiler-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index eee9a13..8fc2fb7 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> @@ -71,6 +70,18 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.5.3</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-plugin</artifactId> + <version>1.9.5</version> + </dependency> + </dependencies> + </plugin> </plugins> <pluginManagement> <plugins>
