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/24 11:13:39 UTC

[royale-typedefs] branch release/0.9.7 updated: update royale.compiler.version and royale.build-tools.version in pom

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

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


The following commit(s) were added to refs/heads/release/0.9.7 by this push:
     new 3c4c333  update royale.compiler.version and royale.build-tools.version in pom
3c4c333 is described below

commit 3c4c3338b93809621cc1f9fbce593691cf3adf92
Author: carlosrovira <carlosrovira>
AuthorDate: Tue Mar 24 11:12:49 2020 +0000

    update royale.compiler.version and royale.build-tools.version in pom
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18de943..296c66b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,8 +45,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <royale.build-tools.version>1.1.0</royale.build-tools.version>
-    <royale.compiler.version>0.9.7-SNAPSHOT</royale.compiler.version>
+    <royale.build-tools.version>1.2.0</royale.build-tools.version>
+    <royale.compiler.version>0.9.7</royale.compiler.version>
 
     <release-profiles>apache-release</release-profiles>
   </properties>