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/03/10 07:28:48 UTC

[royale-asjs] branch develop updated: I should not have merged 0.9.9 completely, so fixing one file. Sorry for the noise.

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 0ee6146  I should not have merged 0.9.9 completely, so fixing one file. Sorry for the noise.
0ee6146 is described below

commit 0ee6146d3c5bc27feea0241a2609b32d724eca58
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Thu Mar 10 09:28:26 2022 +0200

    I should not have merged 0.9.9 completely, so fixing one file. Sorry for the noise.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 498c992..d6ce2fb 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>0.9.9</project.royale.compiler.version>
-    <royale.typedefs.version>0.9.9</royale.typedefs.version>
+    <project.royale.compiler.version>0.9.9-SNAPSHOT</project.royale.compiler.version>
+    <royale.typedefs.version>0.9.9-SNAPSHOT</royale.typedefs.version>
 
     <royale.targets>JSRoyale</royale.targets>
     <royale.skipAS>true</royale.skipAS>