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/0c7da1b7 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0c7da1b7 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0c7da1b7 Branch: refs/heads/develop Commit: 0c7da1b74178848632794b611ac37de88dba96f1 Parents: ec944a7 Author: piotrz <[email protected]> Authored: Fri Jun 23 08:54:38 2017 +0200 Committer: piotrz <[email protected]> Committed: Fri Jun 23 08:54:38 2017 +0200 ---------------------------------------------------------------------- examples/flexjs/StorageExample/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0c7da1b7/examples/flexjs/StorageExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/pom.xml b/examples/flexjs/StorageExample/pom.xml index 081cb7f..6cc957e 100644 --- a/examples/flexjs/StorageExample/pom.xml +++ b/examples/flexjs/StorageExample/pom.xml @@ -75,14 +75,14 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</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>Mobile</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>js</classifier> </dependency>
