This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release/0.9.4
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit c543693e590fe4098111ed9218cf8e94e793cd2c
Author: Alex Harui <aha...@apache.org>
AuthorDate: Tue Nov 13 23:07:41 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 4f8f9e7..b6f24fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.5.4</maven.version>
 
-    <royale.compiler.version>0.9.4-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.4-SNAPSHOT</royale.typedefs.version>
+    <royale.compiler.version>0.9.4</royale.compiler.version>
+    <royale.typedefs.version>0.9.4</royale.typedefs.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <royale.debug>true</royale.debug>

Reply via email to