You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2022/03/28 11:03:51 UTC

[royale-asjs] branch develop updated: Update version properties for compiler and typedefs to 0.9.10-SNAPSHOT

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

piotrz 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 e10718a  Update version properties for compiler and typedefs to 0.9.10-SNAPSHOT
e10718a is described below

commit e10718a4676f51d9e31aeae88675f9a3628a964b
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Mon Mar 28 13:03:43 2022 +0200

    Update version properties for compiler and typedefs to 0.9.10-SNAPSHOT
    
    It is somehow missed during release creation process
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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