[royale-asjs] branch release/0.9.8 updated: update project.royale.compiler.version and royale.typedefs.version in pom

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release/0.9.8 by this push:
 new 6fd9e59  update project.royale.compiler.version and 
royale.typedefs.version in pom
6fd9e59 is described below

commit 6fd9e5905ba4862cf9f2a3954d8611c1d4a5993a
Author: yishayw 
AuthorDate: Sun Jul 25 05:54:47 2021 +

update project.royale.compiler.version and royale.typedefs.version in pom
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a272ba4..24f16b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
 3.5.4
 
 1.2.1
-
${project.version}
-${project.version}
+0.9.8
+0.9.8
 
 JSRoyale
 true


[royale-asjs] branch release/0.9.8 created (now d27bcbc)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


  at d27bcbc  [maven-release-plugin] prepare branch @{releaseLabel}

No new revisions were added by this update.


[royale-asjs] branch develop updated (3465303 -> 85b513b)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from 3465303  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
 new d27bcbc  [maven-release-plugin] prepare branch @{releaseLabel}
 new 85b513b  [maven-release-plugin] prepare for next development iteration

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 |  170 +-
 .../royale-jewel-application-archetype/pom.xml |   90 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   90 +-
 .../pom.xml|   88 +-
 .../royale-simple-application-archetype/pom.xml|   70 +-
 .../pom.xml|   36 +-
 .../pom.xml|   40 +-
 archetypes/royale-simple-library-archetype/pom.xml |  108 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |  108 +-
 distribution/jars/compc/pom.xml|  122 +-
 distribution/jars/compiler-asc/pom.xml |  124 +-
 distribution/jars/compiler-compc/pom.xml   |  124 +-
 distribution/jars/compiler-compjsc/pom.xml |  124 +-
 distribution/jars/compiler-mxmlc/pom.xml   |  124 +-
 distribution/jars/compiler-mxmljsc/pom.xml |  124 +-
 distribution/jars/compiler-optimizer/pom.xml   |  124 +-
 distribution/jars/compiler-swfdump/pom.xml |  138 +-
 distribution/jars/mxmlc/pom.xml|  124 +-
 distribution/pom.xml   | 2346 ++--
 examples/amf/SampleAmfWebApp/pom.xml   |  324 +-
 examples/amf/pom.xml   |   42 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  132 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  166 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  166 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  162 +-
 .../pom.xml|  162 +-
 .../pom.xml|  134 +-
 .../pom.xml|  162 +-
 .../pom.xml|  162 +-
 .../pom.xml|  192 +-
 .../pom.xml|  134 +-
 .../pom.xml|  164 +-
 .../pom.xml|  164 +-
 .../JewelModule/pom.xml|  206 +-
 .../MainJewelApp/pom.xml   |   68 +-
 .../pom.xml|  138 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  194 +-
 examples/blog/pom.xml  |  352 +-
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  288 +-
 examples/crux/CruxQuickStart/pom.xml   |  190 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  302 +-
 examples/crux/pom.xml  |  428 +--
 examples/crux/todomvc-jewel-crux/pom.xml   |  328 +-
 examples/examples-tests/pom.xml|   56 +-
 examples/express/DataBindingExample/pom.xml|  114 +-
 examples/express/DataGridExample/pom.xml   |   74 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  126 +-
 examples/express/pom.xml   |  386 +-
 examples/jewel/TourDeJewel/pom.xml | 3816 ++--
 examples/jewel/pom.xml |  342 +-
 examples/jewel/todomvc/pom.xml |  278 +-
 examples/mxroyale/ControlsExample/pom.xml  |  124 +-
 examples/mxroyale/DataGridExample/pom.xml  |   10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   88 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  206 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   88 +-
 examples/mxroyale/pom.xml  |  450 +--
 examples/native/ButtonExample/pom.xml  |  116 +-
 examples/native/USStatesMap/pom.xml|  118 +-
 examples/native/pom.xml|   68 +-
 examples/node/HelloWorld/pom.xml   |   70 +-
 examples/node/pom.xml  |   82 +-
 examples/pom.xml   |  342 +-
 examples/royale/ASDoc/pom.xml  |  204 +-
 examples/royale/AccordionExample/pom.xml   |  160 +-
 examples/royale/AlertExample/pom.xml   |  162 +-
 examples/royale/ChartExample/pom.xml   |  134 +-
 examples/royale/CordovaCameraExample/pom.xml   |  138 +-
 examples/royale/CreateJSExample/pom.xml|  150 +-
 

[royale-typedefs] 02/02: [maven-release-plugin] prepare for next development iteration

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git

commit 69db0ef732257bf5f4636bedf54264f7428332be
Author: yishayw 
AuthorDate: Sun Jul 25 05:33:39 2021 +

[maven-release-plugin] prepare for next development iteration
---
 GCL/pom.xml  | 8 
 ace/pom.xml  | 8 
 airglobal/pom.xml| 6 +++---
 cordova/pom.xml  | 8 
 createjs/pom.xml | 8 
 google_maps/pom.xml  | 8 
 jasmine/pom.xml  | 8 
 jquery/pom.xml   | 8 
 js/pom.xml   | 6 +++---
 node/pom.xml | 8 
 playerglobal/pom.xml | 6 +++---
 pom.xml  | 6 +++---
 12 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/GCL/pom.xml b/GCL/pom.xml
index a8801d4..21e2a9a 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,11 +50,11 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
 
   
 
-2021-07-25T05:31:39Z
+
diff --git a/ace/pom.xml b/ace/pom.xml
index 0db44d5..5692596 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
 
   
 1.2.3
-  
2021-07-25T05:31:39Z
+  
 
   
 
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 843ec93..c8ad869 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,17 +22,17 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
 
   
-  
2021-07-25T05:31:39Z
+  
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index a128875..b9458af 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
 
   
 4.11
-  
2021-07-25T05:31:39Z
+  
 
   
 
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index c84ad0d..f8b434b 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -34,7 +34,7 @@
   
 0.8.0
 0.6.2
-  
2021-07-25T05:31:39Z
+  
 
   
 
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 6bfd0f2..dcc46ce 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
 
   
 v3_11
-  
2021-07-25T05:31:39Z
+  
 
   
 
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 005a77b..51eabbb 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
 
   
 2.0
-  
2021-07-25T05:31:39Z
+  
 
   
 
@@ -100,7 +100,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index b811f20..259cd41 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.8
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
 
   
 1.9
-  
2021-07-25T05:31:39Z
+  
 
   
 
@@ -154,7 

[royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.8-rc5 updated (cebfa86 -> edb81f2)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to annotated tag org.apache.royale.typedefs-0.9.8-rc5
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git.


*** WARNING: tag org.apache.royale.typedefs-0.9.8-rc5 was modified! ***

from cebfa86  (commit)
  to edb81f2  (tag)
 tagging cebfa86c6192f8665a08f2825cc57dcf110d6f39 (commit)
 replaces apache-royale-0.9.7
  by Yishay Weiss
  on Sun Jul 25 05:33:24 2021 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.typedefs-0.9.8-rc5
---


No new revisions were added by this update.

Summary of changes:


[royale-typedefs] branch release/0.9.8 updated (f00dcab -> 69db0ef)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git.


from f00dcab  update royale.compiler.version in pom
 new cebfa86  [maven-release-plugin] prepare release 
org.apache.royale.typedefs-0.9.8-rc5
 new 69db0ef  [maven-release-plugin] prepare for next development iteration

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:
 GCL/pom.xml  | 6 +++---
 ace/pom.xml  | 6 +++---
 airglobal/pom.xml| 4 ++--
 cordova/pom.xml  | 6 +++---
 createjs/pom.xml | 6 +++---
 google_maps/pom.xml  | 6 +++---
 jasmine/pom.xml  | 6 +++---
 jquery/pom.xml   | 6 +++---
 js/pom.xml   | 4 ++--
 node/pom.xml | 6 +++---
 playerglobal/pom.xml | 4 ++--
 pom.xml  | 2 +-
 12 files changed, 31 insertions(+), 31 deletions(-)


[royale-typedefs] 01/02: [maven-release-plugin] prepare release org.apache.royale.typedefs-0.9.8-rc5

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git

commit cebfa86c6192f8665a08f2825cc57dcf110d6f39
Author: yishayw 
AuthorDate: Sun Jul 25 05:33:23 2021 +

[maven-release-plugin] prepare release org.apache.royale.typedefs-0.9.8-rc5
---
 GCL/pom.xml  | 8 
 ace/pom.xml  | 8 
 airglobal/pom.xml| 6 +++---
 cordova/pom.xml  | 8 
 createjs/pom.xml | 8 
 google_maps/pom.xml  | 8 
 jasmine/pom.xml  | 8 
 jquery/pom.xml   | 8 
 js/pom.xml   | 6 +++---
 node/pom.xml | 8 
 playerglobal/pom.xml | 6 +++---
 pom.xml  | 6 +++---
 12 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/GCL/pom.xml b/GCL/pom.xml
index d94b8f2..a8801d4 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   royale-typedefs-gcl
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,11 +50,11 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
   typedefs
   runtime
 
   
 
-
+2021-07-25T05:31:39Z
diff --git a/ace/pom.xml b/ace/pom.xml
index da99727..0db44d5 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   royale-typedefs-ace
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
 
   Apache Royale: TypeDefs: Ace
 
   
 1.2.3
-  
+  
2021-07-25T05:31:39Z
 
   
 
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 7a3350f..843ec93 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,17 +22,17 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   royale-typedefs-airglobal
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
 
   Apache Royale: TypeDefs: airglobal
 
   
-  
+  
2021-07-25T05:31:39Z
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index 3df1134..a128875 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   royale-typedefs-cordova
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
 
   Apache Royale: TypeDefs: Cordova
 
   
 4.11
-  
+  
2021-07-25T05:31:39Z
 
   
 
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index a40a9cb..c84ad0d 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   royale-typedefs-createjs
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -34,7 +34,7 @@
   
 0.8.0
 0.6.2
-  
+  
2021-07-25T05:31:39Z
 
   
 
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 60bdd0c..6bfd0f2 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   royale-typedefs-googlemaps
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
 
   
 v3_11
-  
+  
2021-07-25T05:31:39Z
 
   
 
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 9c683f6..005a77b 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   royale-typedefs-jasmine
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
 
   Apache Royale: TypeDefs: Jasmine
 
   
 2.0
-  
+  
2021-07-25T05:31:39Z
 
   
 
@@ -100,7 +100,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 1a6f46b..b811f20 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   royale-typedefs-jquery
-  0.9.8-SNAPSHOT
+  0.9.8
   swc
 
   Apache Royale: TypeDefs: JQuery
 
   
 1.9
-  
+  
2021-07-25T05:31:39Z
 
   

[royale-typedefs] branch release/0.9.8 updated: update royale.compiler.version in pom

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/release/0.9.8 by this push:
 new f00dcab  update royale.compiler.version in pom
f00dcab is described below

commit f00dcab932c0d7f4cbd7a211a5805815faf4e13f
Author: yishayw 
AuthorDate: Sun Jul 25 05:26:01 2021 +

update royale.compiler.version in pom
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 57f4b64..989a925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 3.3.1
 
 1.2.1
-0.9.8-SNAPSHOT
+0.9.8
 
 apache-release
 


[royale-typedefs] branch release/0.9.8 created (now 5df2c59)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git.


  at 5df2c59  [maven-release-plugin] prepare branch @{releaseLabel}

No new revisions were added by this update.


[royale-typedefs] 02/02: [maven-release-plugin] prepare for next development iteration

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 69f93d6b5bfdc3a134d3befe7e42b36cde4f6e16
Author: yishayw 
AuthorDate: Sun Jul 25 05:22:53 2021 +

[maven-release-plugin] prepare for next development iteration
---
 GCL/pom.xml  | 6 +++---
 ace/pom.xml  | 6 +++---
 airglobal/pom.xml| 4 ++--
 cordova/pom.xml  | 6 +++---
 createjs/pom.xml | 6 +++---
 google_maps/pom.xml  | 6 +++---
 jasmine/pom.xml  | 6 +++---
 jquery/pom.xml   | 6 +++---
 js/pom.xml   | 4 ++--
 node/pom.xml | 6 +++---
 playerglobal/pom.xml | 4 ++--
 pom.xml  | 4 ++--
 12 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/GCL/pom.xml b/GCL/pom.xml
index d94b8f2..21e2a9a 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,7 +50,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/ace/pom.xml b/ace/pom.xml
index da99727..5692596 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 7a3350f..c8ad869 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
diff --git a/cordova/pom.xml b/cordova/pom.xml
index 3df1134..b9458af 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index a40a9cb..f8b434b 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 60bdd0c..dcc46ce 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 9c683f6..51eabbb 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
@@ -100,7 +100,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 1a6f46b..259cd41 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
@@ -154,7 +154,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/js/pom.xml b/js/pom.xml
index 4462916..72734ec 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -22,11 +22,11 @@
   
 

[royale-typedefs] branch develop updated (bcb496a -> 69f93d6)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git.


from bcb496a  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
 new 5df2c59  [maven-release-plugin] prepare branch @{releaseLabel}
 new 69f93d6  [maven-release-plugin] prepare for next development iteration

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:
 GCL/pom.xml  |  86 +++
 ace/pom.xml  |   6 +-
 airglobal/pom.xml|   4 +-
 cordova/pom.xml  | 120 -
 createjs/pom.xml | 164 ++--
 google_maps/pom.xml  | 162 ++--
 jasmine/pom.xml  | 186 +++---
 jquery/pom.xml   | 294 ++---
 js/pom.xml   | 640 ++---
 node/pom.xml | 424 +++---
 playerglobal/pom.xml |   4 +-
 pom.xml  | 714 +--
 12 files changed, 1402 insertions(+), 1402 deletions(-)


[royale-typedefs] 01/02: [maven-release-plugin] prepare branch @{releaseLabel}

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 5df2c595f103c303d45f67738f73937d1a5618ed
Author: yishayw 
AuthorDate: Sun Jul 25 05:22:53 2021 +

[maven-release-plugin] prepare branch @{releaseLabel}
---
 GCL/pom.xml |  86 +++
 cordova/pom.xml | 120 -
 createjs/pom.xml| 164 ++--
 google_maps/pom.xml | 162 ++--
 jasmine/pom.xml | 186 +++---
 jquery/pom.xml  | 294 +++---
 js/pom.xml  | 640 +++---
 node/pom.xml| 424 +++
 pom.xml | 714 ++--
 9 files changed, 1395 insertions(+), 1395 deletions(-)

diff --git a/GCL/pom.xml b/GCL/pom.xml
index dfd1e35..d94b8f2 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -1,4 +1,4 @@
-
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-  4.0.0
-
-  
-org.apache.royale.typedefs
-royale-typedefs-parent
-0.9.8-SNAPSHOT
-  
-
-  royale-typedefs-gcl
-  0.9.8-SNAPSHOT
-  swc
-
-  Apache Royale: TypeDefs: GCL
-
-  
-src/main/royale
-
-  
-org.apache.royale.compiler
-royale-maven-plugin
-true
-
-  true
-  true
-
-  
-
-  
-
-  
-
-  org.apache.royale.typedefs
-  royale-typedefs-js
-  0.9.8-SNAPSHOT
-  swc
-  typedefs
-  runtime
-
-  
-
-
+-->http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+  4.0.0
+
+  
+org.apache.royale.typedefs
+royale-typedefs-parent
+0.9.8-SNAPSHOT
+  
+
+  royale-typedefs-gcl
+  0.9.8-SNAPSHOT
+  swc
+
+  Apache Royale: TypeDefs: GCL
+
+  
+src/main/royale
+
+  
+org.apache.royale.compiler
+royale-maven-plugin
+true
+
+  true
+  true
+
+  
+
+  
+
+  
+
+  org.apache.royale.typedefs
+  royale-typedefs-js
+  0.9.8-SNAPSHOT
+  swc
+  typedefs
+  runtime
+
+  
+
+
diff --git a/cordova/pom.xml b/cordova/pom.xml
index 31ac214..3df1134 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -1,4 +1,4 @@
-
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-  4.0.0
-
-  
-org.apache.royale.typedefs
-royale-typedefs-parent
-0.9.8-SNAPSHOT
-  
-
-  royale-typedefs-cordova
-  0.9.8-SNAPSHOT
-  swc
-
-  Apache Royale: TypeDefs: Cordova
-
-  
-4.11
-  
-
-  
-
-  
-org.apache.royale.compiler
-royale-maven-plugin
-true
-
-  true
-  
-
-  ${project.basedir}/src/main/javascript
-  
-**/*.js
-  
-
-  
-  
-
-  externs/cordova_file_plugin-4-11.js
-  ../src/main/javascript/cordova_file_plugin-4-11.js
-
-  
-  true
-
-  
-
-  
-
-  
-
-  org.apache.royale.typedefs
-  royale-typedefs-js
-  0.9.8-SNAPSHOT
-  swc
-  typedefs
-  runtime
-
-  
-
-
+-->http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+  4.0.0
+
+  
+org.apache.royale.typedefs
+royale-typedefs-parent
+0.9.8-SNAPSHOT
+  
+
+  royale-typedefs-cordova
+  0.9.8-SNAPSHOT
+  swc
+
+  Apache Royale: TypeDefs: Cordova
+
+  
+4.11
+  
+
+  
+
+  
+org.apache.royale.compiler
+royale-maven-plugin
+true
+
+  true
+  
+
+  ${project.basedir}/src/main/javascript
+  
+**/*.js
+  
+
+  
+  
+
+  externs/cordova_file_plugin-4-11.js
+  ../src/main/javascript/cordova_file_plugin-4-11.js
+
+  
+  true
+
+  
+
+  
+
+  
+
+  org.apache.royale.typedefs
+  royale-typedefs-js
+  0.9.8-SNAPSHOT
+  swc
+  typedefs
+  runtime
+
+  
+
+
diff --git a/createjs/pom.xml b/createjs/pom.xml
index 0d5ea95..a40a9cb 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -1,4 +1,4 @@
-
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 

[royale-compiler] annotated tag org.apache.royale.compiler-0.9.8-rc5 updated (255ca08 -> f6f27e7)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to annotated tag org.apache.royale.compiler-0.9.8-rc5
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


*** WARNING: tag org.apache.royale.compiler-0.9.8-rc5 was modified! ***

from 255ca08  (commit)
  to f6f27e7  (tag)
 tagging 255ca080f8441c3dab7614e815843cca7587632f (commit)
 replaces org.apache.royale.compiler-build-tools-1.2.1-rc1
  by Yishay Weiss
  on Sun Jul 25 04:51:26 2021 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.compiler-0.9.8-rc5
---


No new revisions were added by this update.

Summary of changes:


[royale-compiler] branch release/0.9.8 updated (e51487c -> f9a4d27)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


from e51487c  [maven-release-plugin] prepare branch @{releaseLabel}
 new 255ca08  [maven-release-plugin] prepare release 
org.apache.royale.compiler-0.9.8-rc5
 new f9a4d27  [maven-release-plugin] prepare for next development iteration

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:
 compiler-common/pom.xml|  4 ++--
 compiler-externc/pom.xml   |  8 
 compiler-jx/pom.xml| 16 
 compiler-playerglobalc/pom.xml |  6 +++---
 compiler-test-utils/pom.xml|  4 ++--
 compiler/pom.xml   | 10 +-
 debugger/pom.xml   |  8 
 flex-compiler-oem/pom.xml  | 10 +-
 pom.xml|  4 ++--
 royale-ant-tasks/pom.xml   |  4 ++--
 royale-maven-plugin/pom.xml|  4 ++--
 royaleunit-ant-tasks/pom.xml   |  4 ++--
 swfutils/pom.xml   |  4 ++--
 13 files changed, 43 insertions(+), 43 deletions(-)


[royale-compiler] 01/02: [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.8-rc5

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 255ca080f8441c3dab7614e815843cca7587632f
Author: yishayw 
AuthorDate: Sun Jul 25 04:51:26 2021 +

[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.8-rc5
---
 compiler-common/pom.xml|  4 ++--
 compiler-externc/pom.xml   |  8 
 compiler-jx/pom.xml| 16 
 compiler-playerglobalc/pom.xml |  6 +++---
 compiler-test-utils/pom.xml|  4 ++--
 compiler/pom.xml   | 10 +-
 debugger/pom.xml   |  8 
 flex-compiler-oem/pom.xml  | 10 +-
 pom.xml|  6 +++---
 royale-ant-tasks/pom.xml   |  4 ++--
 royale-maven-plugin/pom.xml|  4 ++--
 royaleunit-ant-tasks/pom.xml   |  4 ++--
 swfutils/pom.xml   |  4 ++--
 13 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 1bf0f02..9b3ccc1 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.8
 
 
 compiler-common
-0.9.8-SNAPSHOT
+0.9.8
 
 Apache Royale: Compiler: Compiler-Common
 The Apache Royale Compiler Common classes
diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index f815008..8e10da8 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   compiler-externc
-  0.9.8-SNAPSHOT
+  0.9.8
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8-SNAPSHOT
+  0.9.8
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8-SNAPSHOT
+  0.9.8
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 500de78..9f33b3e 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   compiler-jx
-  0.9.8-SNAPSHOT
+  0.9.8
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8-SNAPSHOT
+  0.9.8
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.8-SNAPSHOT
+  0.9.8
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.8-SNAPSHOT
+  0.9.8
 
 
   org.apache.royale.compiler
   compiler
-  0.9.8-SNAPSHOT
+  0.9.8
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8-SNAPSHOT
+  0.9.8
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.8-SNAPSHOT
+  0.9.8
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index 2e909d6..8024794 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   compiler-playerglobalc
-  0.9.8-SNAPSHOT
+  0.9.8
   
   
 
@@ -60,7 +60,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8-SNAPSHOT
+  0.9.8
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 919bc92..297abc0 100644
--- a/compiler-test-utils/pom.xml
+++ b/compiler-test-utils/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   compiler-test-utils
-  0.9.8-SNAPSHOT
+  0.9.8
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index ff129a4..ef3d44e 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.8
   
 
   compiler
-  0.9.8-SNAPSHOT
+  0.9.8
 
   Apache Royale: Compiler: Compiler
   The Apache Royale Compiler
@@ -581,7 +581,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8-SNAPSHOT
+  0.9.8
 
 
   org.apache.flex
@@ -633,13 +633,13 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8-SNAPSHOT
+  0.9.8
   test
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.8-SNAPSHOT
+  0.9.8
 
 
   junit
diff --git a/debugger/pom.xml 

[royale-compiler] 02/02: [maven-release-plugin] prepare for next development iteration

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit f9a4d27dd579e550b5f8087547e62e57be743c2d
Author: yishayw 
AuthorDate: Sun Jul 25 04:51:28 2021 +

[maven-release-plugin] prepare for next development iteration
---
 compiler-common/pom.xml|  4 ++--
 compiler-externc/pom.xml   |  8 
 compiler-jx/pom.xml| 16 
 compiler-playerglobalc/pom.xml |  6 +++---
 compiler-test-utils/pom.xml|  4 ++--
 compiler/pom.xml   | 10 +-
 debugger/pom.xml   |  8 
 flex-compiler-oem/pom.xml  | 10 +-
 pom.xml|  6 +++---
 royale-ant-tasks/pom.xml   |  4 ++--
 royale-maven-plugin/pom.xml|  4 ++--
 royaleunit-ant-tasks/pom.xml   |  4 ++--
 swfutils/pom.xml   |  4 ++--
 13 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 9b3ccc1..ae2a6e3 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8
+0.9.9-SNAPSHOT
 
 
 compiler-common
-0.9.8
+0.9.9-SNAPSHOT
 
 Apache Royale: Compiler: Compiler-Common
 The Apache Royale Compiler Common classes
diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index 8e10da8..abed5e0 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   compiler-externc
-  0.9.8
+  0.9.9-SNAPSHOT
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8
+  0.9.9-SNAPSHOT
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8
+  0.9.9-SNAPSHOT
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 9f33b3e..ebb3fc4 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   compiler-jx
-  0.9.8
+  0.9.9-SNAPSHOT
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8
+  0.9.9-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.8
+  0.9.9-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.8
+  0.9.9-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler
-  0.9.8
+  0.9.9-SNAPSHOT
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8
+  0.9.9-SNAPSHOT
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.8
+  0.9.9-SNAPSHOT
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index 8024794..bfe4aef 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   compiler-playerglobalc
-  0.9.8
+  0.9.9-SNAPSHOT
   
   
 
@@ -60,7 +60,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8
+  0.9.9-SNAPSHOT
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 297abc0..d36cec5 100644
--- a/compiler-test-utils/pom.xml
+++ b/compiler-test-utils/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   compiler-test-utils
-  0.9.8
+  0.9.9-SNAPSHOT
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index ef3d44e..a29aafc 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8
+0.9.9-SNAPSHOT
   
 
   compiler
-  0.9.8
+  0.9.9-SNAPSHOT
 
   Apache Royale: Compiler: Compiler
   The Apache Royale Compiler
@@ -581,7 +581,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8
+  0.9.9-SNAPSHOT
 
 
   org.apache.flex
@@ -633,13 +633,13 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8
+  0.9.9-SNAPSHOT
   test
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.8
+  0.9.9-SNAPSHOT
 
 
   junit
diff --git a/debugger/pom.xml b/debugger/pom.xml

[royale-compiler] branch release/0.9.8 created (now e51487c)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch release/0.9.8
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


  at e51487c  [maven-release-plugin] prepare branch @{releaseLabel}

No new revisions were added by this update.


[royale-compiler] branch develop updated (d87be54 -> 28ad0ca)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


from d87be54  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
 new e51487c  [maven-release-plugin] prepare branch @{releaseLabel}
 new 28ad0ca  [maven-release-plugin] prepare for next development iteration

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:
 compiler-common/pom.xml|  180 ++---
 compiler-externc/pom.xml   |  560 +++
 compiler-jx/pom.xml|   16 +-
 compiler-playerglobalc/pom.xml |   10 +-
 compiler-test-utils/pom.xml|  108 +--
 compiler/pom.xml   | 1318 +-
 debugger/pom.xml   |  280 
 flex-compiler-oem/pom.xml  |  142 ++--
 pom.xml| 1554 
 royale-ant-tasks/pom.xml   |  116 +--
 royale-maven-plugin/pom.xml|  268 +++
 royaleunit-ant-tasks/pom.xml   |  166 ++---
 swfutils/pom.xml   |   68 +-
 13 files changed, 2392 insertions(+), 2394 deletions(-)


[royale-compiler] 02/02: [maven-release-plugin] prepare for next development iteration

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 28ad0cac9f2e4c8a002e8b9267e496a181e490d9
Author: Yishay Weiss 
AuthorDate: Sun Jul 25 04:32:41 2021 +

[maven-release-plugin] prepare for next development iteration
---
 compiler-common/pom.xml|  4 ++--
 compiler-externc/pom.xml   |  8 
 compiler-jx/pom.xml| 16 
 compiler-playerglobalc/pom.xml |  6 +++---
 compiler-test-utils/pom.xml|  4 ++--
 compiler/pom.xml   | 10 +-
 debugger/pom.xml   |  8 
 flex-compiler-oem/pom.xml  | 10 +-
 pom.xml|  6 +++---
 royale-ant-tasks/pom.xml   |  4 ++--
 royale-maven-plugin/pom.xml|  4 ++--
 royaleunit-ant-tasks/pom.xml   |  4 ++--
 swfutils/pom.xml   |  4 ++--
 13 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 1bf0f02..ae2a6e3 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
 
 
 compiler-common
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
 
 Apache Royale: Compiler: Compiler-Common
 The Apache Royale Compiler Common classes
diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index f815008..abed5e0 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   compiler-externc
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 500de78..ebb3fc4 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   compiler-jx
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index 2e909d6..bfe4aef 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   compiler-playerglobalc
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
   
   
 
@@ -60,7 +60,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 919bc92..d36cec5 100644
--- a/compiler-test-utils/pom.xml
+++ b/compiler-test-utils/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   compiler-test-utils
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index ff129a4..a29aafc 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.8-SNAPSHOT
+0.9.9-SNAPSHOT
   
 
   compiler
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
   Apache Royale: Compiler: Compiler
   The Apache Royale Compiler
@@ -581,7 +581,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.8-SNAPSHOT
+  0.9.9-SNAPSHOT
 
 
   org.apache.flex
@@ -633,13 +633,13 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.8-SNAPSHOT
+  

[royale-asjs] branch develop updated (55a79cd -> 3465303)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from 55a79cd  Update NOTICE files to 2021
 new 06b2d8e  Revert "[maven-release-plugin] prepare for next development 
iteration"
 new 3465303  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"

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 |  170 +-
 .../royale-jewel-application-archetype/pom.xml |   90 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   90 +-
 .../pom.xml|   88 +-
 .../royale-simple-application-archetype/pom.xml|   70 +-
 .../pom.xml|   36 +-
 .../pom.xml|   40 +-
 archetypes/royale-simple-library-archetype/pom.xml |  108 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |  108 +-
 distribution/jars/compc/pom.xml|  122 +-
 distribution/jars/compiler-asc/pom.xml |  124 +-
 distribution/jars/compiler-compc/pom.xml   |  124 +-
 distribution/jars/compiler-compjsc/pom.xml |  124 +-
 distribution/jars/compiler-mxmlc/pom.xml   |  124 +-
 distribution/jars/compiler-mxmljsc/pom.xml |  124 +-
 distribution/jars/compiler-optimizer/pom.xml   |  124 +-
 distribution/jars/compiler-swfdump/pom.xml |  138 +-
 distribution/jars/mxmlc/pom.xml|  124 +-
 distribution/pom.xml   | 2346 ++--
 examples/amf/SampleAmfWebApp/pom.xml   |  324 +-
 examples/amf/pom.xml   |   42 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  132 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  166 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  166 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  162 +-
 .../pom.xml|  162 +-
 .../pom.xml|  134 +-
 .../pom.xml|  162 +-
 .../pom.xml|  162 +-
 .../pom.xml|  192 +-
 .../pom.xml|  134 +-
 .../pom.xml|  164 +-
 .../pom.xml|  164 +-
 .../JewelModule/pom.xml|  206 +-
 .../MainJewelApp/pom.xml   |   68 +-
 .../pom.xml|  138 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  194 +-
 examples/blog/pom.xml  |  352 +-
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  288 +-
 examples/crux/CruxQuickStart/pom.xml   |  190 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  302 +-
 examples/crux/pom.xml  |  428 +--
 examples/crux/todomvc-jewel-crux/pom.xml   |  328 +-
 examples/examples-tests/pom.xml|   56 +-
 examples/express/DataBindingExample/pom.xml|  114 +-
 examples/express/DataGridExample/pom.xml   |   74 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  126 +-
 examples/express/pom.xml   |  386 +-
 examples/jewel/TourDeJewel/pom.xml | 3816 ++--
 examples/jewel/pom.xml |  342 +-
 examples/jewel/todomvc/pom.xml |  278 +-
 examples/mxroyale/ControlsExample/pom.xml  |  124 +-
 examples/mxroyale/DataGridExample/pom.xml  |   10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   88 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  206 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   88 +-
 examples/mxroyale/pom.xml  |  450 +--
 examples/native/ButtonExample/pom.xml  |  116 +-
 examples/native/USStatesMap/pom.xml|  118 +-
 examples/native/pom.xml|   68 +-
 examples/node/HelloWorld/pom.xml   |   70 +-
 examples/node/pom.xml  |   82 +-
 examples/pom.xml   |  342 +-
 examples/royale/ASDoc/pom.xml  |  204 +-
 examples/royale/AccordionExample/pom.xml   |  160 +-
 examples/royale/AlertExample/pom.xml   |  162 +-
 examples/royale/ChartExample/pom.xml   |  134 +-
 examples/royale/CordovaCameraExample/pom.xml   |  138 +-
 examples/royale/CreateJSExample/pom.xml|  150 +-
 

[royale-typedefs] branch develop updated (7ecbc9f -> bcb496a)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git.


from 7ecbc9f  Update NOTICE files to 2021
 new b8578b7  Revert "[maven-release-plugin] prepare for next development 
iteration"
 new bcb496a  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"

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:
 GCL/pom.xml  |  86 +++
 ace/pom.xml  |   6 +-
 airglobal/pom.xml|   4 +-
 cordova/pom.xml  | 120 -
 createjs/pom.xml | 164 ++--
 google_maps/pom.xml  | 162 ++--
 jasmine/pom.xml  | 186 +++---
 jquery/pom.xml   | 294 ++---
 js/pom.xml   | 640 ++---
 node/pom.xml | 424 +++---
 playerglobal/pom.xml |   4 +-
 pom.xml  | 714 +--
 12 files changed, 1402 insertions(+), 1402 deletions(-)


[royale-typedefs] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit b8578b78e80c22c6ffc208f5953df9c780b82c2b
Author: Yishay Weiss 
AuthorDate: Sun Jul 25 07:19:03 2021 +0300

Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit a54159b4831b7ca34857401501052cc967d4a376.
---
 GCL/pom.xml  | 6 +++---
 ace/pom.xml  | 6 +++---
 airglobal/pom.xml| 4 ++--
 cordova/pom.xml  | 6 +++---
 createjs/pom.xml | 6 +++---
 google_maps/pom.xml  | 6 +++---
 jasmine/pom.xml  | 6 +++---
 jquery/pom.xml   | 6 +++---
 js/pom.xml   | 4 ++--
 node/pom.xml | 6 +++---
 playerglobal/pom.xml | 4 ++--
 pom.xml  | 4 ++--
 12 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/GCL/pom.xml b/GCL/pom.xml
index 21e2a9a..d94b8f2 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,7 +50,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/ace/pom.xml b/ace/pom.xml
index 5692596..da99727 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index c8ad869..7a3350f 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b9458af..3df1134 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index f8b434b..a40a9cb 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index dcc46ce..60bdd0c 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 51eabbb..9c683f6 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
@@ -100,7 +100,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 259cd41..1a6f46b 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
@@ -154,7 +154,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/js/pom.xml b/js/pom.xml
index 

[royale-typedefs] 02/02: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit bcb496a1d3f9bcc236e16d1bc942478e091dff82
Author: Yishay Weiss 
AuthorDate: Sun Jul 25 07:19:08 2021 +0300

Revert "[maven-release-plugin] prepare branch @{releaseLabel}"

This reverts commit 845f63969eac2f923e502be1f6e13ded52cf1923.
---
 GCL/pom.xml |  86 +++
 cordova/pom.xml | 120 -
 createjs/pom.xml| 164 ++--
 google_maps/pom.xml | 162 ++--
 jasmine/pom.xml | 186 +++---
 jquery/pom.xml  | 294 +++---
 js/pom.xml  | 640 +++---
 node/pom.xml| 424 +++
 pom.xml | 714 ++--
 9 files changed, 1395 insertions(+), 1395 deletions(-)

diff --git a/GCL/pom.xml b/GCL/pom.xml
index d94b8f2..dfd1e35 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -1,4 +1,4 @@
-
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-  4.0.0
-
-  
-org.apache.royale.typedefs
-royale-typedefs-parent
-0.9.8-SNAPSHOT
-  
-
-  royale-typedefs-gcl
-  0.9.8-SNAPSHOT
-  swc
-
-  Apache Royale: TypeDefs: GCL
-
-  
-src/main/royale
-
-  
-org.apache.royale.compiler
-royale-maven-plugin
-true
-
-  true
-  true
-
-  
-
-  
-
-  
-
-  org.apache.royale.typedefs
-  royale-typedefs-js
-  0.9.8-SNAPSHOT
-  swc
-  typedefs
-  runtime
-
-  
-
-
+-->http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+  4.0.0
+
+  
+org.apache.royale.typedefs
+royale-typedefs-parent
+0.9.8-SNAPSHOT
+  
+
+  royale-typedefs-gcl
+  0.9.8-SNAPSHOT
+  swc
+
+  Apache Royale: TypeDefs: GCL
+
+  
+src/main/royale
+
+  
+org.apache.royale.compiler
+royale-maven-plugin
+true
+
+  true
+  true
+
+  
+
+  
+
+  
+
+  org.apache.royale.typedefs
+  royale-typedefs-js
+  0.9.8-SNAPSHOT
+  swc
+  typedefs
+  runtime
+
+  
+
+
diff --git a/cordova/pom.xml b/cordova/pom.xml
index 3df1134..31ac214 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -1,4 +1,4 @@
-
+
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-  4.0.0
-
-  
-org.apache.royale.typedefs
-royale-typedefs-parent
-0.9.8-SNAPSHOT
-  
-
-  royale-typedefs-cordova
-  0.9.8-SNAPSHOT
-  swc
-
-  Apache Royale: TypeDefs: Cordova
-
-  
-4.11
-  
-
-  
-
-  
-org.apache.royale.compiler
-royale-maven-plugin
-true
-
-  true
-  
-
-  ${project.basedir}/src/main/javascript
-  
-**/*.js
-  
-
-  
-  
-
-  externs/cordova_file_plugin-4-11.js
-  ../src/main/javascript/cordova_file_plugin-4-11.js
-
-  
-  true
-
-  
-
-  
-
-  
-
-  org.apache.royale.typedefs
-  royale-typedefs-js
-  0.9.8-SNAPSHOT
-  swc
-  typedefs
-  runtime
-
-  
-
-
+-->http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+  4.0.0
+
+  
+org.apache.royale.typedefs
+royale-typedefs-parent
+0.9.8-SNAPSHOT
+  
+
+  royale-typedefs-cordova
+  0.9.8-SNAPSHOT
+  swc
+
+  Apache Royale: TypeDefs: Cordova
+
+  
+4.11
+  
+
+  
+
+  
+org.apache.royale.compiler
+royale-maven-plugin
+true
+
+  true
+  
+
+  ${project.basedir}/src/main/javascript
+  
+**/*.js
+  
+
+  
+  
+
+  externs/cordova_file_plugin-4-11.js
+  ../src/main/javascript/cordova_file_plugin-4-11.js
+
+  
+  true
+
+  
+
+  
+
+  
+
+  org.apache.royale.typedefs
+  royale-typedefs-js
+  0.9.8-SNAPSHOT
+  swc
+  typedefs
+  runtime
+
+  
+
+
diff --git a/createjs/pom.xml b/createjs/pom.xml
index a40a9cb..0d5ea95 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -1,4 +1,4 @@
-
+
 http://maven.apache.org/POM/4.0.0; 

[royale-compiler] branch develop updated (7ec2ed8 -> d87be54)

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


from 7ec2ed8  Add compiler-playerglobalc to source bundle
 new 923d75b  Revert "[maven-release-plugin] prepare for next development 
iteration"
 new d87be54  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"

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:
 compiler-common/pom.xml|  180 ++---
 compiler-externc/pom.xml   |  560 +++
 compiler-jx/pom.xml|   16 +-
 compiler-playerglobalc/pom.xml |   10 +-
 compiler-test-utils/pom.xml|  108 +--
 compiler/pom.xml   | 1318 +-
 debugger/pom.xml   |  280 
 flex-compiler-oem/pom.xml  |  142 ++--
 pom.xml| 1554 
 royale-ant-tasks/pom.xml   |  116 +--
 royale-maven-plugin/pom.xml|  268 +++
 royaleunit-ant-tasks/pom.xml   |  166 ++---
 swfutils/pom.xml   |   68 +-
 13 files changed, 2394 insertions(+), 2392 deletions(-)


[royale-compiler] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 923d75b873820c7368619bb35d7f31a57f906c4f
Author: Yishay Weiss 
AuthorDate: Sun Jul 25 07:17:13 2021 +0300

Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit 976ad0125bf567d95ae2699dc2bc5cec4bcb255a.
---
 compiler-common/pom.xml|  4 ++--
 compiler-externc/pom.xml   |  8 
 compiler-jx/pom.xml| 16 
 compiler-playerglobalc/pom.xml |  6 +++---
 compiler-test-utils/pom.xml|  4 ++--
 compiler/pom.xml   | 10 +-
 debugger/pom.xml   |  8 
 flex-compiler-oem/pom.xml  | 10 +-
 pom.xml|  6 +++---
 royale-ant-tasks/pom.xml   |  4 ++--
 royale-maven-plugin/pom.xml|  4 ++--
 royaleunit-ant-tasks/pom.xml   |  4 ++--
 swfutils/pom.xml   |  4 ++--
 13 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index ae2a6e3..1bf0f02 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
 
 
 compiler-common
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
 
 Apache Royale: Compiler: Compiler-Common
 The Apache Royale Compiler Common classes
diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index abed5e0..f815008 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   compiler-externc
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index ebb3fc4..500de78 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   compiler-jx
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index bfe4aef..2e909d6 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   compiler-playerglobalc
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
   
   
 
@@ -60,7 +60,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index d36cec5..919bc92 100644
--- a/compiler-test-utils/pom.xml
+++ b/compiler-test-utils/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   compiler-test-utils
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index a29aafc..ff129a4 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.9-SNAPSHOT
+0.9.8-SNAPSHOT
   
 
   compiler
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
   Apache Royale: Compiler: Compiler
   The Apache Royale Compiler
@@ -581,7 +581,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.9-SNAPSHOT
+  0.9.8-SNAPSHOT
 
 
   org.apache.flex
@@ -633,13 +633,13 @@
 
   

[royale-compiler] branch develop updated: Add compiler-playerglobalc to source bundle

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/develop by this push:
 new 7ec2ed8  Add compiler-playerglobalc to source bundle
7ec2ed8 is described below

commit 7ec2ed87813f2232921513ef4938caba6855
Author: Yishay Weiss 
AuthorDate: Sat Jul 24 21:54:29 2021 +0300

Add compiler-playerglobalc to source bundle
---
 build.xml | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/build.xml b/build.xml
index 620b31f..4a17a34 100644
--- a/build.xml
+++ b/build.xml
@@ -418,6 +418,21 @@
 
 
 
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
 
 
 


[royale-compiler] branch develop updated: Update NOTICE files to 2021

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/develop by this push:
 new a6f6d00  Update NOTICE files to 2021
a6f6d00 is described below

commit a6f6d0055d1473fd4dd7491dd4605d45c8404669
Author: Yishay Weiss 
AuthorDate: Sat Jul 24 21:12:06 2021 +0300

Update NOTICE files to 2021
---
 NOTICE  | 2 +-
 NOTICE.base | 2 +-
 NOTICE.fdb  | 2 +-
 NOTICE.oem  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NOTICE b/NOTICE
index 5854ba4..13bb413 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Royale Compiler
-Copyright 2020 The Apache Software Foundation
+Copyright 2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE.base b/NOTICE.base
index 6ad82f6..6366b0f 100644
--- a/NOTICE.base
+++ b/NOTICE.base
@@ -1,5 +1,5 @@
 Apache Royale Compiler
-Copyright 2020 The Apache Software Foundation
+Copyright 2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE.fdb b/NOTICE.fdb
index 95f5af4..4c933a8 100644
--- a/NOTICE.fdb
+++ b/NOTICE.fdb
@@ -1,5 +1,5 @@
 Apache Royale Debugger
-Copyright 2020 The Apache Software Foundation
+Copyright 2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE.oem b/NOTICE.oem
index f02b4e9..f720ba6 100644
--- a/NOTICE.oem
+++ b/NOTICE.oem
@@ -1,5 +1,5 @@
 Apache Royale Compiler
-Copyright 2020 The Apache Software Foundation
+Copyright 2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).


[royale-asjs] branch develop updated: Update NOTICE files to 2021

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw 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 55a79cd  Update NOTICE files to 2021
55a79cd is described below

commit 55a79cd58e0edfd6547ecab028794592c075c5ec
Author: Yishay Weiss 
AuthorDate: Sat Jul 24 21:08:10 2021 +0300

Update NOTICE files to 2021
---
 NOTICE| 2 +-
 releasemgr/NOTICE | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index 8e19171..0690943 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Royale
-Copyright 2020 The Apache Software Foundation
+Copyright 2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/releasemgr/NOTICE b/releasemgr/NOTICE
index d17857c..430c03d 100644
--- a/releasemgr/NOTICE
+++ b/releasemgr/NOTICE
@@ -1,5 +1,5 @@
 Apache Royale
-Copyright 2020 The Apache Software Foundation
+Copyright 2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).


[royale-typedefs] branch develop updated: Update NOTICE files to 2021

2021-07-24 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/develop by this push:
 new 7ecbc9f  Update NOTICE files to 2021
7ecbc9f is described below

commit 7ecbc9ff5dc0ecba131958babc7cea491ad3dd16
Author: Yishay Weiss 
AuthorDate: Sat Jul 24 21:13:36 2021 +0300

Update NOTICE files to 2021
---
 NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 15fdf50..ed6dd4c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Royale Typedefs
-Copyright 2020 The Apache Software Foundation
+Copyright 2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).