You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/05 08:54:59 UTC

[04/23] git commit: [flex-falcon] [refs/heads/release0.7.0] - [maven-release-plugin] prepare release compiler-build-tools-1.0.0

[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/f121352c
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/f121352c
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/f121352c

Branch: refs/heads/release0.7.0
Commit: f121352cc8d88f01ba81ffcdccb5cd15f29197f0
Parents: 1178b30
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Sep 5 09:42:09 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
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/f121352c/compiler-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 8fc2fb7..6cdb464 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>