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/03/12 07:09:24 UTC

[royale-asjs] 02/02: Revert "remove SNAPSHOT from compiler and typedefs versions"

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

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

commit f5ca015078db065f4636e344c7b78ad629008fb0
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Mar 12 00:08:58 2018 -0700

    Revert "remove SNAPSHOT from compiler and typedefs versions"
    
    This reverts commit 5ce4fd716ac34d2fec28ca0b26a1d662f6f53ac5.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d498386..d1c28b4 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.2</royale.compiler.version>
-    <royale.typedefs.version>0.9.2</royale.typedefs.version>
+    <royale.compiler.version>0.9.2-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.2-SNAPSHOT</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
aharui@apache.org.