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:55:48 UTC

[royale-compiler] branch develop updated: 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 b9ae927  change tools version to snapshot to release 1.2.0
b9ae927 is described below

commit b9ae927f9840cf4a8181630c52e9f856bfe80daa
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 27 19:55:43 2020 +0100

    change tools version to snapshot to release 1.2.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c87a18e..9c949b5 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.1.0</compiler-build-tools.version>
-    <compiler-jburg-types.version>1.1.0</compiler-jburg-types.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>
 
     <flex.version>4.15.0</flex.version>
     <flash.version>20.0</flash.version>