You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by bi...@apache.org on 2018/10/01 05:33:27 UTC

[royale-typedefs] 01/02: remove SNAPSHOT from compiler-build-tools versions

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

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

commit 708bbe9dd28b5f50acac441fa945538c09d9d17a
Author: Om <om...@fountain.com>
AuthorDate: Sun Sep 30 22:32:51 2018 -0700

    remove SNAPSHOT from compiler-build-tools versions
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a575102..1d7db4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <royale.compiler.version>0.9.4-SNAPSHOT</royale.compiler.version>
+    <royale.compiler.version>0.9.4</royale.compiler.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <git.executable>git</git.executable>