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 2022/02/14 08:21:03 UTC

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

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

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


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

commit dce90c993f6f01f3ce13028cbcf2957db6e6e9a2
Author: yishayw <yi...@apache.org>
AuthorDate: Mon Feb 14 08:14:56 2022 +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 e43f7ba..964e884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     <maven.version>3.3.1</maven.version>
 
     <royale.build-tools.version>1.2.1</royale.build-tools.version>
-    <royale.compiler.version>0.9.9-SNAPSHOT</royale.compiler.version>
+    <royale.compiler.version>0.9.9</royale.compiler.version>
 
     <release-profiles>apache-release</release-profiles>