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

[royale-asjs] 02/03: update other poms to current version

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

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

commit 81ad194388e516391446e320e55d60cdddbdfcf2
Author: Om <om...@fountain.com>
AuthorDate: Sun Sep 30 22:35:49 2018 -0700

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

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index b9a08f2..bd39db2 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.4</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index 91fa4f1..d518432 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.4</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 9b334f9..0c22cd8 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.4</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>