This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release/0.9.0 in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit f755e358d3781c17b85bee774d043e9d7601509e Author: Alex Harui <[email protected]> AuthorDate: Thu Jan 18 12:54:26 2018 -0800 Revert "remove SNAPSHOT from compiler-build-tools versions" This reverts commit 794ff3f5acaf5df4743c8f2924e1232c8812f361. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ed8e9f2..8ecd521 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,8 @@ <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding> <maven.version>3.3.1</maven.version> - <royale.compiler.version>0.9.0</royale.compiler.version> - <royale.typedefs.version>0.9.0</royale.typedefs.version> + <royale.compiler.version>0.9.0-SNAPSHOT</royale.compiler.version> + <royale.typedefs.version>0.9.0-SNAPSHOT</royale.typedefs.version> <royale.build-tools.version>1.0.0</royale.build-tools.version> <royale.debug>true</royale.debug> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
