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/03/12 07:09:22 UTC

[royale-asjs] branch release/0.9.2 updated (d870133 -> f5ca015)

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

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


    from d870133  Revert "[maven-release-plugin] prepare release org.apache.royale.framework-0.9.2-rc1"
     new b034485  Revert "update other poms to current version"
     new f5ca015  Revert "remove SNAPSHOT from compiler and typedefs versions"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 archetypes/pom.xml  | 2 +-
 examples/pom.xml    | 2 +-
 manualtests/pom.xml | 2 +-
 pom.xml             | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.

[royale-asjs] 02/02: Revert "remove SNAPSHOT from compiler and typedefs versions"

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f5ca015078db065f4636e344c7b78ad629008fb0
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Mar 12 00:08:58 2018 -0700

    Revert "remove SNAPSHOT from compiler and typedefs versions"
    
    This reverts commit 5ce4fd716ac34d2fec28ca0b26a1d662f6f53ac5.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d498386..d1c28b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <royale.compiler.version>0.9.2</royale.compiler.version>
-    <royale.typedefs.version>0.9.2</royale.typedefs.version>
+    <royale.compiler.version>0.9.2-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.2-SNAPSHOT</royale.typedefs.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
 
     <royale.debug>true</royale.debug>

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.

[royale-asjs] 01/02: Revert "update other poms to current version"

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b0344851826440ea997ad0d072b4dc821f3943ac
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Mar 12 00:08:19 2018 -0700

    Revert "update other poms to current version"
    
    This reverts commit 3f9a622c52bb01808205b06ee20b8c2c937026ef.
---
 archetypes/pom.xml  | 2 +-
 examples/pom.xml    | 2 +-
 manualtests/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 74a7743..a9d19eb 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.2</royale.framework.version>
+    <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index a80ff45..c74f087 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -35,7 +35,7 @@
 
   <properties>
     <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.2</royale.framework.version>
+    <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index d72fcef..fdb9b03 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.2</royale.framework.version>
+    <royale.framework.version>0.9.2-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.