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/17 06:23:19 UTC

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

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

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


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

commit d1711211f70f3be2fef9f213fc40504c535c3ea5
Author: aharui <ah...@apache.org>
AuthorDate: Fri Apr 17 06:00:01 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index a371cef..0f843a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,8 +56,8 @@
     <maven.version>3.5.4</maven.version>
 
     <royale.build-tools.version>1.1.0</royale.build-tools.version>
-    <royale.compiler.version>0.9.7-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.7-SNAPSHOT</royale.typedefs.version>
+    <royale.compiler.version>0.9.7</royale.compiler.version>
+    <royale.typedefs.version>0.9.7</royale.typedefs.version>
 
     <royale.targets>JSRoyale</royale.targets>
     <royale.skipAS>true</royale.skipAS>