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
The following commit(s) were added to refs/heads/develop by this push:
new 336a547 update other poms to next version
336a547 is described below
commit 336a547c07472f42c3e316eb4df530f2d293e657
Author: Alex Harui <[email protected]>
AuthorDate: Mon Nov 26 22:05:24 2018 -0800
update other poms to next version
---
archetypes/pom.xml | 2 +-
examples/pom.xml | 2 +-
manualtests/pom.xml | 2 +-
pom.xml | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 907c538..073f72d 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.6-SNAPSHOT</royale.framework.version>
</properties>
<modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index c789b00..a5a0140 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.6-SNAPSHOT</royale.framework.version>
</properties>
<modules>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index dbf301f..7d8f793 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.6-SNAPSHOT</royale.framework.version>
</properties>
<name>Apache Royale: ManualTests</name>
diff --git a/pom.xml b/pom.xml
index 1f43355..21c0c95 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.6-SNAPSHOT</royale.compiler.version>
+ <royale.typedefs.version>0.9.6-SNAPSHOT</royale.typedefs.version>
<royale.build-tools.version>1.0.0</royale.build-tools.version>
<royale.debug>true</royale.debug>