You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/08/15 08:35:14 UTC

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

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

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


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

commit 00ba50e3603bd3ca921789138503634155c7d280
Author: yishayw <yi...@apache.org>
AuthorDate: Sun Aug 15 08:34:16 2021 +0000

    update project.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 a272ba4..24f16b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <maven.version>3.5.4</maven.version>
 
     <royale.build-tools.version>1.2.1</royale.build-tools.version>
-    <project.royale.compiler.version>${project.version}</project.royale.compiler.version>
-    <royale.typedefs.version>${project.version}</royale.typedefs.version>
+    <project.royale.compiler.version>0.9.8</project.royale.compiler.version>
+    <royale.typedefs.version>0.9.8</royale.typedefs.version>
 
     <royale.targets>JSRoyale</royale.targets>
     <royale.skipAS>true</royale.skipAS>