You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2020/11/26 17:01:40 UTC

[royale-compiler] branch release/0.9.8 updated: Changed compiler-build-tools version

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

harbs pushed a commit to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/release/0.9.8 by this push:
     new 774b1b0  Changed compiler-build-tools version
774b1b0 is described below

commit 774b1b0b7e0dd2733a9439c374771ed1404c9794
Author: Harbs <ha...@in-tools.com>
AuthorDate: Thu Nov 26 19:00:22 2020 +0200

    Changed compiler-build-tools version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2a790e0..64a2a4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <compiler-build-tools.version>1.2.1-SNAPSHOT</compiler-build-tools.version>
+    <compiler-build-tools.version>1.2.1</compiler-build-tools.version>
     <compiler-jburg-types.version>1.1.0</compiler-jburg-types.version>
 
     <flex.version>4.15.0</flex.version>