You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/11/17 00:07:11 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - presume next release is 0.6.0

presume next release is 0.6.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/d518a97c
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d518a97c
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d518a97c

Branch: refs/heads/develop
Commit: d518a97c563758d024b52bb76dd91e7c2c829fe3
Parents: 1fb9c0a
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 16 15:07:01 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 16 15:07:01 2015 -0800

----------------------------------------------------------------------
 build.properties            | 2 +-
 compiler.jx.tests/build.xml | 2 +-
 compiler/build.xml          | 2 +-
 maven.xml                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d518a97c/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 704fd2c..faf4238 100644
--- a/build.properties
+++ b/build.properties
@@ -17,7 +17,7 @@
 ##
 ################################################################################
 
-release.version = 0.5.0
+release.version = 0.6.0
 
 generated.by.match=/\\*\\*. \\* Generated by Apache Flex Cross-Compiler
 generated.by.comment=/**\n\

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d518a97c/compiler.jx.tests/build.xml
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/build.xml b/compiler.jx.tests/build.xml
index 342f438..83aa8ef 100644
--- a/compiler.jx.tests/build.xml
+++ b/compiler.jx.tests/build.xml
@@ -156,7 +156,7 @@
             value="true" />
     </target>
     <target name="get_asjs" unless="asjs.ok" >
-        <get src="http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.5.0-bin.zip" dest="${compiler.tests}/flexjs.zip"/>
+        <get src="http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.6.0-bin.zip" dest="${compiler.tests}/flexjs.zip"/>
         <unzip src="${compiler.tests}/flexjs.zip" dest="${env.ASJS_HOME}">
             <patternset>
                 <include name="frameworks/libs/*.swc"/>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d518a97c/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index 6ae8d38..a3a389a 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -85,7 +85,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.5.0"/>
+    <property name="manifest.Implementation-Version" value="0.6.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/d518a97c/maven.xml
----------------------------------------------------------------------
diff --git a/maven.xml b/maven.xml
index 8b48edb..dd8cb01 100644
--- a/maven.xml
+++ b/maven.xml
@@ -19,7 +19,7 @@
 -->
 <project default="install" basedir=".">
 
-    <property name="version" value="0.5.0"/>
+    <property name="version" value="0.6.0"/>
 
     <!-- Set type to RELEASE in order to deploy to the release repo -->
     <property name="type" value="SNAPSHOT"/>