[maven-release-plugin] prepare release compiler-build-tools-1.0.0
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/726cdd49 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/726cdd49 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/726cdd49 Branch: refs/heads/release0.7.0 Commit: 726cdd49a1cc8b40666aa0bf087adfbfa31cbafa Parents: 646fd40 Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 09:49:24 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 10:08:18 2016 +0200 ---------------------------------------------------------------------- compiler-build-tools/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/726cdd49/compiler-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 942356c..2659600 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-SNAPSHOT</version> + <version>1.0.0</version> <packaging>maven-plugin</packaging> <name>Apache Flex - FlexJS: Build Tools</name> @@ -38,6 +38,7 @@ <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>
