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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7ab1fb6  update other poms to next version
7ab1fb6 is described below

commit 7ab1fb695516b9bce3f63cd519737687a2f7fd28
Author: Om <bigosma...@apache.org>
AuthorDate: Mon Oct 1 00:05:02 2018 -0700

    update other poms to next version
---
 archetypes/pom.xml  | 2 +-
 examples/pom.xml    | 2 +-
 manualtests/pom.xml | 2 +-
 pom.xml             | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 739fa36..ee06888 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -34,7 +34,7 @@
   <description>Maven archetypes for creating royale maven 
projects</description>
 
   <properties>
-    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index 7c7b23b..3b1bd3e 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>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index fb5588e..f9f542e 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -33,7 +33,7 @@
   
   <properties>
     
<compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 
diff --git a/pom.xml b/pom.xml
index 7d58517..263b8ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.5.4</maven.version>
 
-    <royale.compiler.version>0.9.4-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.4-SNAPSHOT</royale.typedefs.version>
+    <royale.compiler.version>0.9.5-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.5-SNAPSHOT</royale.typedefs.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <royale.debug>true</royale.debug>

Reply via email to