You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/11/12 01:23:04 UTC

[royale-asjs] 03/03: manually move these back to 0.9.4

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

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

commit b07ca26d984b5f47f34857c8751baa16c0f71375
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Nov 11 17:22:10 2018 -0800

    manually move these back to 0.9.4
---
 archetypes/pom.xml                            |  2 +-
 examples/amf/SampleAmfWebApp/pom.xml          |  2 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml | 16 ++++++++--------
 examples/mxroyale/SparkHelloWorld/pom.xml     |  6 +++---
 examples/mxroyale/pom.xml                     |  4 ++--
 examples/pom.xml                              |  2 +-
 manualtests/pom.xml                           |  2 +-
 pom.xml                                       |  4 ++--
 8 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 7a15c19..e28783c 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -34,7 +34,7 @@
   <description>Maven archetypes for creating royale maven projects</description>
 
   <properties>
-    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index 2f06452..92c9ff4 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -135,7 +135,7 @@
     <dependency>
       <groupId>org.apache.royale.examples</groupId>
       <artifactId>RemoteObjectAMFTest-MXRoyale</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <type>war</type>
     </dependency>
 
diff --git a/examples/mxroyale/RemoteObjectAMFTest/pom.xml b/examples/mxroyale/RemoteObjectAMFTest/pom.xml
index 4779ba2..0560363 100644
--- a/examples/mxroyale/RemoteObjectAMFTest/pom.xml
+++ b/examples/mxroyale/RemoteObjectAMFTest/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-mxroyale</artifactId>
-    <version>0.9.5-SNAPSHOT</version>
+    <version>0.9.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>RemoteObjectAMFTest-MXRoyale</artifactId>
-  <version>0.9.5-SNAPSHOT</version>
+  <version>0.9.4-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: Royale: RemoteObjectAMFTest-MXRoyale</name>
@@ -75,42 +75,42 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Network</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Network</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Jewel</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Jewel</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>Reflection</artifactId>
-        <version>0.9.5-SNAPSHOT</version>
+        <version>0.9.4-SNAPSHOT</version>
         <type>swc</type>
         <classifier>swf</classifier>
     </dependency>
     <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>Reflection</artifactId>
-        <version>0.9.5-SNAPSHOT</version>
+        <version>0.9.4-SNAPSHOT</version>
         <type>swc</type>
         <classifier>js</classifier>
     </dependency>
diff --git a/examples/mxroyale/SparkHelloWorld/pom.xml b/examples/mxroyale/SparkHelloWorld/pom.xml
index a560a4d..c0645f1 100644
--- a/examples/mxroyale/SparkHelloWorld/pom.xml
+++ b/examples/mxroyale/SparkHelloWorld/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-mxroyale</artifactId>
-    <version>0.9.5-SNAPSHOT</version>
+    <version>0.9.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>HelloWorld-SparkRoyale</artifactId>
-  <version>0.9.5-SNAPSHOT</version>
+  <version>0.9.4-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: SparkRoyale: HelloWorld</name>
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>BasicTheme</artifactId>
-      <version>0.9.5-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
       <type>swc</type>
       <scope>theme</scope>
     </dependency>
diff --git a/examples/mxroyale/pom.xml b/examples/mxroyale/pom.xml
index c87349c..5b9892c 100644
--- a/examples/mxroyale/pom.xml
+++ b/examples/mxroyale/pom.xml
@@ -173,14 +173,14 @@
     <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>SparkRoyale</artifactId>
-        <version>0.9.5-SNAPSHOT</version>
+        <version>0.9.4-SNAPSHOT</version>
         <type>swc</type>
         <classifier>swf</classifier>
     </dependency>
     <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>SparkRoyale</artifactId>
-        <version>0.9.5-SNAPSHOT</version>
+        <version>0.9.4-SNAPSHOT</version>
         <type>swc</type>
         <classifier>js</classifier>
     </dependency>
diff --git a/examples/pom.xml b/examples/pom.xml
index d7c71cd..93264fb 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,7 +38,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.5-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 9514b8c..a60a24d 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -33,7 +33,7 @@
   
   <properties>
     <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.4-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 
diff --git a/pom.xml b/pom.xml
index 8122a99..65ca6eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.5.4</maven.version>
 
-    <royale.compiler.version>0.9.5-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.5-SNAPSHOT</royale.typedefs.version>
+    <royale.compiler.version>0.9.4-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.4-SNAPSHOT</royale.typedefs.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <royale.debug>true</royale.debug>