You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/23 06:16:53 UTC

git commit: [flex-asjs] [refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list] - Fix build - missed artifacts version

Repository: flex-asjs
Updated Branches:
  refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list c4ee97577 -> fa45b0ea8


Fix build - missed artifacts version


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

Branch: refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list
Commit: fa45b0ea8419c57463c2d3be6124d3b22cbb0afc
Parents: c4ee975
Author: piotrz <pi...@apache.org>
Authored: Fri Jun 23 08:16:48 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Fri Jun 23 08:16:48 2017 +0200

----------------------------------------------------------------------
 examples/express/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fa45b0ea/examples/express/pom.xml
----------------------------------------------------------------------
diff --git a/examples/express/pom.xml b/examples/express/pom.xml
index 08904b4..45288d2 100644
--- a/examples/express/pom.xml
+++ b/examples/express/pom.xml
@@ -71,14 +71,14 @@
   <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Effects</artifactId>
-      <version>0.8.0</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Effects</artifactId>
-      <version>0.8.0</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>