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/26 08:46:36 UTC

[royale-compiler] 01/02: Revert "update utils versions"

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

commit d9d7652c714b526c07b882d9420f89d42b210458
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Mar 26 09:44:55 2020 +0100

    Revert "update utils versions"
    
    This reverts commit fe564c77c62000ee69293c0b5aee9c5201b8efde.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 21f7d08..3ad9567 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</compiler-build-tools.version>
-    <compiler-jburg-types.version>1.2.0</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>