You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/18 22:47:55 UTC

[royale-asjs] 01/03: remove SNAPSHOT from compiler-build-tools versions

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 2a3a8908975a10fbce9be33c444ba01a0753d754
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 14:43:44 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 8ecd521..ed8e9f2 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-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.0-SNAPSHOT</royale.typedefs.version>
+    <royale.compiler.version>0.9.0</royale.compiler.version>
+    <royale.typedefs.version>0.9.0</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
"commits@royale.apache.org" <co...@royale.apache.org>.