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 2017/06/26 16:12:24 UTC

[02/36] flex-typedefs git commit: - Bumped the compiler version up to 0.8.0-SNAPSHOT

- Bumped the compiler version up to 0.8.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/08f98e83
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/08f98e83
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/08f98e83

Branch: refs/heads/master
Commit: 08f98e8317e7b233106ebd46de07700d360d392d
Parents: 83f186a
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed Sep 28 11:06:46 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed Sep 28 11:06:46 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/08f98e83/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a5800a..a6a28de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <flexjs.compiler.version>0.7.0</flexjs.compiler.version>
+    <flexjs.compiler.version>0.8.0-SNAPSHOT</flexjs.compiler.version>
     <flexjs.build-tools.version>1.0.0</flexjs.build-tools.version>
 
     <git.executable>git</git.executable>