(royale-asjs) branch develop updated: browser wheel events need to be converted to MouseEvent

2024-03-05 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 f511cd243b browser wheel events need to be converted to MouseEvent
f511cd243b is described below

commit f511cd243bc6c4f371fdda7cf25b55c5fa3e4e8e
Author: Yishay Weiss 
AuthorDate: Tue Mar 5 13:40:15 2024 +0200

browser wheel events need to be converted to MouseEvent
---
 .../projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as
 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as
index 630ca8d0bc..4c07374f37 100644
--- 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as
+++ 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as
@@ -834,6 +834,7 @@ package org.apache.royale.events
 public static function setupConverter():Boolean
 {
 ElementWrapper.converterMap["MouseEvent"] = 
MouseEventConverter.convert;
+ElementWrapper.converterMap["WheelEvent"] = 
MouseEventConverter.convert;
 ElementWrapper.converterMap["PointerEvent"] = 
MouseEventConverter.pointerEventFilter;
 _useNativeConstructor = typeof window.MouseEvent == 'function';
 return true;



[royale-website] branch master updated: Added blob post for 0.9.10

2023-05-31 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 8281f409 Added blob post for 0.9.10
8281f409 is described below

commit 8281f409e565f5058b61f7622f791722459b8567
Author: Yishay Weiss 
AuthorDate: Wed May 31 12:37:06 2023 +0300

Added blob post for 0.9.10
---
 blog/apache-royale-v0-9-10-released.md | 58 ++
 1 file changed, 58 insertions(+)

diff --git a/blog/apache-royale-v0-9-10-released.md 
b/blog/apache-royale-v0-9-10-released.md
new file mode 100644
index ..fbe7a9ef
--- /dev/null
+++ b/blog/apache-royale-v0-9-10-released.md
@@ -0,0 +1,58 @@
+---
+title: "Apache Royale v0.9.10 released!"
+author: "Yishay Weiss"
+date: 2023-05-31
+tags: ["blog", "Announcements", "Releases"]
+layout: "blog-post.html"
+---
+
+The Apache Royale community is pleased to announce the release of **Apache 
Royale 0.9.10**.
+
+The Apache Royale project is the next generation of the Apache Flex SDK. It 
lets developers use **MXML** and **ActionScript 3** to generate **HTML/JS/CSS** 
applications which can run natively in browsers. The cross-compiled code can 
also run on platforms like **Electron** or **Apache Cordova** (Adobe PhoneGap) 
to build mobile applications.
+
+This release should be considered 'beta' quality, although _we're very close 
to a 1.0 release_ and _we have many applications in production_ at this point. 
The purpose of this release is to continue to gather feedback about Royale's 
features and the project's implementation strategies, and to recruit new 
contributors. We hope to grow the code base into an SDK and tool chain that 
delivers the highest productivity when developing applications that can run on 
many platforms. Beta releases,  [...]
+
+## Changes in 0.9.10:
+
+### Apache Royale Framework 0.9.10
+
+- RoyaleUnit
+  - Added BDD-style expect() method for natural language assertions
+  - Added a number of new asserts, including checks for NaN, less than, 
greater than, less or equal, greater or equal, within range, is of type, throws 
exception, and matches regular expression.
+- MXRoyale
+  - Various bug fixes
+- Jewel
+  - Various bug fixes
+- Dozens of bugs reported, investigated, and squashed. For details of closed 
bug reports see [GitHub Issues 
list](https://github.com/apache/royale-asjs/issues?q=is%3Aissue+is%3Aclosed).
+
+### Apache Royale Compiler 0.9.10
+
+- **aslint** is a new command line code linter for ActionScript and MXML, with 
a programmatic API for use in editors and IDEs.
+- compiler: Added `--watch` compiler option that keeps compiler active and 
incrementally compiles when changes to _.as_ and _.mxml_ files are detected. 
You may exit with Ctrl+C.
+- compiler: Added support for `??` null coalescing operator to ActionScript.
+- compiler: Added support for `?.` null conditional operator to ActionScript.
+- compiler: Added support for `@""` verbatim strings to ActionScript.
+- compiler: Fix JS output for chained `Date` setter initialization, like 
`date.minutes = date.seconds = 0`.
+- compiler: Fix `` handling in MXML for properties with 
`[CollapseWhiteSpace]` metadata.
+- royaleunit-ant-tasks: The `` Ant Task can now use Playwright to 
run headless tests in HTML/JS. Set the `player` to chromium, webkit, or firefox.
+- royaleunit-ant-tasks: Added a new `commandArgs` attribute to the 
`` Ant Task. It may be used to pass extra command line arguments to 
the executable specified in the `command` attribute.
+- formatter: Can load configuration options with 
`-load-config+=path/to/file.xml`, similar to compiler.
+- formatter: If a file named _asformat-config.xml_ appears in the current 
working directory, automatically load it with `-load-config`. To disable this 
behavior, use `-skip-local-config-file=true`.
+- formatter: Fix issue where more than one new line might appear at the end of 
a file.
+- formatter: Fix indentation between opening and closing parentheses/brackets 
on separate lines.
+- formatter: Fix detection of `Script` elements in MXML when line endings are 
CRLF.
+- formatter: Fix exception when file starts with UTF BOM character.
+- formatter: Fix issue where ternary operator inside `if` condition was 
formatted incorrectly.
+- formatter: Fix missing formatting for `finally` block.
+- formatter: If a case or default clause in a `switch` contains only a block, 
indent is not increased.
+- formatter: If formatting is skipped because compiler errors are found, 
display those compiler errors.
+
+For additional information on recent issues that have been closed, see [Github 
Issues 
List](https://github.com/apache/royale-compiler/issues?q=is%3Aissue+is%3Aclosed)
+
+You can download a [binary distribution](https://royale.apache.org/download/), 
the [sour

[royale-asjs] branch develop updated (b61d059273 -> 3d32c42ffb)

2023-05-28 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 b61d059273 Merge pull request #1220 from cdouine39/patch-1
 add 3d32c42ffb Use token instead of password to publish to npm.

No new revisions were added by this update.

Summary of changes:
 npm/release-scripts/publish.js | 19 ---
 releasecandidate.xml   | 12 ++--
 2 files changed, 14 insertions(+), 17 deletions(-)



[royale-asjs] branch develop updated (88094458b2 -> 11abfc4996)

2023-05-23 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 88094458b2 update version to 0.9.11
 add d2dd603068 Merge branch 'release/0.9.10' into develop
 add d0758b5b23 Add some missing substitutions to update.version script
 add dd9a0ef544 Remove npm release target until we fix it
 add 11abfc4996 Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop

No new revisions were added by this update.

Summary of changes:
 releasecandidate.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



[royale-asjs] branch develop updated (36591fe5be -> 88094458b2)

2023-05-23 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 36591fe5be Merge branch 'release/0.9.10' into develop
 add 88094458b2 update version to 0.9.11

No new revisions were added by this update.

Summary of changes:
 examples/amf/SampleAmfWebApp/pom-royale-basic.xml  |  6 +-
 examples/amf/SampleAmfWebApp/pom-royale-jewel.xml  |  6 +-
 examples/amf/SampleAmfWebApp/pom.xml   |  2 +-
 .../pom.xml| 14 ++--
 examples/blog/BE0016_Live_Editing_DataGrid/pom.xml | 14 ++--
 examples/blog/BE0016_Using_ComboBox/pom.xml| 18 ++---
 examples/crux/AppWithLib/pom.xml   | 26 +++
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  2 +-
 examples/crux/SampleLib/pom.xml| 26 +++
 examples/examples-integrationtests/pom.xml | 54 ++---
 examples/jewel/royale-website/pom.xml  | 22 +++---
 examples/mxroyale/DataGridInlineExample/pom.xml| 10 +--
 examples/mxroyale/FileReference/pom.xml|  6 +-
 examples/mxroyale/TabNavigatorExample/pom.xml  |  6 +-
 examples/royale/Ace/pom.xml| 26 +++
 examples/royale/ColorPickerExample/pom.xml | 10 +--
 examples/royale/FileProxy/pom.xml  | 10 +--
 examples/royale/LocalesExemple/pom.xml | 10 +--
 examples/royale/RemoteObjectAMFTestBasic/pom.xml   | 12 +--
 releasecandidate.xml   | 89 +-
 testsuite/pom.xml  |  4 +-
 21 files changed, 229 insertions(+), 144 deletions(-)



[royale-typedefs] 01/02: update version to 0.9.11

2023-05-23 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 11e42dde7defc62cfd951891280b0c9574733636
Author: Yishay Weiss 
AuthorDate: Tue May 23 09:55:12 2023 +0300

update version to 0.9.11
---
 build.properties | 4 ++--
 pom.xml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.properties b/build.properties
index 70ea753..e7f21a9 100644
--- a/build.properties
+++ b/build.properties
@@ -18,7 +18,7 @@
 

 
 ##used by Ant scripts
-release.version=0.9.10
+release.version=0.9.11
 ##used by release jobs on Jenkins
-releaseversion=0.9.10
+releaseversion=0.9.11
 developbranchname=develop
diff --git a/pom.xml b/pom.xml
index 64b2da9..7adb533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 3.3.1
 
 1.2.1
-0.9.10
+0.9.11-SNAPSHOT
 
 apache-release
 



[royale-compiler] 01/02: update version to 0.9.11

2023-05-23 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 40ade6bf2157f76c1651fd50d0aeece80f56a0cf
Author: Yishay Weiss 
AuthorDate: Tue May 23 09:55:12 2023 +0300

update version to 0.9.11
---
 build.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties b/build.properties
index 05bcc164f..11bad976b 100644
--- a/build.properties
+++ b/build.properties
@@ -18,9 +18,9 @@
 

 
 ##used by Ant scripts
-release.version=0.9.10
+release.version=0.9.11
 ##used by release jobs on Jenkins
-releaseversion=0.9.10
+releaseversion=0.9.11
 developbranchname=develop
 
 generated.by.match=/\\*\\*. \\* Generated by Apache Royale Compiler



[royale-compiler] branch develop updated (e5347e93d -> d4b917b95)

2023-05-23 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 e5347e93d [maven-release-plugin] prepare for next development iteration
 add aedd6e271 [maven-release-plugin] prepare release 
org.apache.royale.compiler-0.9.10-rc4
 add 98baac6f1 [maven-release-plugin] prepare for next development iteration
 new 40ade6bf2 update version to 0.9.11
 new d4b917b95 Merge branch 'release/0.9.10' into develop

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:
 build.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[royale-typedefs] branch develop updated (89ac968 -> 6874bce)

2023-05-23 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 89ac968  [maven-release-plugin] prepare for next development iteration
 add 876118f  update royale.compiler.version in pom
 add 160c2ba  [maven-release-plugin] prepare release 
org.apache.royale.typedefs-0.9.10-rc4
 add bd8b0e5  [maven-release-plugin] prepare for next development iteration
 new 11e42dd  update version to 0.9.11
 new 6874bce  Merge branch 'release/0.9.10' into develop

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:
 build.properties | 4 ++--
 pom.xml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



[royale-typedefs] 02/02: Merge branch 'release/0.9.10' into develop

2023-05-23 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 6874bced7a939f91e9f3d6e12dacf316c97bbf2f
Merge: 89ac968 11e42dd
Author: Yishay Weiss 
AuthorDate: Tue May 23 09:55:32 2023 +0300

Merge branch 'release/0.9.10' into develop

 build.properties | 4 ++--
 pom.xml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)




[royale-asjs] branch develop updated (1cce4873cc -> 36591fe5be)

2023-05-23 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 1cce4873cc Jewel: Add missing method implementation on SWF side
 add 430db46c67 update project.royale.compiler.version and 
royale.typedefs.version in pom
 add 6ad88d608d [maven-release-plugin] prepare release 
org.apache.royale.framework-0.9.10-rc4
 add c842052b44 [maven-release-plugin] prepare for next development 
iteration
 add 2c957e9b45 update version to 0.9.11
 add 36591fe5be Merge branch 'release/0.9.10' into develop

No new revisions were added by this update.

Summary of changes:
 archetypes/pom.xml| 2 +-
 build.properties  | 4 ++--
 examples/pom.xml  | 2 +-
 examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml | 2 +-
 examples/royale/DesktopMap/DesktopMap-app.xml | 2 +-
 examples/royale/MapSearch/MapSearch-app.xml   | 2 +-
 examples/royale/MobileMap/MobileMap-app.xml   | 2 +-
 examples/royale/MobileStocks/MobileStocks-app.xml | 2 +-
 examples/royale/StorageExample/StorageExample-app.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/pom.xml| 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/pom.xml | 2 +-
 .../themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/pom.xml| 2 +-
 .../themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/pom.xml| 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/pom.xml| 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/pom.xml| 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/pom.xml| 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/pom.xml| 2 +-
 frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/pom.xml| 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Amethyst-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Blue-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Emerald-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Green-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Orange-Theme/pom.xml| 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Red-Theme/pom.xml   | 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Sapphire-Theme/pom.xml  | 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Sunflower-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Topaz-Theme/pom.xml | 2 +-
 frameworks/themes/Jewel-Light-Flat-Emphasized-Turquoise-Theme/pom.xml | 2

[royale-compiler] 02/02: Merge branch 'release/0.9.10' into develop

2023-05-23 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 d4b917b959d910015c7073fdbc4598d4df96a10b
Merge: e5347e93d 40ade6bf2
Author: Yishay Weiss 
AuthorDate: Tue May 23 10:01:08 2023 +0300

Merge branch 'release/0.9.10' into develop

 build.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[royale-asjs] annotated tag apache-royale-0.9.10 updated (6ad88d608d -> 0a7fb9f025)

2023-05-23 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


*** WARNING: tag apache-royale-0.9.10 was modified! ***

from 6ad88d608d (commit)
  to 0a7fb9f025 (tag)
 tagging 6ad88d608d567544f9ea2041d49686f8ff244821 (commit)
 replaces apache-royale-0.9.9
  by Yishay Weiss
  on Tue May 23 09:04:14 2023 +0300

- Log -
Official release of apache-royale-0.9.10
---


No new revisions were added by this update.

Summary of changes:



[royale-typedefs] annotated tag apache-royale-0.9.10 updated (160c2ba -> 8c636e6)

2023-05-23 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


*** WARNING: tag apache-royale-0.9.10 was modified! ***

from 160c2ba  (commit)
  to 8c636e6  (tag)
 tagging 160c2ba156aa3f830917055cd3d722851957e914 (commit)
 replaces apache-royale-0.9.9
  by Yishay Weiss
  on Tue May 23 09:04:16 2023 +0300

- Log -
Official release of apache-royale-0.9.10
---


No new revisions were added by this update.

Summary of changes:



[royale-compiler] annotated tag apache-royale-0.9.10 updated (aedd6e271 -> a8373e8a9)

2023-05-23 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


*** WARNING: tag apache-royale-0.9.10 was modified! ***

from aedd6e271 (commit)
  to a8373e8a9 (tag)
 tagging aedd6e271ca65cf5a6521c07505883bb9dc107de (commit)
 replaces apache-royale-0.9.9
  by Yishay Weiss
  on Tue May 23 09:04:18 2023 +0300

- Log -
Official release of apache-royale-0.9.10
---


No new revisions were added by this update.

Summary of changes:



svn commit: r62040 - /dev/royale/0.9.10/rc4/ /release/royale/0.9.10/

2023-05-23 Thread yishayw
Author: yishayw
Date: Tue May 23 06:04:14 2023
New Revision: 62040

Log:
Apache Royale 0.9.10

Added:
release/royale/0.9.10/
  - copied from r62039, dev/royale/0.9.10/rc4/
Removed:
dev/royale/0.9.10/rc4/



svn commit: r61820 - in /dev/royale/0.9.10/rc4: ./ binaries/

2023-05-13 Thread yishayw
Author: yishayw
Date: Sat May 13 09:11:10 2023
New Revision: 61820

Log:
rc4 of Apache Royale 0.9.10

Added:
dev/royale/0.9.10/rc4/
dev/royale/0.9.10/rc4/ApproveRoyale.xml
dev/royale/0.9.10/rc4/READme
dev/royale/0.9.10/rc4/apache-royale-0.9.10-src.tar.gz   (with props)
dev/royale/0.9.10/rc4/apache-royale-0.9.10-src.tar.gz.asc
dev/royale/0.9.10/rc4/apache-royale-0.9.10-src.tar.gz.sha512
dev/royale/0.9.10/rc4/apache-royale-0.9.10-src.zip   (with props)
dev/royale/0.9.10/rc4/apache-royale-0.9.10-src.zip.asc
dev/royale/0.9.10/rc4/apache-royale-0.9.10-src.zip.sha512
dev/royale/0.9.10/rc4/binaries/
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz   
(with props)
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz.asc
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz.sha512
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js-swf.zip   (with 
props)
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js-swf.zip.asc
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js-swf.zip.sha512
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js.tar.gz   (with 
props)
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js.tar.gz.asc
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js.tar.gz.sha512
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js.zip   (with 
props)
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js.zip.asc
dev/royale/0.9.10/rc4/binaries/apache-royale-0.9.10-bin-js.zip.sha512

Added: dev/royale/0.9.10/rc4/ApproveRoyale.xml
==
--- dev/royale/0.9.10/rc4/ApproveRoyale.xml (added)
+++ dev/royale/0.9.10/rc4/ApproveRoyale.xml Sat May 13 09:11:10 2023
@@ -0,0 +1,1134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+   
+   
+   
+   
+   
+
+
+
+
+   
+   
+
+
+
+   
+   
+   https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11;
 />
+https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11;
 />
+  
+
+
+   
+   
+   
+
+
+
+   
+
+
+
+
+
+   
+   
+
+   
+
+   
+   
+
+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+
+
+http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc${rc};
 />
+   
+
+
+
+
+   
+
+
+
+
+   
+   = Begin ${file} 
==
+   
+
+   
+   = End ${file} 
==
+   
+   
+   
+   
+   
+   = Begin ${winfile} 
==
+   
+   
+   
+
+
+   = End ${winfile} 
==
+   
+   
+   = Begin ${file} 
==
+   
+
+   
+   = End ${file} 
==
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+
+
+
+
+
+
+
+
+   
+
+
+
+
+
+
+
+
+
+   ${rat.rep

[royale-asjs] annotated tag org.apache.royale.framework-0.9.10-rc4 updated (6ad88d608d -> f5d7c48244)

2023-05-12 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to annotated tag org.apache.royale.framework-0.9.10-rc4
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


*** WARNING: tag org.apache.royale.framework-0.9.10-rc4 was modified! ***

from 6ad88d608d (commit)
  to f5d7c48244 (tag)
 tagging 6ad88d608d567544f9ea2041d49686f8ff244821 (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Fri May 12 07:34:53 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.framework-0.9.10-rc4
---


No new revisions were added by this update.

Summary of changes:



[royale-asjs] branch release/0.9.10 updated (430db46c67 -> c842052b44)

2023-05-12 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from 430db46c67 update project.royale.compiler.version and 
royale.typedefs.version in pom
 new 6ad88d608d [maven-release-plugin] prepare release 
org.apache.royale.framework-0.9.10-rc4
 new c842052b44 [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 |   4 +-
 .../royale-jewel-application-archetype/pom.xml |   4 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   4 +-
 .../pom.xml|   4 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-compjsc/pom.xml |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmljsc/pom.xml |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 150 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  18 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../JewelModule/pom.xml|   4 +-
 .../MainJewelApp/pom.xml   |   4 +-
 .../pom.xml|  14 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  18 +-
 examples/blog/pom.xml  |  32 +--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  10 +-
 examples/crux/CruxQuickStart/pom.xml   |  10 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  10 +-
 examples/crux/pom.xml  |  48 ++---
 examples/crux/todomvc-jewel-crux/pom.xml   |  20 +-
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  10 +-
 examples/express/pom.xml   |  40 ++--
 examples/jewel/TourDeJewel/pom.xml | 238 ++---
 examples/jewel/pom.xml |  34 +--
 examples/jewel/todomvc/pom.xml |  14 +-
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/DataGridExample/pom.xml  |  10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +-
 examples/mxroyale/ResourceManagerExample/pom.xml   |   6 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  48 ++---
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   4 +-
 examples/royale/ASDoc/pom.xml  |  20 +-
 examples/royale/AccordionExample/pom.xml   |  12 +-
 examples/royale/AlertExample/pom.xml   |  14 +-
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/ro

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

2023-05-12 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 430db46c67a188dbe48c8f67a0cf52ca49d0de03
Author: yishayw 
AuthorDate: Fri May 12 06:25:26 2023 +

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 8d4daeb02e..39f8f13b72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
 3.5.4
 
 1.2.1
-
0.9.10-SNAPSHOT
-0.9.10-SNAPSHOT
+0.9.10
+0.9.10
 
 JSRoyale
 true



[royale-asjs] branch release/0.9.10 created (now 33a88ad584)

2023-05-12 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

No new revisions were added by this update.



[royale-asjs] branch develop updated (b4669907c3 -> d36b987a62)

2023-05-12 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 b4669907c3 Revert "[TDJ] Align ant compilation with mvn"
 add 33a88ad584 [maven-release-plugin] prepare branch @{releaseLabel}
 add d36b987a62 [maven-release-plugin] prepare for next development 
iteration

No new revisions were added by this update.

Summary of changes:
 archetypes/pom.xml |   4 +-
 .../royale-jewel-application-archetype/pom.xml |   4 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   4 +-
 .../pom.xml|   4 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-compjsc/pom.xml |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmljsc/pom.xml |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 150 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  18 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../JewelModule/pom.xml|   4 +-
 .../MainJewelApp/pom.xml   |   4 +-
 .../pom.xml|  14 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  18 +-
 examples/blog/pom.xml  |  32 +--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  10 +-
 examples/crux/CruxQuickStart/pom.xml   |  10 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  10 +-
 examples/crux/pom.xml  |  48 ++---
 examples/crux/todomvc-jewel-crux/pom.xml   |  20 +-
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  10 +-
 examples/express/pom.xml   |  40 ++--
 examples/jewel/TourDeJewel/pom.xml | 238 ++---
 examples/jewel/pom.xml |  34 +--
 examples/jewel/todomvc/pom.xml |  14 +-
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/DataGridExample/pom.xml  |  10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +-
 examples/mxroyale/ResourceManagerExample/pom.xml   |   6 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  48 ++---
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   4 +-
 examples/royale/ASDoc/pom.xml  |  20 +-
 examples/royale/AccordionExample/pom.xml   |  12 +-
 examples/royale/AlertExample/pom.xml   |  14 +-
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/royale/CreateJSExample/pom.xml|  10 +-
 examples/royale/CreditCardValidatorExample/pom.xml |   8 +-
 examples/royale/DataBindingExample/pom.xml |  14 +-
 .../DataBindingExampleWithFlexLayout/pom.xml   |  14 +-
 examp

[royale-asjs] branch develop updated (c09837def3 -> b4669907c3)

2023-05-12 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 c09837def3 Revert "have tdj ant script buid themes it uses in case 
those do not exist"
 add d339fbdef0 Revert "[TDJ] Align ant compilation with mvn. cleaning"
 add b4669907c3 Revert "[TDJ] Align ant compilation with mvn"

No new revisions were added by this update.

Summary of changes:
 examples/jewel/TourDeJewel/build.xml | 117 +--
 1 file changed, 2 insertions(+), 115 deletions(-)



[royale-typedefs] branch release/0.9.10 updated (876118f -> bd8b0e5)

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from 876118f  update royale.compiler.version in pom
 new 160c2ba  [maven-release-plugin] prepare release 
org.apache.royale.typedefs-0.9.10-rc4
 new bd8b0e5  [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] 02/02: [maven-release-plugin] prepare for next development iteration

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit bd8b0e599fcb4038dc62b8d30790b2115f601385
Author: yishayw 
AuthorDate: Fri May 12 05:15:39 2023 +

[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 8790acd..65fdcb4 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,11 +50,11 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
 
   
 
-2023-05-12T05:14:25Z
+
diff --git a/ace/pom.xml b/ace/pom.xml
index f6d4f04..77b5da9 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
 
   
 1.2.3
-  
2023-05-12T05:14:25Z
+  
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 69d509f..0f7272e 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,17 +22,17 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
 
   
-  
2023-05-12T05:14:25Z
+  
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index 77acddd..c50f63a 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
 
   
 4.11
-  
2023-05-12T05:14:25Z
+  
 
   
 
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index 77be437..25c9e0e 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -34,7 +34,7 @@
   
 0.8.0
 0.6.2
-  
2023-05-12T05:14:25Z
+  
 
   
 
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 47aa737..8058d87 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
 
   
 v3_11
-  
2023-05-12T05:14:25Z
+  
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 730741e..9de13a4 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
 
   
 2.0
-  
2023-05-12T05:14:25Z
+  
 
   
 
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 9b170f3..772a8b1 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
 
   
 1.9

[royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.10-rc4 updated (160c2ba -> d830f9b)

2023-05-11 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.10-rc4
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


*** WARNING: tag org.apache.royale.typedefs-0.9.10-rc4 was modified! ***

from 160c2ba  (commit)
  to d830f9b  (tag)
 tagging 160c2ba156aa3f830917055cd3d722851957e914 (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Fri May 12 05:15:29 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.typedefs-0.9.10-rc4
---


No new revisions were added by this update.

Summary of changes:



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

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 160c2ba156aa3f830917055cd3d722851957e914
Author: yishayw 
AuthorDate: Fri May 12 05:15:29 2023 +

[maven-release-plugin] prepare release org.apache.royale.typedefs-0.9.10-rc4
---
 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 e31f9f2..8790acd 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-gcl
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,11 +50,11 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
 
   
 
-
+2023-05-12T05:14:25Z
diff --git a/ace/pom.xml b/ace/pom.xml
index 0d124b8..f6d4f04 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-ace
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Ace
 
   
 1.2.3
-  
+  
2023-05-12T05:14:25Z
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 669ab66..69d509f 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,17 +22,17 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-airglobal
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: airglobal
 
   
-  
+  
2023-05-12T05:14:25Z
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b8f5fd1..77acddd 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-cordova
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Cordova
 
   
 4.11
-  
+  
2023-05-12T05:14:25Z
 
   
 
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index fa58b7d..77be437 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-createjs
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -34,7 +34,7 @@
   
 0.8.0
 0.6.2
-  
+  
2023-05-12T05:14:25Z
 
   
 
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 02a2a5e..47aa737 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-googlemaps
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
 
   
 v3_11
-  
+  
2023-05-12T05:14:25Z
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 73b9eb8..730741e 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-jasmine
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Jasmine
 
   
 2.0
-  
+  
2023-05-12T05:14:25Z
 
   
 
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 208c7d9..9b170f3 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-jquery
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: JQuery

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

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 876118f599c9b7e4a679352f36eabc56b77d444c
Author: yishayw 
AuthorDate: Fri May 12 05:12:47 2023 +

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 ce155b9..44aa778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 3.3.1
 
 1.2.1
-0.9.10-SNAPSHOT
+0.9.10
 
 apache-release
 



[royale-typedefs] branch release/0.9.10 created (now 768a290)

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

No new revisions were added by this update.



[royale-typedefs] branch develop updated (1bee42b -> 89ac968)

2023-05-11 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 1bee42b  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
 new 768a290  [maven-release-plugin] prepare branch @{releaseLabel}
 new 89ac968  [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] 02/02: [maven-release-plugin] prepare for next development iteration

2023-05-11 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 89ac96839e9eedc1e923788a076b468d582956d0
Author: yishayw 
AuthorDate: Fri May 12 05:09:08 2023 +

[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 e31f9f2..65fdcb4 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,7 +50,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/ace/pom.xml b/ace/pom.xml
index 0d124b8..77b5da9 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 669ab66..0f7272e 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b8f5fd1..c50f63a 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index fa58b7d..25c9e0e 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 02a2a5e..8058d87 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 73b9eb8..9de13a4 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 208c7d9..772a8b1 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
@@ -156,7 +156,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/js/pom.xml b/js/pom.xml
index 9689a9f..33f2113 100644
--- a/js/pom.xml
+++ b/js

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

2023-05-11 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 768a29007d3b0c758bc5d8e1fa5d2e5b70c9a5df
Author: yishayw 
AuthorDate: Fri May 12 05:09:08 2023 +

[maven-release-plugin] prepare branch @{releaseLabel}
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f0ba85..ce155b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 https://github.com/apache/royale-typedefs
-HEAD
+release/0.9.10
   
 
   



[royale-compiler] annotated tag org.apache.royale.compiler-0.9.10-rc4 updated (aedd6e271 -> 2d65165f1)

2023-05-11 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.10-rc4
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


*** WARNING: tag org.apache.royale.compiler-0.9.10-rc4 was modified! ***

from aedd6e271 (commit)
  to 2d65165f1 (tag)
 tagging aedd6e271ca65cf5a6521c07505883bb9dc107de (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Thu May 11 16:34:23 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.compiler-0.9.10-rc4
---


No new revisions were added by this update.

Summary of changes:



[royale-compiler] branch release/0.9.10 updated (537ee9fbe -> 98baac6f1)

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from 537ee9fbe [maven-release-plugin] prepare branch @{releaseLabel}
 new aedd6e271 [maven-release-plugin] prepare release 
org.apache.royale.compiler-0.9.10-rc4
 new 98baac6f1 [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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 49 insertions(+), 49 deletions(-)



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

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit aedd6e271ca65cf5a6521c07505883bb9dc107de
Author: yishayw 
AuthorDate: Thu May 11 16:34:23 2023 +

[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.10-rc4
---
 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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 708f2f378..7c3b66712 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
 
 
 compiler-common
-0.9.10-SNAPSHOT
+0.9.10
 
 Apache Royale: Compiler: Compiler-Common
 The Apache Royale Compiler Common classes
diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index 703f5f630..87d68ff14 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   compiler-externc
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.10-SNAPSHOT
+  0.9.10
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 2e07ea18e..b882df41f 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   compiler-jx
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.royale.compiler
   compiler
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.10-SNAPSHOT
+  0.9.10
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.10-SNAPSHOT
+  0.9.10
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index d44864787..a6833ee1e 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   compiler-playerglobalc
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: playerglobal.swc support
   The Apache Royale Compiler playerglobal/airglobal swc 
support
@@ -63,7 +63,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 6091588e1..0b7324d7c 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.10-SNAPSHOT
+0.9.10
   
 
   compiler-test-utils
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 5be048f62..f41540395 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   compiler
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: Compiler
   The Apache Royale Compiler
@@ -581,7 +581,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.flex
@@ -633,13 +633,13

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

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 98baac6f1d8a9e2b2a64f5bc755c8ba3346bca95
Author: yishayw 
AuthorDate: Thu May 11 16:34:24 2023 +

[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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 7c3b66712..44917d5b9 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
 
 
 compiler-common
-0.9.10
+0.9.11-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 87d68ff14..fcf19606e 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   compiler-externc
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.10
+  0.9.11-SNAPSHOT
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index b882df41f..e67f5ec81 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   compiler-jx
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.10
+  0.9.11-SNAPSHOT
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.10
+  0.9.11-SNAPSHOT
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index a6833ee1e..8b4af70bc 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   compiler-playerglobalc
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: playerglobal.swc support
   The Apache Royale Compiler playerglobal/airglobal swc 
support
@@ -63,7 +63,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 0b7324d7c..990de41b5 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.10
+0.9.11-SNAPSHOT
   
 
   compiler-test-utils
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index f41540395..3810de539 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   compiler
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: Compiler
   The Apache Royale Compiler
@@ -581,7 +581,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.flex
@@ -633,13 +633,13

[royale-compiler] branch release/0.9.10 created (now 537ee9fbe)

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

No new revisions were added by this update.



[royale-compiler] branch develop updated (46a4e7e8d -> e5347e93d)

2023-05-11 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 46a4e7e8d Revert "[maven-release-plugin] prepare branch 
@{releaseLabel}"
 add 537ee9fbe [maven-release-plugin] prepare branch @{releaseLabel}
 add e5347e93d [maven-release-plugin] prepare for next development iteration

No new revisions were added by this update.

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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 49 insertions(+), 49 deletions(-)



[royale-asjs] branch develop updated (06755adc90 -> c09837def3)

2023-05-11 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 06755adc90 Revert "[maven-release-plugin] prepare branch 
@{releaseLabel}"
 add c09837def3 Revert "have tdj ant script buid themes it uses in case 
those do not exist"

No new revisions were added by this update.

Summary of changes:
 examples/jewel/TourDeJewel/build.xml | 553 +--
 1 file changed, 10 insertions(+), 543 deletions(-)



[royale-typedefs] branch release/0.9.10 deleted (was cddb20a)

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


 was cddb20a  [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard cddb20a  [maven-release-plugin] prepare for next development iteration



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

2023-05-11 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 a9960a9123d443f8765de3e4678cef9b5aac0c6c
Author: Yishay Weiss 
AuthorDate: Thu May 11 15:31:46 2023 +0300

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

This reverts commit 6eafc9c9431436049aeab655b17eacafe360894f.
---
 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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 44917d5b9..708f2f378 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
 
 
 compiler-common
-0.9.11-SNAPSHOT
+0.9.10-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 fcf19606e..703f5f630 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   compiler-externc
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index e67f5ec81..2e07ea18e 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   compiler-jx
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index 8b4af70bc..d44864787 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   compiler-playerglobalc
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
   Apache Royale: Compiler: playerglobal.swc support
   The Apache Royale Compiler playerglobal/airglobal swc 
support
@@ -63,7 +63,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 990de41b5..6091588e1 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.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   compiler-test-utils
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 3810de539..5be048f62 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   compiler
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
 

[royale-asjs] branch release/0.9.10 deleted (was 3aad765c1a)

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


 was 3aad765c1a [maven-release-plugin] prepare for next development 
iteration

This change permanently discards the following revisions:

 discard 3aad765c1a [maven-release-plugin] prepare for next development 
iteration



[royale-compiler] branch release/0.9.10 deleted (was 3da89c1ac)

2023-05-11 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


 was 3da89c1ac [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard 3da89c1ac [maven-release-plugin] prepare for next development iteration



[royale-typedefs] branch develop updated (4e6e5f4 -> 1bee42b)

2023-05-11 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 4e6e5f4  [maven-release-plugin] prepare for next development iteration
 new 78feb7a  Revert "[maven-release-plugin] prepare for next development 
iteration"
 new 1bee42b  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  | 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] 02/02: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"

2023-05-11 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 1bee42b15c86cfda282b305cd5b2821ea1e694be
Author: Yishay Weiss 
AuthorDate: Thu May 11 15:32:37 2023 +0300

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

This reverts commit 7cd1bc1c5ccfd46ebdab7869f663b6dd19967288.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce155b9..2f0ba85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 https://github.com/apache/royale-typedefs
-release/0.9.10
+HEAD
   
 
   



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

2023-05-11 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 78feb7a460f1585373470f4d6d08552b0bab0845
Author: Yishay Weiss 
AuthorDate: Thu May 11 15:32:34 2023 +0300

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

This reverts commit 4e6e5f46e1c12af2e113f267964ab63b51568250.
---
 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 65fdcb4..e31f9f2 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,7 +50,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/ace/pom.xml b/ace/pom.xml
index 77b5da9..0d124b8 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 0f7272e..669ab66 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
diff --git a/cordova/pom.xml b/cordova/pom.xml
index c50f63a..b8f5fd1 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index 25c9e0e..fa58b7d 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 8058d87..02a2a5e 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 9de13a4..73b9eb8 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 772a8b1..208c7d9 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
@@ -156,7 +156,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime

[royale-compiler] branch develop updated (6eafc9c94 -> 46a4e7e8d)

2023-05-11 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 6eafc9c94 [maven-release-plugin] prepare for next development iteration
 new a9960a912 Revert "[maven-release-plugin] prepare for next development 
iteration"
 new 46a4e7e8d 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|  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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 49 insertions(+), 49 deletions(-)



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

2023-05-11 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 46a4e7e8df5fb672422b14f341f1a2374763f14e
Author: Yishay Weiss 
AuthorDate: Thu May 11 15:31:48 2023 +0300

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

This reverts commit 87434c39536691fcb943fc2b75d7358657cff539.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0544f94b2..6fb4e4426 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git
 
scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git
 https://github.com/apache/royale-compiler
-release/0.9.10
+release/0.9.9
   
 
   
@@ -64,7 +64,7 @@
 
standard
 
 
6
-
2023-05-08T10:02:19Z
+
2022-03-10T15:10:13Z
   
 
   



[royale-asjs] branch develop updated (b7c94aad39 -> 06755adc90)

2023-05-11 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 b7c94aad39 [maven-release-plugin] prepare for next development 
iteration
 add b78a8c7b57 Revert "[maven-release-plugin] prepare for next development 
iteration"
 add 06755adc90 Revert "[maven-release-plugin] prepare branch 
@{releaseLabel}"

No new revisions were added by this update.

Summary of changes:
 archetypes/pom.xml |   4 +-
 .../royale-jewel-application-archetype/pom.xml |   4 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   4 +-
 .../pom.xml|   4 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-compjsc/pom.xml |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmljsc/pom.xml |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 150 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  18 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../JewelModule/pom.xml|   4 +-
 .../MainJewelApp/pom.xml   |   4 +-
 .../pom.xml|  14 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  18 +-
 examples/blog/pom.xml  |  32 +--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  10 +-
 examples/crux/CruxQuickStart/pom.xml   |  10 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  10 +-
 examples/crux/pom.xml  |  48 ++---
 examples/crux/todomvc-jewel-crux/pom.xml   |  20 +-
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  10 +-
 examples/express/pom.xml   |  40 ++--
 examples/jewel/TourDeJewel/pom.xml | 238 ++---
 examples/jewel/pom.xml |  34 +--
 examples/jewel/todomvc/pom.xml |  14 +-
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/DataGridExample/pom.xml  |  10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +-
 examples/mxroyale/ResourceManagerExample/pom.xml   |   6 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  48 ++---
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   4 +-
 examples/royale/ASDoc/pom.xml  |  20 +-
 examples/royale/AccordionExample/pom.xml   |  12 +-
 examples/royale/AlertExample/pom.xml   |  14 +-
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/royale/CreateJSExample/pom.xml|  10 +-
 examples/royale/CreditCardValidatorExample/pom.xml |   8 +-
 examples/royale/DataBindingExample/pom.xml |  14 +-
 .../DataBindingExampleWithFlexLayout

svn commit: r61751 - in /dev/royale/0.9.10/rc3: ./ binaries/

2023-05-09 Thread yishayw
Author: yishayw
Date: Tue May  9 08:14:04 2023
New Revision: 61751

Log:
rc3 of Apache Royale 0.9.10

Added:
dev/royale/0.9.10/rc3/
dev/royale/0.9.10/rc3/ApproveRoyale.xml
dev/royale/0.9.10/rc3/READme
dev/royale/0.9.10/rc3/apache-royale-0.9.10-src.tar.gz   (with props)
dev/royale/0.9.10/rc3/apache-royale-0.9.10-src.tar.gz.asc
dev/royale/0.9.10/rc3/apache-royale-0.9.10-src.tar.gz.sha512
dev/royale/0.9.10/rc3/apache-royale-0.9.10-src.zip   (with props)
dev/royale/0.9.10/rc3/apache-royale-0.9.10-src.zip.asc
dev/royale/0.9.10/rc3/apache-royale-0.9.10-src.zip.sha512
dev/royale/0.9.10/rc3/binaries/
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz   
(with props)
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz.asc
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz.sha512
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js-swf.zip   (with 
props)
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js-swf.zip.asc
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js-swf.zip.sha512
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js.tar.gz   (with 
props)
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js.tar.gz.asc
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js.tar.gz.sha512
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js.zip   (with 
props)
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js.zip.asc
dev/royale/0.9.10/rc3/binaries/apache-royale-0.9.10-bin-js.zip.sha512

Added: dev/royale/0.9.10/rc3/ApproveRoyale.xml
==
--- dev/royale/0.9.10/rc3/ApproveRoyale.xml (added)
+++ dev/royale/0.9.10/rc3/ApproveRoyale.xml Tue May  9 08:14:04 2023
@@ -0,0 +1,1134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+   
+   
+   
+   
+   
+
+
+
+
+   
+   
+
+
+
+   
+   
+   https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11;
 />
+https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11;
 />
+  
+
+
+   
+   
+   
+
+
+
+   
+
+
+
+
+
+   
+   
+
+   
+
+   
+   
+
+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+
+
+http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc${rc};
 />
+   
+
+
+
+
+   
+
+
+
+
+   
+   = Begin ${file} 
==
+   
+
+   
+   = End ${file} 
==
+   
+   
+   
+   
+   
+   = Begin ${winfile} 
==
+   
+   
+   
+
+
+   = End ${winfile} 
==
+   
+   
+   = Begin ${file} 
==
+   
+
+   
+   = End ${file} 
==
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+
+
+
+
+
+
+
+
+   
+
+
+
+
+
+
+
+
+
+   ${rat.rep

[royale-asjs] annotated tag org.apache.royale.framework-0.9.10-rc3 updated (3fd798b53f -> c6fcc278a3)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to annotated tag org.apache.royale.framework-0.9.10-rc3
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


*** WARNING: tag org.apache.royale.framework-0.9.10-rc3 was modified! ***

from 3fd798b53f (commit)
  to c6fcc278a3 (tag)
 tagging 3fd798b53fb508788747ea6ed21b929c016219c2 (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Mon May 8 19:25:57 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.framework-0.9.10-rc3
---


No new revisions were added by this update.

Summary of changes:



[royale-asjs] branch release/0.9.10 updated (9946117a8a -> 3aad765c1a)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from 9946117a8a update project.royale.compiler.version and 
royale.typedefs.version in pom
 new 3fd798b53f [maven-release-plugin] prepare release 
org.apache.royale.framework-0.9.10-rc3
 new 3aad765c1a [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 |   4 +-
 .../royale-jewel-application-archetype/pom.xml |   4 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   4 +-
 .../pom.xml|   4 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-compjsc/pom.xml |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmljsc/pom.xml |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 150 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  18 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../JewelModule/pom.xml|   4 +-
 .../MainJewelApp/pom.xml   |   4 +-
 .../pom.xml|  14 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  18 +-
 examples/blog/pom.xml  |  32 +--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  10 +-
 examples/crux/CruxQuickStart/pom.xml   |  10 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  10 +-
 examples/crux/pom.xml  |  48 ++---
 examples/crux/todomvc-jewel-crux/pom.xml   |  20 +-
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  10 +-
 examples/express/pom.xml   |  40 ++--
 examples/jewel/TourDeJewel/pom.xml | 238 ++---
 examples/jewel/pom.xml |  34 +--
 examples/jewel/todomvc/pom.xml |  14 +-
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/DataGridExample/pom.xml  |  10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +-
 examples/mxroyale/ResourceManagerExample/pom.xml   |   6 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  48 ++---
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   4 +-
 examples/royale/ASDoc/pom.xml  |  20 +-
 examples/royale/AccordionExample/pom.xml   |  12 +-
 examples/royale/AlertExample/pom.xml   |  14 +-
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/ro

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

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 9946117a8ab506ac23854c5fd723c6d8e9015259
Author: yishayw 
AuthorDate: Mon May 8 18:20:19 2023 +

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 8d4daeb02e..39f8f13b72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
 3.5.4
 
 1.2.1
-
0.9.10-SNAPSHOT
-0.9.10-SNAPSHOT
+0.9.10
+0.9.10
 
 JSRoyale
 true



[royale-asjs] branch release/0.9.10 created (now f254a053f1)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

No new revisions were added by this update.



[royale-asjs] branch develop updated (011d9b7745 -> b7c94aad39)

2023-05-08 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 011d9b7745 Revert "[maven-release-plugin] prepare branch 
@{releaseLabel}"
 add f254a053f1 [maven-release-plugin] prepare branch @{releaseLabel}
 add b7c94aad39 [maven-release-plugin] prepare for next development 
iteration

No new revisions were added by this update.

Summary of changes:
 archetypes/pom.xml |   4 +-
 .../royale-jewel-application-archetype/pom.xml |   4 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   4 +-
 .../pom.xml|   4 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-compjsc/pom.xml |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmljsc/pom.xml |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 150 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  18 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../JewelModule/pom.xml|   4 +-
 .../MainJewelApp/pom.xml   |   4 +-
 .../pom.xml|  14 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  18 +-
 examples/blog/pom.xml  |  32 +--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  10 +-
 examples/crux/CruxQuickStart/pom.xml   |  10 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  10 +-
 examples/crux/pom.xml  |  48 ++---
 examples/crux/todomvc-jewel-crux/pom.xml   |  20 +-
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  10 +-
 examples/express/pom.xml   |  40 ++--
 examples/jewel/TourDeJewel/pom.xml | 238 ++---
 examples/jewel/pom.xml |  34 +--
 examples/jewel/todomvc/pom.xml |  14 +-
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/DataGridExample/pom.xml  |  10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +-
 examples/mxroyale/ResourceManagerExample/pom.xml   |   6 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  48 ++---
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   4 +-
 examples/royale/ASDoc/pom.xml  |  20 +-
 examples/royale/AccordionExample/pom.xml   |  12 +-
 examples/royale/AlertExample/pom.xml   |  14 +-
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/royale/CreateJSExample/pom.xml|  10 +-
 examples/royale/CreditCardValidatorExample/pom.xml |   8 +-
 examples/royale/DataBindingExample/pom.xml |  14 +-
 .../DataBindingExampleWithFlexLayout/pom.xml   |  14 +-
 examp

[royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.10-rc3 updated (cf0a87f -> c7b3240)

2023-05-08 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.10-rc3
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


*** WARNING: tag org.apache.royale.typedefs-0.9.10-rc3 was modified! ***

from cf0a87f  (commit)
  to c7b3240  (tag)
 tagging cf0a87f71984008cb0848e18ff50fd59eea02c80 (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Mon May 8 18:01:16 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.typedefs-0.9.10-rc3
---


No new revisions were added by this update.

Summary of changes:



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

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit cf0a87f71984008cb0848e18ff50fd59eea02c80
Author: yishayw 
AuthorDate: Mon May 8 18:01:16 2023 +

[maven-release-plugin] prepare release org.apache.royale.typedefs-0.9.10-rc3
---
 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 e31f9f2..d09ed08 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-gcl
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,11 +50,11 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
 
   
 
-
+2023-05-08T18:00:14Z
diff --git a/ace/pom.xml b/ace/pom.xml
index 0d124b8..2b03549 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-ace
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Ace
 
   
 1.2.3
-  
+  
2023-05-08T18:00:14Z
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 669ab66..964db90 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,17 +22,17 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-airglobal
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: airglobal
 
   
-  
+  
2023-05-08T18:00:14Z
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b8f5fd1..92dc3d7 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-cordova
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Cordova
 
   
 4.11
-  
+  
2023-05-08T18:00:14Z
 
   
 
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index fa58b7d..20647ad 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-createjs
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -34,7 +34,7 @@
   
 0.8.0
 0.6.2
-  
+  
2023-05-08T18:00:14Z
 
   
 
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 02a2a5e..6b2b9ed 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-googlemaps
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
 
   
 v3_11
-  
+  
2023-05-08T18:00:14Z
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 73b9eb8..fecb9d8 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-jasmine
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Jasmine
 
   
 2.0
-  
+  
2023-05-08T18:00:14Z
 
   
 
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 208c7d9..290423e 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-jquery
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: JQuery

[royale-typedefs] branch release/0.9.10 updated (3ee27e2 -> cddb20a)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from 3ee27e2  update royale.compiler.version in pom
 new cf0a87f  [maven-release-plugin] prepare release 
org.apache.royale.typedefs-0.9.10-rc3
 new cddb20a  [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] 02/02: [maven-release-plugin] prepare for next development iteration

2023-05-08 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 4e6e5f46e1c12af2e113f267964ab63b51568250
Author: yishayw 
AuthorDate: Mon May 8 17:55:00 2023 +

[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 e31f9f2..65fdcb4 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,7 +50,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/ace/pom.xml b/ace/pom.xml
index 0d124b8..77b5da9 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 669ab66..0f7272e 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b8f5fd1..c50f63a 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index fa58b7d..25c9e0e 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 02a2a5e..8058d87 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 73b9eb8..9de13a4 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 208c7d9..772a8b1 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
@@ -156,7 +156,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/js/pom.xml b/js/pom.xml
index 9689a9f..33f2113 100644
--- a/js/pom.xml
+++ b/js

[royale-typedefs] branch release/0.9.10 created (now 7cd1bc1)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

No new revisions were added by this update.



[royale-typedefs] branch develop updated (2bf9d94 -> 4e6e5f4)

2023-05-08 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 2bf9d94  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
 new 7cd1bc1  [maven-release-plugin] prepare branch @{releaseLabel}
 new 4e6e5f4  [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 branch @{releaseLabel}

2023-05-08 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 7cd1bc1c5ccfd46ebdab7869f663b6dd19967288
Author: yishayw 
AuthorDate: Mon May 8 17:55:00 2023 +

[maven-release-plugin] prepare branch @{releaseLabel}
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f0ba85..ce155b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 https://github.com/apache/royale-typedefs
-HEAD
+release/0.9.10
   
 
   



[royale-compiler] annotated tag org.apache.royale.compiler-0.9.10-rc3 updated (93157293b -> cb11f7ea2)

2023-05-08 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.10-rc3
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


*** WARNING: tag org.apache.royale.compiler-0.9.10-rc3 was modified! ***

from 93157293b (commit)
  to cb11f7ea2 (tag)
 tagging 93157293b21406dea4128d646784e43b4ac2649b (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Mon May 8 10:21:15 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.compiler-0.9.10-rc3
---


No new revisions were added by this update.

Summary of changes:



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

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 93157293b21406dea4128d646784e43b4ac2649b
Author: yishayw 
AuthorDate: Mon May 8 10:21:15 2023 +

[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.10-rc3
---
 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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 708f2f378..7c3b66712 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
 
 
 compiler-common
-0.9.10-SNAPSHOT
+0.9.10
 
 Apache Royale: Compiler: Compiler-Common
 The Apache Royale Compiler Common classes
diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index 703f5f630..87d68ff14 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   compiler-externc
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.10-SNAPSHOT
+  0.9.10
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 2e07ea18e..b882df41f 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   compiler-jx
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.royale.compiler
   compiler
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.10-SNAPSHOT
+  0.9.10
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.10-SNAPSHOT
+  0.9.10
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index d44864787..a6833ee1e 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   compiler-playerglobalc
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: playerglobal.swc support
   The Apache Royale Compiler playerglobal/airglobal swc 
support
@@ -63,7 +63,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 6091588e1..0b7324d7c 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.10-SNAPSHOT
+0.9.10
   
 
   compiler-test-utils
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 5be048f62..f41540395 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   compiler
-  0.9.10-SNAPSHOT
+  0.9.10
 
   Apache Royale: Compiler: Compiler
   The Apache Royale Compiler
@@ -581,7 +581,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10-SNAPSHOT
+  0.9.10
 
 
   org.apache.flex
@@ -633,13 +633,13

[royale-compiler] branch release/0.9.10 updated (87434c395 -> 3da89c1ac)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from 87434c395 [maven-release-plugin] prepare branch @{releaseLabel}
 new 93157293b [maven-release-plugin] prepare release 
org.apache.royale.compiler-0.9.10-rc3
 new 3da89c1ac [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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 49 insertions(+), 49 deletions(-)



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

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 3da89c1ac94558413f4c8cc04e1d57f5b617ca29
Author: yishayw 
AuthorDate: Mon May 8 10:21:16 2023 +

[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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 7c3b66712..44917d5b9 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -22,11 +22,11 @@
 
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
 
 
 compiler-common
-0.9.10
+0.9.11-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 87d68ff14..fcf19606e 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   compiler-externc
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: Externc
   The Apache Royale Compiler Externs Compiler
@@ -254,7 +254,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   com.google.javascript
@@ -265,7 +265,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.10
+  0.9.11-SNAPSHOT
   test
 
 
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index b882df41f..e67f5ec81 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   compiler-jx
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: Compiler-JX
 
@@ -178,22 +178,22 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler-playerglobalc
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.royale.compiler
   compiler
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.commons
@@ -225,7 +225,7 @@
 
   org.apache.royale.compiler
   compiler-test-utils
-  0.9.10
+  0.9.11-SNAPSHOT
   test
 
 
@@ -237,7 +237,7 @@
 
   org.apache.royale.compiler
   compiler-externc
-  0.9.10
+  0.9.11-SNAPSHOT
   test-jar
   test
 
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index a6833ee1e..8b4af70bc 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   compiler-playerglobalc
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: playerglobal.swc support
   The Apache Royale Compiler playerglobal/airglobal swc 
support
@@ -63,7 +63,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   commons-io
diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml
index 0b7324d7c..990de41b5 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.10
+0.9.11-SNAPSHOT
   
 
   compiler-test-utils
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: Test Utils
   
diff --git a/compiler/pom.xml b/compiler/pom.xml
index f41540395..3810de539 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.compiler
 royale-compiler-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   compiler
-  0.9.10
+  0.9.11-SNAPSHOT
 
   Apache Royale: Compiler: Compiler
   The Apache Royale Compiler
@@ -581,7 +581,7 @@
 
   org.apache.royale.compiler
   compiler-common
-  0.9.10
+  0.9.11-SNAPSHOT
 
 
   org.apache.flex
@@ -633,13 +633,13

[royale-compiler] branch release/0.9.10 created (now 87434c395)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

No new revisions were added by this update.



[royale-compiler] branch develop updated (dd9867560 -> 6eafc9c94)

2023-05-08 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 dd9867560 Revert "[maven-release-plugin] prepare branch 
@{releaseLabel}"
 add 87434c395 [maven-release-plugin] prepare branch @{releaseLabel}
 add 6eafc9c94 [maven-release-plugin] prepare for next development iteration

No new revisions were added by this update.

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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 49 insertions(+), 49 deletions(-)



[royale-compiler] branch release/0.9.10 deleted (was 3beb80de6)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


 was 3beb80de6 [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard 3beb80de6 [maven-release-plugin] prepare for next development iteration



[royale-typedefs] branch release/0.9.10 deleted (was 4ab4dce)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


 was 4ab4dce  [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard 4ab4dce  [maven-release-plugin] prepare for next development iteration



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

2023-05-08 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 b38661446039e3807d0f32a8f94b9a450ba01010
Author: Yishay Weiss 
AuthorDate: Mon May 8 12:42:17 2023 +0300

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

This reverts commit 8a3bbd69b40eaa67b079d962669850b189dd7905.
---
 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 65fdcb4..e31f9f2 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,7 +50,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/ace/pom.xml b/ace/pom.xml
index 77b5da9..0d124b8 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 0f7272e..669ab66 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
diff --git a/cordova/pom.xml b/cordova/pom.xml
index c50f63a..b8f5fd1 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index 25c9e0e..fa58b7d 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 8058d87..02a2a5e 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 9de13a4..73b9eb8 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 772a8b1..208c7d9 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
@@ -156,7 +156,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime

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

2023-05-08 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 2bf9d945aaf3c9e97a6414a0248382e4360cb304
Author: Yishay Weiss 
AuthorDate: Mon May 8 12:42:21 2023 +0300

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

This reverts commit c9292cddbdad9b96567302e24de459cea8740fa0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce155b9..2f0ba85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 https://github.com/apache/royale-typedefs
-release/0.9.10
+HEAD
   
 
   



[royale-typedefs] branch develop updated (8a3bbd6 -> 2bf9d94)

2023-05-08 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 8a3bbd6  [maven-release-plugin] prepare for next development iteration
 new b386614  Revert "[maven-release-plugin] prepare for next development 
iteration"
 new 2bf9d94  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  | 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-compiler] branch develop updated (322b5c806 -> dd9867560)

2023-05-08 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 322b5c806 README: add Flash Player download link for Linux
 add 0dbab5e3e Revert "[maven-release-plugin] prepare for next development 
iteration"
 add dd9867560 Revert "[maven-release-plugin] prepare branch 
@{releaseLabel}"

No new revisions were added by this update.

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 +-
 formatter/pom.xml  |  6 +++---
 linter/pom.xml |  6 +++---
 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 ++--
 15 files changed, 49 insertions(+), 49 deletions(-)



[royale-asjs] branch develop updated (6ed283570d -> 011d9b7745)

2023-05-08 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 6ed283570d Add release notes to correct location
 add 447c3a9bc6 Revert "[maven-release-plugin] prepare for next development 
iteration"
 add 011d9b7745 Revert "[maven-release-plugin] prepare branch 
@{releaseLabel}"

No new revisions were added by this update.

Summary of changes:
 archetypes/pom.xml |   4 +-
 .../royale-jewel-application-archetype/pom.xml |   4 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   4 +-
 .../pom.xml|   4 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-compjsc/pom.xml |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmljsc/pom.xml |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 150 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  18 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../JewelModule/pom.xml|   4 +-
 .../MainJewelApp/pom.xml   |   4 +-
 .../pom.xml|  14 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  18 +-
 examples/blog/pom.xml  |  32 +--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  10 +-
 examples/crux/CruxQuickStart/pom.xml   |  10 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  10 +-
 examples/crux/pom.xml  |  48 ++---
 examples/crux/todomvc-jewel-crux/pom.xml   |  20 +-
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  10 +-
 examples/express/pom.xml   |  40 ++--
 examples/jewel/TourDeJewel/pom.xml | 238 ++---
 examples/jewel/pom.xml |  34 +--
 examples/jewel/todomvc/pom.xml |  14 +-
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/DataGridExample/pom.xml  |  10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +-
 examples/mxroyale/ResourceManagerExample/pom.xml   |   6 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  48 ++---
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   4 +-
 examples/royale/ASDoc/pom.xml  |  20 +-
 examples/royale/AccordionExample/pom.xml   |  12 +-
 examples/royale/AlertExample/pom.xml   |  14 +-
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/royale/CreateJSExample/pom.xml|  10 +-
 examples/royale/CreditCardValidatorExample/pom.xml |   8 +-
 examples/royale/DataBindingExample/pom.xml |  14 +-
 .../DataBindingExampleWithFlexLayout/pom.xml   |  14

[royale-asjs] branch release/0.9.10 deleted (was e6efc80dfb)

2023-05-08 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


 was e6efc80dfb [maven-release-plugin] prepare for next development 
iteration

This change permanently discards the following revisions:

 discard e6efc80dfb [maven-release-plugin] prepare for next development 
iteration



[royale-asjs] branch develop updated: Add release notes to correct location

2023-05-08 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 6ed283570d Add release notes to correct location
6ed283570d is described below

commit 6ed283570d4a127b017e0140e7948358e570b556
Author: Yishay Weiss 
AuthorDate: Mon May 8 12:16:22 2023 +0300

Add release notes to correct location
---
 releasemgr/RELEASE_NOTES | 13 +
 1 file changed, 13 insertions(+)

diff --git a/releasemgr/RELEASE_NOTES b/releasemgr/RELEASE_NOTES
index b4f715d33b..714533f381 100644
--- a/releasemgr/RELEASE_NOTES
+++ b/releasemgr/RELEASE_NOTES
@@ -1,3 +1,16 @@
+Apache Royale 0.9.10
+
+
+- RoyaleUnit
+  - Added BDD-style expect() method for natural language assertions
+  - Added a number of new asserts, including checks for NaN, less than, 
greater than, less or equal, greater or equal, within range, is of type, throws 
exception, and matches regular expression.
+
+- Emulation
+  - Various bug fixes ...
+
+- Jewel
+  - Various bug fixes ...
+
 Apache Royale 0.9.9
 ===
 



[royale-asjs] branch develop updated (57a084b5ce -> fa84da83c7)

2023-05-08 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 57a084b5ce min fix html property tag
 add 6d94d55494 have tdj ant script buid themes it uses in case those do 
not exist
 add fa84da83c7 Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop

No new revisions were added by this update.

Summary of changes:
 examples/jewel/TourDeJewel/build.xml | 553 ++-
 1 file changed, 543 insertions(+), 10 deletions(-)



svn commit: r61630 - in /dev/royale/0.9.10/rc2: ./ binaries/

2023-05-04 Thread yishayw
Author: yishayw
Date: Thu May  4 15:02:02 2023
New Revision: 61630

Log:
rc2 of Apache Royale 0.9.10

Added:
dev/royale/0.9.10/rc2/
dev/royale/0.9.10/rc2/ApproveRoyale.xml
dev/royale/0.9.10/rc2/READme
dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.tar.gz   (with props)
dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.tar.gz.asc
dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.tar.gz.sha512
dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.zip   (with props)
dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.zip.asc
dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.zip.sha512
dev/royale/0.9.10/rc2/binaries/
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz   
(with props)
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz.asc
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.tar.gz.sha512
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.zip   (with 
props)
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.zip.asc
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.zip.sha512
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js.tar.gz   (with 
props)
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js.tar.gz.asc
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js.tar.gz.sha512
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js.zip   (with 
props)
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js.zip.asc
dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js.zip.sha512

Added: dev/royale/0.9.10/rc2/ApproveRoyale.xml
==
--- dev/royale/0.9.10/rc2/ApproveRoyale.xml (added)
+++ dev/royale/0.9.10/rc2/ApproveRoyale.xml Thu May  4 15:02:02 2023
@@ -0,0 +1,1134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+   
+   
+   
+   
+   
+
+
+
+
+   
+   
+
+
+
+   
+   
+   https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11;
 />
+https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11;
 />
+  
+
+
+   
+   
+   
+
+
+
+   
+
+
+
+
+
+   
+   
+
+   
+
+   
+   
+
+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+
+
+http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc${rc};
 />
+   
+
+
+
+
+   
+
+
+
+
+   
+   = Begin ${file} 
==
+   
+
+   
+   = End ${file} 
==
+   
+   
+   
+   
+   
+   = Begin ${winfile} 
==
+   
+   
+   
+
+
+   = End ${winfile} 
==
+   
+   
+   = Begin ${file} 
==
+   
+
+   
+   = End ${file} 
==
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+
+
+
+
+
+
+
+
+   
+
+
+
+
+
+
+
+
+
+   ${rat.rep

svn commit: r61544 - /dev/royale/0.9.10/

2023-04-29 Thread yishayw
Author: yishayw
Date: Sat Apr 29 13:26:19 2023
New Revision: 61544

Log:
add version folder

Added:
dev/royale/0.9.10/



[royale-asjs] annotated tag org.apache.royale.framework-0.9.10-rc2 updated (f9bf0fc71d -> 20501eb23f)

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to annotated tag org.apache.royale.framework-0.9.10-rc2
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


*** WARNING: tag org.apache.royale.framework-0.9.10-rc2 was modified! ***

from f9bf0fc71d (commit)
  to 20501eb23f (tag)
 tagging f9bf0fc71d6ea66b1c92db596e7cd8b5c81e5559 (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Thu Apr 27 14:04:43 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.framework-0.9.10-rc2
---


No new revisions were added by this update.

Summary of changes:



[royale-asjs] branch release/0.9.10 updated (dc654b9f4b -> e6efc80dfb)

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from dc654b9f4b update project.royale.compiler.version and 
royale.typedefs.version in pom
 new f9bf0fc71d [maven-release-plugin] prepare release 
org.apache.royale.framework-0.9.10-rc2
 new e6efc80dfb [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 |   4 +-
 .../royale-jewel-application-archetype/pom.xml |   4 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   4 +-
 .../pom.xml|   4 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-compjsc/pom.xml |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmljsc/pom.xml |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 150 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  18 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../JewelModule/pom.xml|   4 +-
 .../MainJewelApp/pom.xml   |   4 +-
 .../pom.xml|  14 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  18 +-
 examples/blog/pom.xml  |  32 +--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  10 +-
 examples/crux/CruxQuickStart/pom.xml   |  10 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  10 +-
 examples/crux/pom.xml  |  48 ++---
 examples/crux/todomvc-jewel-crux/pom.xml   |  20 +-
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  10 +-
 examples/express/pom.xml   |  40 ++--
 examples/jewel/TourDeJewel/pom.xml | 238 ++---
 examples/jewel/pom.xml |  34 +--
 examples/jewel/todomvc/pom.xml |  14 +-
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/DataGridExample/pom.xml  |  10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +-
 examples/mxroyale/ResourceManagerExample/pom.xml   |   6 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  48 ++---
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   4 +-
 examples/royale/ASDoc/pom.xml  |  20 +-
 examples/royale/AccordionExample/pom.xml   |  12 +-
 examples/royale/AlertExample/pom.xml   |  14 +-
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/ro

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

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

commit dc654b9f4b0fd98847deb2d16bc860da935e6288
Author: yishayw 
AuthorDate: Thu Apr 27 12:35:12 2023 +

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 8d4daeb02e..39f8f13b72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
 3.5.4
 
 1.2.1
-
0.9.10-SNAPSHOT
-0.9.10-SNAPSHOT
+0.9.10
+0.9.10
 
 JSRoyale
 true



[royale-asjs] branch release/0.9.10 created (now 3a29b0087b)

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

No new revisions were added by this update.



[royale-asjs] branch develop updated (cec2b62d4b -> 7a6911ca14)

2023-04-27 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 cec2b62d4b Added offsetX and Y for the ContextMenu bead
 add 3a29b0087b [maven-release-plugin] prepare branch @{releaseLabel}
 add 7a6911ca14 [maven-release-plugin] prepare for next development 
iteration

No new revisions were added by this update.

Summary of changes:
 archetypes/pom.xml |   4 +-
 .../royale-jewel-application-archetype/pom.xml |   4 +-
 archetypes/royale-jewel-library-archetype/pom.xml  |   4 +-
 .../pom.xml|   4 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-compjsc/pom.xml |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmljsc/pom.xml |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 150 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../pom.xml|  18 +-
 .../pom.xml|  10 +-
 .../pom.xml|  14 +-
 .../pom.xml|  14 +-
 .../JewelModule/pom.xml|   4 +-
 .../MainJewelApp/pom.xml   |   4 +-
 .../pom.xml|  14 +-
 .../BE0014_Working_with_vector_graphics/pom.xml|  18 +-
 examples/blog/pom.xml  |  32 +--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml|  10 +-
 examples/crux/CruxQuickStart/pom.xml   |  10 +-
 examples/crux/CruxQuickStartBasic/pom.xml  |  10 +-
 examples/crux/pom.xml  |  48 ++---
 examples/crux/todomvc-jewel-crux/pom.xml   |  20 +-
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |  10 +-
 examples/express/pom.xml   |  40 ++--
 examples/jewel/TourDeJewel/pom.xml | 238 ++---
 examples/jewel/pom.xml |  34 +--
 examples/jewel/todomvc/pom.xml |  14 +-
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/DataGridExample/pom.xml  |  10 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +-
 examples/mxroyale/ResourceManagerExample/pom.xml   |   6 +-
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  48 ++---
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   4 +-
 examples/royale/ASDoc/pom.xml  |  20 +-
 examples/royale/AccordionExample/pom.xml   |  12 +-
 examples/royale/AlertExample/pom.xml   |  14 +-
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/royale/CreateJSExample/pom.xml|  10 +-
 examples/royale/CreditCardValidatorExample/pom.xml |   8 +-
 examples/royale/DataBindingExample/pom.xml |  14 +-
 .../DataBindingExampleWithFlexLayout/pom.xml   |  14 +-
 examples/royale

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

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 4ab4dcedaebc547422cc8eb634d3cd241b7fcc6d
Author: yishayw 
AuthorDate: Thu Apr 27 12:14:00 2023 +

[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 7591d3a..65fdcb4 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,11 +50,11 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
 
   
 
-2023-04-27T12:12:49Z
+
diff --git a/ace/pom.xml b/ace/pom.xml
index 76d91f5..77b5da9 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
 
   
 1.2.3
-  
2023-04-27T12:12:49Z
+  
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 4a1cb89..0f7272e 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,17 +22,17 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
 
   
-  
2023-04-27T12:12:49Z
+  
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index 6f06a8d..c50f63a 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
 
   
 4.11
-  
2023-04-27T12:12:49Z
+  
 
   
 
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index 60efb59..25c9e0e 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -34,7 +34,7 @@
   
 0.8.0
 0.6.2
-  
2023-04-27T12:12:49Z
+  
 
   
 
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index d5fd610..8058d87 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
 
   
 v3_11
-  
2023-04-27T12:12:49Z
+  
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 8abcd90..9de13a4 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
 
   
 2.0
-  
2023-04-27T12:12:49Z
+  
 
   
 
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index d08fd80..772a8b1 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
 
   
 1.9

[royale-typedefs] branch release/0.9.10 updated (d2c86a6 -> 4ab4dce)

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from d2c86a6  update royale.compiler.version in pom
 new bd23628  [maven-release-plugin] prepare release 
org.apache.royale.typedefs-0.9.10-rc2
 new 4ab4dce  [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] annotated tag org.apache.royale.typedefs-0.9.10-rc2 updated (bd23628 -> d711d54)

2023-04-27 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.10-rc2
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


*** WARNING: tag org.apache.royale.typedefs-0.9.10-rc2 was modified! ***

from bd23628  (commit)
  to d711d54  (tag)
 tagging bd236284d9498064c80aea874bc009777ffa9859 (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Thu Apr 27 12:13:52 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.typedefs-0.9.10-rc2
---


No new revisions were added by this update.

Summary of changes:



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

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit bd236284d9498064c80aea874bc009777ffa9859
Author: yishayw 
AuthorDate: Thu Apr 27 12:13:52 2023 +

[maven-release-plugin] prepare release org.apache.royale.typedefs-0.9.10-rc2
---
 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 e31f9f2..7591d3a 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-gcl
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,11 +50,11 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
 
   
 
-
+2023-04-27T12:12:49Z
diff --git a/ace/pom.xml b/ace/pom.xml
index 0d124b8..76d91f5 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-ace
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Ace
 
   
 1.2.3
-  
+  
2023-04-27T12:12:49Z
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 669ab66..4a1cb89 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,17 +22,17 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-airglobal
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: airglobal
 
   
-  
+  
2023-04-27T12:12:49Z
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b8f5fd1..6f06a8d 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-cordova
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Cordova
 
   
 4.11
-  
+  
2023-04-27T12:12:49Z
 
   
 
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index fa58b7d..60efb59 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-createjs
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -34,7 +34,7 @@
   
 0.8.0
 0.6.2
-  
+  
2023-04-27T12:12:49Z
 
   
 
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 02a2a5e..d5fd610 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-googlemaps
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
 
   
 v3_11
-  
+  
2023-04-27T12:12:49Z
 
   
 
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 73b9eb8..8abcd90 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-jasmine
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: Jasmine
 
   
 2.0
-  
+  
2023-04-27T12:12:49Z
 
   
 
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 208c7d9..d08fd80 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.10
   
 
   royale-typedefs-jquery
-  0.9.10-SNAPSHOT
+  0.9.10
   swc
 
   Apache Royale: TypeDefs: JQuery

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

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

commit d2c86a62f6c3817677cffa478a03453f26891b25
Author: yishayw 
AuthorDate: Thu Apr 27 12:09:43 2023 +

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 ce155b9..44aa778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 3.3.1
 
 1.2.1
-0.9.10-SNAPSHOT
+0.9.10
 
 apache-release
 



[royale-typedefs] branch release/0.9.10 created (now c9292cd)

2023-04-27 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


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

No new revisions were added by this update.



[royale-typedefs] branch develop updated (d0820bb -> 8a3bbd6)

2023-04-27 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 d0820bb  Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
 new c9292cd  [maven-release-plugin] prepare branch @{releaseLabel}
 new 8a3bbd6  [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] 02/02: [maven-release-plugin] prepare for next development iteration

2023-04-27 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 8a3bbd69b40eaa67b079d962669850b189dd7905
Author: yishayw 
AuthorDate: Thu Apr 27 12:06:15 2023 +

[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 e31f9f2..65fdcb4 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,7 +50,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/ace/pom.xml b/ace/pom.xml
index 0d124b8..77b5da9 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 669ab66..0f7272e 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b8f5fd1..c50f63a 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index fa58b7d..25c9e0e 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 02a2a5e..8058d87 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 73b9eb8..9de13a4 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 208c7d9..772a8b1 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
@@ -156,7 +156,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10-SNAPSHOT
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/js/pom.xml b/js/pom.xml
index 9689a9f..33f2113 100644
--- a/js/pom.xml
+++ b/js

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

2023-04-27 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 c9292cddbdad9b96567302e24de459cea8740fa0
Author: yishayw 
AuthorDate: Thu Apr 27 12:06:14 2023 +

[maven-release-plugin] prepare branch @{releaseLabel}
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f0ba85..ce155b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 https://github.com/apache/royale-typedefs
-HEAD
+release/0.9.10
   
 
   



[royale-typedefs] branch develop updated (5e60084 -> d0820bb)

2023-04-27 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 5e60084  skip cache consistently for all typedefs
 new 8074f0a  Revert "[maven-release-plugin] prepare for next development 
iteration"
 new d0820bb  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  | 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: Revert "[maven-release-plugin] prepare for next development iteration"

2023-04-27 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 8074f0ae1359b11bfffb8de7315bb9d0737840fb
Author: Yishay Weiss 
AuthorDate: Thu Apr 27 15:01:18 2023 +0300

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

This reverts commit 903bc808ff30c078286f235faf93a24f7e7ed47f.
---
 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 65fdcb4..e31f9f2 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,7 +50,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/ace/pom.xml b/ace/pom.xml
index 77b5da9..0d124b8 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 0f7272e..669ab66 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
diff --git a/cordova/pom.xml b/cordova/pom.xml
index c50f63a..b8f5fd1 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index 25c9e0e..fa58b7d 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 8058d87..02a2a5e 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
@@ -89,7 +89,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 9de13a4..73b9eb8 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
@@ -102,7 +102,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index 772a8b1..208c7d9 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.11-SNAPSHOT
+0.9.10-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
@@ -156,7 +156,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.11-SNAPSHOT
+  0.9.10-SNAPSHOT
   swc
   typedefs
   runtime

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

2023-04-27 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 d0820bb6b7e2fbd11ee5ff55b9f4fa534569c0c3
Author: Yishay Weiss 
AuthorDate: Thu Apr 27 15:01:21 2023 +0300

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

This reverts commit 20d80e0ff99aa48191b9e0b3a3d34e29f99c5668.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce155b9..2f0ba85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 
scm:git:https://gitbox.apache.org/repos/asf/royale-typedefs.git
 https://github.com/apache/royale-typedefs
-release/0.9.10
+HEAD
   
 
   



[royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.10-rc2 updated (91a4016 -> 5791e09)

2023-04-19 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.10-rc2
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


*** WARNING: tag org.apache.royale.typedefs-0.9.10-rc2 was modified! ***

from 91a4016  (commit)
  to 5791e09  (tag)
 tagging 91a4016e22a1e0a7ac63285b5ee9576daf5e0cbf (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Wed Apr 19 06:55:12 2023 +

- Log -
[maven-release-plugin] copy for tag org.apache.royale.typedefs-0.9.10-rc2
---


No new revisions were added by this update.

Summary of changes:



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

2023-04-19 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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

commit 6cf0c026fe450178d11345c619dde027cdbb87ed
Author: yishayw 
AuthorDate: Wed Apr 19 06:55:20 2023 +

[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 cee4433..65fdcb4 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-gcl
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GCL
@@ -50,11 +50,11 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
 
   
 
-2023-04-19T06:54:09Z
+
diff --git a/ace/pom.xml b/ace/pom.xml
index 7ee3ea7..126d2b2 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-ace
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Ace
 
   
 1.2.3
-  
2023-04-19T06:54:09Z
+  
 
   
 
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 4b0cfa8..0f7272e 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -22,17 +22,17 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-airglobal
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: airglobal
 
   
-  
2023-04-19T06:54:09Z
+  
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index f0c9ea1..c50f63a 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-cordova
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Cordova
 
   
 4.11
-  
2023-04-19T06:54:09Z
+  
 
   
 
@@ -67,7 +67,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/createjs/pom.xml b/createjs/pom.xml
index ea1e0a3..25c9e0e 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-createjs
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: CreateJS
@@ -34,7 +34,7 @@
   
 0.8.0
 0.6.2
-  
2023-04-19T06:54:09Z
+  
 
   
 
@@ -230,7 +230,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 8e31393..b3a2db2 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-googlemaps
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: GoogleMaps
 
   
 v3_11
-  
2023-04-19T06:54:09Z
+  
 
   
 
@@ -88,7 +88,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 6b14364..e81d971 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jasmine
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: Jasmine
 
   
 2.0
-  
2023-04-19T06:54:09Z
+  
 
   
 
@@ -100,7 +100,7 @@
 
   org.apache.royale.typedefs
   royale-typedefs-js
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
   typedefs
   runtime
diff --git a/jquery/pom.xml b/jquery/pom.xml
index b28be8f..ae33363 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -22,18 +22,18 @@
   
 org.apache.royale.typedefs
 royale-typedefs-parent
-0.9.10
+0.9.11-SNAPSHOT
   
 
   royale-typedefs-jquery
-  0.9.10
+  0.9.11-SNAPSHOT
   swc
 
   Apache Royale: TypeDefs: JQuery
 
   
 1.9

[royale-typedefs] branch release/0.9.10 updated (e138e90 -> 6cf0c02)

2023-04-19 Thread yishayw
This is an automated email from the ASF dual-hosted git repository.

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


from e138e90  update royale.compiler.version in pom
 new 91a4016  [maven-release-plugin] prepare release 
org.apache.royale.typedefs-0.9.10-rc2
 new 6cf0c02  [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(-)



  1   2   3   4   5   6   7   8   9   10   >