This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release/0.9.2 in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit ff82647fe32c2e613d430f9caf88e686ca3f0955 Author: Alex Harui <[email protected]> AuthorDate: Mon Mar 12 21:05:47 2018 -0700 Revert "update other poms to current version" This reverts commit 88ea8675a31debf6f31402ba2c6f7d72a1887e44. --- 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 74a7743..a9d19eb 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.2</royale.framework.version> + <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version> </properties> <modules> diff --git a/examples/pom.xml b/examples/pom.xml index a80ff45..c74f087 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.2</royale.framework.version> + <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version> </properties> <modules> diff --git a/manualtests/pom.xml b/manualtests/pom.xml index d72fcef..fdb9b03 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.2</royale.framework.version> + <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version> </properties> <name>Apache Royale: ManualTests</name> -- To stop receiving notification emails like this one, please contact [email protected].
