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/01/18 22:41:23 UTC

[royale-asjs] branch release/0.9.0 updated (8db0543 -> 1e8cdd0)

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

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


    from 8db0543  Revert "shouldn't need this anymore since we use profiles in prepare"
     new d235e77  remove SNAPSHOT from compiler-build-tools versions
     new e09505e  update other poms to current version
     new f8b0630  use parent like everybody else does
     new ef7d3b0  go back to using version like in examples/royale
     new ad547ef  go back to using version like in examples/royale
     new 33db487  Revert "update other poms to current version"
     new 1e8cdd0  Revert "remove SNAPSHOT from compiler-build-tools versions"

The 7 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:
 manualtests/UnitTests/pom.xml |  4 ++--
 manualtests/pom.xml           | 25 ++++++++++++-------------
 2 files changed, 14 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].

[royale-asjs] 01/07: remove SNAPSHOT from compiler-build-tools 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.0
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit d235e7788ae1612ab721648929e801e6b76fd5d7
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 13:58:50 2018 -0800

    remove SNAPSHOT from compiler-build-tools versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ecd521..ed8e9f2 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.0-SNAPSHOT</royale.compiler.version>
-    <royale.typedefs.version>0.9.0-SNAPSHOT</royale.typedefs.version>
+    <royale.compiler.version>0.9.0</royale.compiler.version>
+    <royale.typedefs.version>0.9.0</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
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 04/07: go back to using version like in examples/royale

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.0
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit ef7d3b0ce5022d02263038740eb3f41ee6cf9d80
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 14:37:53 2018 -0800

    go back to using version like in examples/royale
---
 manualtests/pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 6205c4c..6e14d6b 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -76,84 +76,84 @@
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Core</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Core</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Language</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Language</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>HTML</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>HTML</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Collections</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Collections</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Binding</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Binding</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Graphics</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Graphics</artifactId>
-      <version>${royale.framework.version}</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 02/07: 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.0
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit e09505ec4c0337a8558b9422fdb739d8bc332959
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 13:58:57 2018 -0800

    update other poms to current version
---
 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 b891cb3..ea5e315 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.0-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.0</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index abe6159..a353279 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.0-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.0</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index b2f5dd6..35b46c8 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -34,7 +34,7 @@
   
   <properties>
     <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.0-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>0.9.0</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 05/07: go back to using version like in examples/royale

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.0
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit ad547ef5246b91bd4b869c79314a2a03665198e1
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 14:39:39 2018 -0800

    go back to using version like in examples/royale
---
 manualtests/UnitTests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manualtests/UnitTests/pom.xml b/manualtests/UnitTests/pom.xml
index c7ba9e5..177eec2 100644
--- a/manualtests/UnitTests/pom.xml
+++ b/manualtests/UnitTests/pom.xml
@@ -157,14 +157,14 @@
 		<dependency>
 			<groupId>org.apache.royale.framework</groupId>
 			<artifactId>Reflection</artifactId>
-			<version>${royale.framework.version}</version>
+			<version>0.9.0-SNAPSHOT</version>
 			<type>swc</type>
 			<classifier>swf</classifier>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.royale.framework</groupId>
 			<artifactId>Reflection</artifactId>
-			<version>${royale.framework.version}</version>
+			<version>0.9.0-SNAPSHOT</version>
 			<type>swc</type>
 			<classifier>js</classifier>
 		</dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 03/07: use parent like everybody else does

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.0
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit f8b06302772fdadd193d709fc4fe74448d5db316
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 14:22:10 2018 -0800

    use parent like everybody else does
---
 manualtests/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 35b46c8..6205c4c 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -24,7 +24,6 @@
     <groupId>org.apache.royale.framework</groupId>
     <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
-	<relativePath />
   </parent>
   
   <groupId>org.apache.royale.manualtests</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 06/07: 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.0
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 33db48731b614aeb01ebe32982f82478a7c4bfec
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 14:41:01 2018 -0800

    Revert "update other poms to current version"
    
    This reverts commit e09505ec4c0337a8558b9422fdb739d8bc332959.
---
 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 ea5e315..b891cb3 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.0</royale.framework.version>
+    <royale.framework.version>0.9.0-SNAPSHOT</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index a353279..abe6159 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.0</royale.framework.version>
+    <royale.framework.version>0.9.0-SNAPSHOT</royale.framework.version>
   </properties>
 
   <modules>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 6e14d6b..97beaa0 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.0</royale.framework.version>
+    <royale.framework.version>0.9.0-SNAPSHOT</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.

[royale-asjs] 07/07: Revert "remove SNAPSHOT from compiler-build-tools 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.0
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 1e8cdd05d58c95b59040b266e1dfaa2a14610dab
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 18 14:41:12 2018 -0800

    Revert "remove SNAPSHOT from compiler-build-tools versions"
    
    This reverts commit d235e7788ae1612ab721648929e801e6b76fd5d7.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed8e9f2..8ecd521 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.0</royale.compiler.version>
-    <royale.typedefs.version>0.9.0</royale.typedefs.version>
+    <royale.compiler.version>0.9.0-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.0-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
"commits@royale.apache.org" <co...@royale.apache.org>.