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

joshtynjala pushed a commit to branch fix/super-signature-checks
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/fix/super-signature-checks by 
this push:
     new 26f0159b55 Maven: force 0.9.12 for compiler to get the signature fix
26f0159b55 is described below

commit 26f0159b5502cacaa5754606c770263f2e8d4748
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Oct 10 08:07:30 2024 -0700

    Maven: force 0.9.12 for compiler to get the signature fix
    
    (No changes necessary for Ant)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3bd69810ad..c4e7060b47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <maven.version>3.8.1</maven.version>
 
     <royale.build-tools.version>1.2.1</royale.build-tools.version>
-    
<project.royale.compiler.version>0.9.11-SNAPSHOT</project.royale.compiler.version>
-    <royale.typedefs.version>0.9.11-SNAPSHOT</royale.typedefs.version>
+    
<project.royale.compiler.version>0.9.12-SNAPSHOT</project.royale.compiler.version>
+    <royale.typedefs.version>0.9.12-SNAPSHOT</royale.typedefs.version>
 
     <royale.targets>JSRoyale</royale.targets>
     <royale.skipAS>true</royale.skipAS>

Reply via email to