You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/10/12 01:20:09 UTC

[royale-asjs] 03/05: use 0.9.5-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit e191088bcd4fc0c58ad723644b42fff28573d9c6
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Oct 11 18:19:08 2018 -0700

    use 0.9.5-SNAPSHOT
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 34605d1..3cdb840 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,7 +38,7 @@
     <compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug>
     <!-- In Release mode we only want to copy assets folder content to assets destination folder, the rest is managed by compiler -->
     <compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release>
-    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>