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 2020/03/27 18:58:58 UTC

[royale-compiler] branch develop updated: Revert "change tools version to snapshot to release 1.2.0"

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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8ec02da  Revert "change tools version to snapshot to release 1.2.0"
8ec02da is described below

commit 8ec02daf8af4fac2271d6304083767c8fa663569
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 27 19:58:48 2020 +0100

    Revert "change tools version to snapshot to release 1.2.0"
    
    This reverts commit b9ae927f9840cf4a8181630c52e9f856bfe80daa.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9c949b5..c87a18e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <compiler-build-tools.version>1.2.0-SNAPSHOT</compiler-build-tools.version>
-    <compiler-jburg-types.version>1.2.0-SNAPSHOT</compiler-jburg-types.version>
+    <compiler-build-tools.version>1.1.0</compiler-build-tools.version>
+    <compiler-jburg-types.version>1.1.0</compiler-jburg-types.version>
 
     <flex.version>4.15.0</flex.version>
     <flash.version>20.0</flash.version>