You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/11/17 10:55:47 UTC

[royale-asjs] branch develop updated: poms that was left when upgrading from 0.9.4-SNAPSHOT to 0.9.5-SNAPSHOT. This fixes build

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

carlosrovira 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 16ebe35  poms that was left when upgrading from 0.9.4-SNAPSHOT to 0.9.5-SNAPSHOT. This fixes build
16ebe35 is described below

commit 16ebe359cfb3e9ffc901788ce0f195f78e8e0be7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Nov 17 11:55:40 2018 +0100

    poms that was left when upgrading from 0.9.4-SNAPSHOT to 0.9.5-SNAPSHOT. This fixes build
---
 archetypes/pom.xml                               |  2 +-
 examples/pom.xml                                 |  2 +-
 examples/royale/RemoteObjectAMFTestBasic/pom.xml | 12 ++++++------
 manualtests/pom.xml                              |  2 +-
 pom.xml                                          |  4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 00226bf..8825f24 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.4-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index 34605d1..3cdb840 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.4-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/examples/royale/RemoteObjectAMFTestBasic/pom.xml b/examples/royale/RemoteObjectAMFTestBasic/pom.xml
index 376d853..e17e003 100644
--- a/examples/royale/RemoteObjectAMFTestBasic/pom.xml
+++ b/examples/royale/RemoteObjectAMFTestBasic/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.royale.examples</groupId>
     <artifactId>examples-royale</artifactId>
-    <version>0.9.4-SNAPSHOT</version>
+    <version>0.9.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>RemoteObjectAMFTestBasic</artifactId>
-  <version>0.9.4-SNAPSHOT</version>
+  <version>0.9.5-SNAPSHOT</version>
   <packaging>swf</packaging>
 
   <name>Apache Royale: Examples: Royale: RemoteObjectAMFTestBasic</name>
@@ -74,28 +74,28 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Network</artifactId>
-      <version>0.9.4-SNAPSHOT</version>
+      <version>0.9.5-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Network</artifactId>
-      <version>0.9.4-SNAPSHOT</version>
+      <version>0.9.5-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>Reflection</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <type>swc</type>
         <classifier>swf</classifier>
     </dependency>
     <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>Reflection</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
+        <version>0.9.5-SNAPSHOT</version>
         <type>swc</type>
         <classifier>js</classifier>
     </dependency>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index a98dfe6..aded13b 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.4-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 
diff --git a/pom.xml b/pom.xml
index e1a3a45..0708bc4 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.4-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.4-SNAPSHOT</royale.typedefs.version>
+    <royale.compiler.version>0.9.5-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.5-SNAPSHOT</royale.typedefs.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <royale.debug>true</royale.debug>