[royale-asjs] branch develop updated: 0.9.11-SNAPSHOT was missed in a few places

2023-02-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository.

joshtynjala 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 968e36e701 0.9.11-SNAPSHOT was missed in a few places
968e36e701 is described below

commit 968e36e7019ec6776a8331699c77a940f6d60106
Author: Josh Tynjala 
AuthorDate: Mon Feb 6 13:12:26 2023 -0800

0.9.11-SNAPSHOT was missed in a few places
---
 archetypes/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 examples/amf/SampleAmfWebApp/README.txt|  2 +-
 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/CruxQuickStartMX/pom.xml |  8 ++--
 examples/crux/SampleLib/pom.xml| 26 +--
 examples/examples-integrationtests/pom.xml | 54 +++---
 .../src/main/royale/WelcomeSection.mxml|  2 +-
 examples/jewel/royale-website/pom.xml  | 22 -
 examples/mxroyale/DataGridInlineExample/pom.xml| 10 ++--
 examples/mxroyale/FileReference/pom.xml|  6 +--
 examples/mxroyale/RemoteObjectAMFTest/README.txt   |  2 +-
 examples/mxroyale/TabNavigatorExample/pom.xml  |  6 +--
 examples/pom.xml   |  2 +-
 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/MapSearch/asconfig.json|  2 +-
 examples/royale/RemoteObjectAMFTestBasic/pom.xml   | 12 ++---
 .../MXRoyaleBaseJS/src/test/royale/build.xml   |  4 +-
 frameworks/projects/MXRoyale/pom.xml   |  4 +-
 .../MXRoyaleBase/src/test/royale/build.xml |  4 +-
 manualtests/pom.xml|  2 +-
 pom.xml|  4 +-
 testsuite/pom.xml  |  4 +-
 33 files changed, 162 insertions(+), 162 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 7f1514755b..9794d3bfc1 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -33,7 +33,7 @@
   Maven archetypes for creating royale maven 
projects
 
   
-0.9.10-SNAPSHOT
+0.9.11-SNAPSHOT
   
   
   
diff --git 
a/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/pom.xml
index e30dca190a..1da576d130 100644
--- 
a/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/royale-jewel-library-archetype/src/main/resources/archetype-resources/pom.xml
@@ -37,7 +37,7 @@
 
   
 true
-0.9.9-SNAPSHOT
+0.9.11-SNAPSHOT
 
${dollar}{basedir}/target/javascript/bin/js-debug
 
${dollar}{basedir}/target/javascript/bin/js-release
   
diff --git a/examples/amf/SampleAmfWebApp/README.txt 
b/examples/amf/SampleAmfWebApp/README.txt
index 8442f9210e..45d61e7d6e 100644
--- a/examples/amf/SampleAmfWebApp/README.txt
+++ b/examples/amf/SampleAmfWebApp/README.txt
@@ -44,7 +44,7 @@ Note: At this time some parts of the example only can be 
build with maven, we'll
 2. Build SampleAmfWebApp with maven using "mvn clean install". This generates 
the Java Web App with AMF support and will overlay the RemoteObjectAMFTest 
client compiled in the previous step
 (this project)
 
-3. Launch SampleAmfWebApp in the embedded Jetty web server with "java -jar 
target/SampleAmfWebApp-0.9.7-SNAPSHOT-exec.war". You should be in root 
SampleAmfWebApp folder. Notice: that SNAPSHOT number is just an example and can 
be different
+3. Launch SampleAmfWebApp in the embedded Jetty web server with "java -jar 
target/SampleAmfWebApp-0.9.11-SNAPSHOT-exec.war". You should be in root 
SampleAmfWebApp folder. Notice: that SNAPSHOT number is just an example and can 
be different
 
 4. In a browser launch "http://localhost:8080; and try the examples.
 
diff --git a/examples/amf/SampleAmfWebApp/pom-royale-basic.xml 
b/examples/amf/SampleAmfWebApp/pom-royale-basic.xml
index 798fc6ae6e..34499a31c1 100644
--- a/examples/amf/SampleAmfWebApp/pom-royale-basic.xml
+++ b/examples/amf/SampleAmfWebApp/pom-royale-basic.xml
@@ -22,11 +22,11 @@
   
 org.apache.royale.examples
 examples-amf-webapps
-0.9.9-SNAPSHOT
+

[royale-asjs] branch develop updated (7324b05824 -> 45bc30ac0a)

2023-02-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository.

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


from 7324b05824 [maven-release-plugin] prepare for next development 
iteration
 add e0a57e28da Maven: update to flex-sdk-converter-maven-extension 
1.1.0-SNAPSHOT
 add 45bc30ac0a Maven: Flash/AIR 32.0 instead of 20.0 for option-with-swf

No new revisions were added by this update.

Summary of changes:
 .mvn/extensions.xml|  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  4 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 examples/crux/AppWithLib/pom.xml   |  2 +-
 examples/crux/SampleLib/pom.xml|  4 +-
 pom.xml|  4 +-
 settings-template.xml  | 73 ++
 10 files changed, 85 insertions(+), 12 deletions(-)
 create mode 100644 settings-template.xml



[royale-asjs] annotated tag org.apache.royale.framework-0.9.10-rc1 updated (663fea9748 -> 950559d29f)

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


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

from 663fea9748 (commit)
  to 950559d29f (tag)
 tagging 663fea97482eb135de8d1952816f8eac85add02f (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Mon Feb 6 17:05:54 2023 +

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


No new revisions were added by this update.

Summary of changes:



[royale-asjs] branch release/0.9.10 updated (5a361f79e5 -> d9b0c60153)

2023-02-06 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 5a361f79e5 update project.royale.compiler.version and 
royale.typedefs.version in pom
 new 663fea9748 [maven-release-plugin] prepare release 
org.apache.royale.framework-0.9.10-rc1
 new d9b0c60153 [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 +-
 

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

2023-02-06 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 5a361f79e5 update project.royale.compiler.version and 
royale.typedefs.version in pom
5a361f79e5 is described below

commit 5a361f79e5dc7fe4573e42a22427f1d3ec655770
Author: yishayw 
AuthorDate: Mon Feb 6 13:03:57 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 f88957f58d..5dc38646a3 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 ec6e54b7f3)

2023-02-06 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 ec6e54b7f3 [maven-release-plugin] prepare branch @{releaseLabel}

No new revisions were added by this update.



[royale-asjs] branch develop updated (149393f5cc -> 7324b05824)

2023-02-06 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 149393f5cc Change location of CI asstets for release scripts
 new ec6e54b7f3 [maven-release-plugin] prepare branch @{releaseLabel}
 new 7324b05824 [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/royale/CreateJSExample/pom.xml|  10 +-
 

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

2023-02-06 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

commit ec6e54b7f3a4a55ef790fd23b0cfd6327d57b2fa
Author: yishayw 
AuthorDate: Mon Feb 6 12:50:55 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 99cec79957..f88957f58d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/royale-asjs.git
 
scm:git:https://gitbox.apache.org/repos/asf/royale-asjs.git
 https://github.com/apache/royale-asjs
-HEAD
+release/0.9.10
   
 
   



[royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.10-rc1 updated (525f6c0 -> bebc73d)

2023-02-06 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-rc1
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


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

from 525f6c0  (commit)
  to bebc73d  (tag)
 tagging 525f6c0f9ddc493ed79ff0e7d9cf631d810ee531 (commit)
 replaces apache-royale-0.9.9
  by ApacheRoyale
  on Mon Feb 6 11:15:35 2023 +

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


No new revisions were added by this update.

Summary of changes:



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

2023-02-06 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 b2c0141e500750d1d5ad6ce55167fb6787eaf6b7
Author: yishayw 
AuthorDate: Mon Feb 6 11:15:43 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 9d430c6..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-02-06T11:14:35Z
+
diff --git a/ace/pom.xml b/ace/pom.xml
index 911b47c..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-02-06T11:14:35Z
+  
 
   
 
@@ -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 5e2195b..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-02-06T11:14:35Z
+  
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b03d1ec..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-02-06T11:14:35Z
+  
 
   
 
@@ -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 eeae6f0..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-02-06T11:14:35Z
+  
 
   
 
@@ -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 28066b2..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-02-06T11:14:35Z
+  
 
   
 
@@ -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 ad975e3..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-02-06T11:14:35Z
+  
 
   
 
@@ -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 c81cbca..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 (64a12af -> b2c0141)

2023-02-06 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 64a12af  update royale.compiler.version in pom
 new 525f6c0  [maven-release-plugin] prepare release 
org.apache.royale.typedefs-0.9.10-rc1
 new b2c0141  [maven-release-plugin] prepare for next development iteration

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


Summary of changes:
 GCL/pom.xml  | 6 +++---
 ace/pom.xml  | 6 +++---
 airglobal/pom.xml| 4 ++--
 cordova/pom.xml  | 6 +++---
 createjs/pom.xml | 6 +++---
 google_maps/pom.xml  | 6 +++---
 jasmine/pom.xml  | 6 +++---
 jquery/pom.xml   | 6 +++---
 js/pom.xml   | 4 ++--
 node/pom.xml | 6 +++---
 playerglobal/pom.xml | 4 ++--
 pom.xml  | 2 +-
 12 files changed, 31 insertions(+), 31 deletions(-)



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

2023-02-06 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 525f6c0f9ddc493ed79ff0e7d9cf631d810ee531
Author: yishayw 
AuthorDate: Mon Feb 6 11:15:35 2023 +

[maven-release-plugin] prepare release org.apache.royale.typedefs-0.9.10-rc1
---
 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..9d430c6 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-02-06T11:14:35Z
diff --git a/ace/pom.xml b/ace/pom.xml
index 33722dc..911b47c 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-02-06T11:14:35Z
 
   
 
@@ -88,7 +88,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..5e2195b 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-02-06T11:14:35Z
 
   
 src/main/royale
diff --git a/cordova/pom.xml b/cordova/pom.xml
index b8f5fd1..b03d1ec 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-02-06T11:14:35Z
 
   
 
@@ -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..eeae6f0 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-02-06T11:14:35Z
 
   
 
@@ -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 4c9dc84..28066b2 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-02-06T11:14:35Z
 
   
 
@@ -88,7 +88,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 02dfdb8..ad975e3 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-02-06T11:14:35Z
 
   
 
@@ -100,7 +100,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 65f8f26..c81cbca 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-02-06 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 64a12af  update royale.compiler.version in pom
64a12af is described below

commit 64a12af4306f0a9951fd0274550ca4b78f38231d
Author: yishayw 
AuthorDate: Mon Feb 6 11:09:30 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 955b014)

2023-02-06 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 955b014  [maven-release-plugin] prepare branch @{releaseLabel}

No new revisions were added by this update.



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

2023-02-06 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 4240d1538096b3895e116fb8cb460bacbcb695f4
Author: yishayw 
AuthorDate: Mon Feb 6 08:36:28 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 33722dc..126d2b2 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
@@ -88,7 +88,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 4c9dc84..b3a2db2 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
@@ -88,7 +88,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 02dfdb8..e81d971 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
@@ -100,7 +100,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 65f8f26..ae33363 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
@@ -154,7 +154,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 5153963..9b415e4 100644
--- a/js/pom.xml
+++ 

[royale-typedefs] branch develop updated (8f2fa8d -> 4240d15)

2023-02-06 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 8f2fa8d  Change location of CI asstets for release scripts
 new 955b014  [maven-release-plugin] prepare branch @{releaseLabel}
 new 4240d15  [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(-)