more 0.5
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/dd822abb Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/dd822abb Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/dd822abb Branch: refs/heads/develop Commit: dd822abb8a588d4eb3a267711db1d838a5a65ed8 Parents: cea6541 Author: Alex Harui <[email protected]> Authored: Mon Aug 24 13:54:33 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Aug 24 13:54:33 2015 -0700 ---------------------------------------------------------------------- compiler/build.xml | 2 +- maven.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/dd822abb/compiler/build.xml ---------------------------------------------------------------------- diff --git a/compiler/build.xml b/compiler/build.xml index f77801f..3dfc74c 100644 --- a/compiler/build.xml +++ b/compiler/build.xml @@ -80,7 +80,7 @@ <!-- JAR manifest entries --> <property name="manifest.sealed" value="false"/> <property name="manifest.Implementation-Title" value="Apache Flex Compiler"/> - <property name="manifest.Implementation-Version" value="0.0.3"/> + <property name="manifest.Implementation-Version" value="0.5.0"/> <property name="manifest.Implementation-Vendor" value="Apache Software Foundation"/> <property name="compiler.ant.binaries" value="org/apache/flex/compiler/ant/**/*.class"/> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/dd822abb/maven.xml ---------------------------------------------------------------------- diff --git a/maven.xml b/maven.xml index d67c860..8b48edb 100644 --- a/maven.xml +++ b/maven.xml @@ -19,7 +19,7 @@ --> <project default="install" basedir="."> - <property name="version" value="0.0.3"/> + <property name="version" value="0.5.0"/> <!-- Set type to RELEASE in order to deploy to the release repo --> <property name="type" value="SNAPSHOT"/>
