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/11/14 04:52:04 UTC

[royale-asjs] branch release/0.9.4 updated: 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.4
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.4 by this push:
     new b3d6252  Revert "remove SNAPSHOT from compiler and typedefs versions"
b3d6252 is described below

commit b3d62524cbf0c166c76d5288c8753e6bd1f2b039
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Nov 13 20:51:16 2018 -0800

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

diff --git a/pom.xml b/pom.xml
index b6f24fc..4f8f9e7 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</royale.compiler.version>
-    <royale.typedefs.version>0.9.4</royale.typedefs.version>
+    <royale.compiler.version>0.9.4-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.4-SNAPSHOT</royale.typedefs.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <royale.debug>true</royale.debug>