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 2020/04/12 05:36:16 UTC

[royale-compiler] branch develop updated: go back to 1.1.0 for builds.a.o

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

aharui 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 9606f09  go back to 1.1.0 for builds.a.o
9606f09 is described below

commit 9606f098de5c4dc9dd8ac8d924da515b1271e977
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Apr 11 22:36:00 2020 -0700

    go back to 1.1.0 for builds.a.o
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4aa6b5b..311be32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <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-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>