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 884cc31afae8388c4c5b9e980fd8e87e4bbccebd Author: Alex Harui <[email protected]> AuthorDate: Thu Feb 8 10:40:33 2018 -0800 remove SNAPSHOT from compiler and typedefs versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 71263db..28a8328 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.1-SNAPSHOT</royale.compiler.version> - <royale.typedefs.version>0.9.1-SNAPSHOT</royale.typedefs.version> + <royale.compiler.version>0.9.1</royale.compiler.version> + <royale.typedefs.version>0.9.1</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].
