You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/07/23 12:11:19 UTC

[royale-typedefs] branch release/0.9.6 updated: update royale.compiler.version in pom

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

piotrz pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/release/0.9.6 by this push:
     new 16d4b9f  update royale.compiler.version in pom
16d4b9f is described below

commit 16d4b9f91b2cacbc7ebeb5792b7f611b7ac5c14c
Author: piotrzarzycki21@gmail.com <pi...@apache.org>
AuthorDate: Tue Jul 23 12:08:23 2019 +0000

    update royale.compiler.version in pom
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7054633..fa715bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     <maven.version>3.3.1</maven.version>
 
     <royale.compiler.version>0.9.6</royale.compiler.version>
-    <royale.build-tools.version>1.0.0</royale.build-tools.version>
+    <royale.build-tools.version>1.1.0</royale.build-tools.version>
     <royale.swc-date>07/23/19 02:00</royale.swc-date>
 
     <git.executable>git</git.executable>