This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release/0.9.1 in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit ffad879d2f8a61dc7d3a6f1bd27021bbc19774a5 Author: Alex Harui <[email protected]> AuthorDate: Thu Feb 8 10:40:40 2018 -0800 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 91dad02..6c96dce 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.1-SNAPSHOT</royale.framework.version> + <royale.framework.version>0.9.1</royale.framework.version> </properties> <modules> diff --git a/examples/pom.xml b/examples/pom.xml index 6a65d49..543f32d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -35,7 +35,7 @@ <properties> <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir> - <royale.framework.version>0.9.1-SNAPSHOT</royale.framework.version> + <royale.framework.version>0.9.1</royale.framework.version> </properties> <modules> diff --git a/manualtests/pom.xml b/manualtests/pom.xml index 53acc2e..19be4e5 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.1-SNAPSHOT</royale.framework.version> + <royale.framework.version>0.9.1</royale.framework.version> </properties> <name>Apache Royale: ManualTests</name> -- To stop receiving notification emails like this one, please contact [email protected].
