You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2021/02/21 12:58:38 UTC

[royale-asjs] branch develop updated: ensure we still use last 0.9.8-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 93af0d0  ensure we still use last 0.9.8-SNAPSHOT
93af0d0 is described below

commit 93af0d0f48cfc3e37b54e89cba84b67a1158b6c5
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Feb 21 13:58:30 2021 +0100

    ensure we still use last 0.9.8-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c2c1585..89b4a08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,8 +54,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.5.4</maven.version>
 
-    <royale.compiler.version>0.9.9-SNAPSHOT</royale.compiler.version>
     <royale.build-tools.version>1.2.1</royale.build-tools.version>
+    <royale.compiler.version>0.9.8-SNAPSHOT</royale.compiler.version>
     <royale.typedefs.version>0.9.8-SNAPSHOT</royale.typedefs.version>
 
     <royale.targets>JSRoyale</royale.targets>