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

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

commit 9b8d993537d60faf82890216f9044132c239c795
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Jul 16 13:24:55 2024 -0700

    update other poms to next version
---
 archetypes/pom.xml  | 2 +-
 examples/pom.xml    | 2 +-
 manualtests/pom.xml | 2 +-
 pom.xml             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index d9efe7c776..923dfbf6a6 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -33,7 +33,7 @@
   <description>Maven archetypes for creating royale maven 
projects</description>
 
   <properties>
-    <royale.framework.version>0.9.11-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.12-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index 49f14d61b9..5b8250a1c7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -37,7 +37,7 @@
     
<compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug>
     <!-- In Release mode we only want to copy assets folder content to assets 
destination folder, the rest is managed by compiler -->
     
<compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release>
-    <royale.framework.version>0.9.11-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.12-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 889d410cd1..5ddff2b1b1 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -32,7 +32,7 @@
   
   <properties>
     
<compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.11-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.12-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 
diff --git a/pom.xml b/pom.xml
index 2ae843d39a..eb0502c06c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
 
     <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>
+    <royale.typedefs.version>0.9.12-SNAPSHOT</royale.typedefs.version>
 
     <royale.targets>JSRoyale</royale.targets>
     <royale.skipAS>true</royale.skipAS>

Reply via email to