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 c7d2538faac54ad18e88bdb24037d1d05e086f4c Author: Om <[email protected]> AuthorDate: Mon Oct 1 00:38:23 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>
