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-typedefs.git
commit e248b0571dd0b92e9bf7eb4f345124550617034a Author: Alex Harui <[email protected]> AuthorDate: Wed Jan 3 15:14:08 2018 -0800 remove SNAPSHOT from compiler-build-tools versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c9e4baa..3b262ce 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding> <maven.version>3.3.1</maven.version> - <royale.compiler.version>0.9.0-SNAPSHOT</royale.compiler.version> - <royale.build-tools.version>1.1.0-SNAPSHOT</royale.build-tools.version> + <royale.compiler.version>0.9.0</royale.compiler.version> + <royale.build-tools.version>1.0.0</royale.build-tools.version> <git.executable>git</git.executable> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
