This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit d65b09cda1f7fd93ba3ba4ef09d4b0119778fb94 Author: Alex Harui <[email protected]> AuthorDate: Sat Jan 6 21:29:14 2018 -0800 remove references to 0.8.0 and update to 0.9.0 if necessary --- .../royale-simple-application-pure-swf-archetype/pom.xml | 6 +++--- distribution/pom.xml | 3 ++- examples/royale/ASDoc/build.xml | 2 +- .../royale/CordovaCameraExample/CordovaCameraExample-app.xml | 2 +- examples/royale/Flex2Royale/build.xml | 2 +- examples/royale/ListExample/pom.xml | 10 +--------- examples/royale/MDLBlogExample/pom.xml | 2 +- examples/royale/MDLExample/.vscode/tasks.json | 1 - examples/royale/MapSearch/MapSearch-app.xml | 2 +- examples/royale/MobileMap/MobileMap-app.xml | 2 +- examples/royale/MobileStocks/MobileStocks-app.xml | 2 +- examples/royale/RoyaleThemes/.vscode/tasks.json | 1 - examples/royale/StorageExample/StorageExample-app.xml | 2 +- frameworks/projects/.vscode/tasks.json | 1 - .../Basic/src/main/royale/org/apache/royale/html/Label.as | 2 +- .../Basic/src/main/royale/org/apache/royale/html/TextArea.as | 4 ++-- frameworks/projects/Core/.vscode/tasks.json | 1 - .../main/royale/org/apache/royale/events/CollectionEvent.as | 8 ++++---- frameworks/projects/HTML/.vscode/tasks.json | 1 - frameworks/projects/MaterialDesignLite/.vscode/tasks.json | 1 - 20 files changed, 21 insertions(+), 34 deletions(-) diff --git a/archetypes/royale-simple-application-pure-swf-archetype/pom.xml b/archetypes/royale-simple-application-pure-swf-archetype/pom.xml index dcb47de..2ee585a 100644 --- a/archetypes/royale-simple-application-pure-swf-archetype/pom.xml +++ b/archetypes/royale-simple-application-pure-swf-archetype/pom.xml @@ -34,9 +34,9 @@ <description>Maven archetype for creating Royale Maven project for building a simple Royale application with only Flash output.</description> <!-- - mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-application-archetype -DarchetypeVersion=0.8.0 - mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-js-application-archetype -DarchetypeVersion=0.8.0 - mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-swf-application-archetype -DarchetypeVersion=0.8.0 + mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-application-archetype -DarchetypeVersion=x.x.x + mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-js-application-archetype -DarchetypeVersion=x.x.x + mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-swf-application-archetype -DarchetypeVersion=x.x.x --> </project> diff --git a/distribution/pom.xml b/distribution/pom.xml index db37c52..63657eb 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -440,10 +440,11 @@ <!-- Fonts --> <!-- Disabled as currently font swf compilation is deactivated --> + <!-- Update the version when re-enabling --> <!--dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Fonts</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>x.x.x-SNAPSHOT</version> <type>swf</type> </dependency--> <dependency> diff --git a/examples/royale/ASDoc/build.xml b/examples/royale/ASDoc/build.xml index 552fb5e..463da13 100644 --- a/examples/royale/ASDoc/build.xml +++ b/examples/royale/ASDoc/build.xml @@ -64,7 +64,7 @@ <arg value="-debug=true" /> <arg value="-output=${basedir}/bin-debug" /> <arg value="-window-title=Apache Royale API Reference" /> - <arg value="-main-title=Apache Royale 0.8.0 API Reference " /> + <arg value="-main-title=Apache Royale ${release.version} API Reference " /> <arg value="-footer=The Apache Software Foundation" /> <arg value="+playerglobal.version=${playerglobal.version}" /> <arg value="+env.PLAYERGLOBAL_HOME=${env.PLAYERGLOBAL_HOME}" /> diff --git a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml index 3547478..a7f0239 100644 --- a/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml +++ b/examples/royale/CordovaCameraExample/CordovaCameraExample-app.xml @@ -45,7 +45,7 @@ <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. Values can also be 1-part or 2-part. It is not necessary to have a 3-part value. An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . --> - <versionNumber>0.8.0</versionNumber> + <versionNumber>0.9.0</versionNumber> <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. --> <!-- <versionLabel></versionLabel> --> diff --git a/examples/royale/Flex2Royale/build.xml b/examples/royale/Flex2Royale/build.xml index 8881d1a..4458870 100644 --- a/examples/royale/Flex2Royale/build.xml +++ b/examples/royale/Flex2Royale/build.xml @@ -63,7 +63,7 @@ <arg value="-debug=true" /> <arg value="-output=${basedir}/bin-debug" /> <arg value="-window-title=Apache Royale API Reference" /> - <arg value="-main-title=Apache Royale 0.8.0 API Reference " /> + <arg value="-main-title=Apache Royale ${release.version} API Reference " /> <arg value="-footer=The Apache Software Foundation" /> <arg value="+playerglobal.version=${playerglobal.version}" /> <arg value="+env.PLAYERGLOBAL_HOME=${env.PLAYERGLOBAL_HOME}" /> diff --git a/examples/royale/ListExample/pom.xml b/examples/royale/ListExample/pom.xml index 11c9af0..dbee60d 100644 --- a/examples/royale/ListExample/pom.xml +++ b/examples/royale/ListExample/pom.xml @@ -49,15 +49,7 @@ </plugins> </build> - <dependencies> - <!-- Already added in parent --> - <!--dependency> - <groupId>org.apache.royale.framework</groupId> - <artifactId>Core</artifactId> - <version>0.8.0-SNAPSHOT</version> - <type>swc</type> - </dependency--> - + <dependencies> <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Network</artifactId> diff --git a/examples/royale/MDLBlogExample/pom.xml b/examples/royale/MDLBlogExample/pom.xml index 1b693af..f72e1ab 100644 --- a/examples/royale/MDLBlogExample/pom.xml +++ b/examples/royale/MDLBlogExample/pom.xml @@ -56,7 +56,7 @@ <configuration> <mainClass>App.mxml</mainClass> <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate> - <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.8.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions> + <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions> </configuration> </plugin> </plugins> diff --git a/examples/royale/MDLExample/.vscode/tasks.json b/examples/royale/MDLExample/.vscode/tasks.json index 0a824bc..f207ad4 100644 --- a/examples/royale/MDLExample/.vscode/tasks.json +++ b/examples/royale/MDLExample/.vscode/tasks.json @@ -1,7 +1,6 @@ { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format - //"--royaleHome=/Users/carlosrovira/Dev/Flex/sdks/royale-0.8.0" "version": "0.1.0", "command": "mvn", "args": ["clean", "install", "-DskipTests"], diff --git a/examples/royale/MapSearch/MapSearch-app.xml b/examples/royale/MapSearch/MapSearch-app.xml index fc703f1..8d3dc86 100644 --- a/examples/royale/MapSearch/MapSearch-app.xml +++ b/examples/royale/MapSearch/MapSearch-app.xml @@ -45,7 +45,7 @@ <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. Values can also be 1-part or 2-part. It is not necessary to have a 3-part value. An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . --> - <versionNumber>0.8.0</versionNumber> + <versionNumber>0.9.0</versionNumber> <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. --> <!-- <versionLabel></versionLabel> --> diff --git a/examples/royale/MobileMap/MobileMap-app.xml b/examples/royale/MobileMap/MobileMap-app.xml index 9f95eab..9e1062f 100644 --- a/examples/royale/MobileMap/MobileMap-app.xml +++ b/examples/royale/MobileMap/MobileMap-app.xml @@ -45,7 +45,7 @@ <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. Values can also be 1-part or 2-part. It is not necessary to have a 3-part value. An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . --> - <versionNumber>0.8.0</versionNumber> + <versionNumber>0.9.0</versionNumber> <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. --> <!-- <versionLabel></versionLabel> --> diff --git a/examples/royale/MobileStocks/MobileStocks-app.xml b/examples/royale/MobileStocks/MobileStocks-app.xml index 02962f3..31eab20 100644 --- a/examples/royale/MobileStocks/MobileStocks-app.xml +++ b/examples/royale/MobileStocks/MobileStocks-app.xml @@ -45,7 +45,7 @@ <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. Values can also be 1-part or 2-part. It is not necessary to have a 3-part value. An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . --> - <versionNumber>0.8.0</versionNumber> + <versionNumber>0.9.0</versionNumber> <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. --> <!-- <versionLabel></versionLabel> --> diff --git a/examples/royale/RoyaleThemes/.vscode/tasks.json b/examples/royale/RoyaleThemes/.vscode/tasks.json index ba97ffc..5d6198d 100644 --- a/examples/royale/RoyaleThemes/.vscode/tasks.json +++ b/examples/royale/RoyaleThemes/.vscode/tasks.json @@ -1,6 +1,5 @@ { // for the documentation about the tasks.json format - //"--royaleHome=/Users/carlosrovira/Dev/Royale/sdks/royale-0.8.0" "version": "0.1.0", "command": "mvn", "args": ["clean", "install", "-DskipTests"], diff --git a/examples/royale/StorageExample/StorageExample-app.xml b/examples/royale/StorageExample/StorageExample-app.xml index f88577b..fc78785 100644 --- a/examples/royale/StorageExample/StorageExample-app.xml +++ b/examples/royale/StorageExample/StorageExample-app.xml @@ -45,7 +45,7 @@ <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. Values can also be 1-part or 2-part. It is not necessary to have a 3-part value. An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . --> - <versionNumber>0.8.0</versionNumber> + <versionNumber>0.9.0</versionNumber> <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. --> <!-- <versionLabel></versionLabel> --> diff --git a/frameworks/projects/.vscode/tasks.json b/frameworks/projects/.vscode/tasks.json index 0a824bc..f207ad4 100644 --- a/frameworks/projects/.vscode/tasks.json +++ b/frameworks/projects/.vscode/tasks.json @@ -1,7 +1,6 @@ { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format - //"--royaleHome=/Users/carlosrovira/Dev/Flex/sdks/royale-0.8.0" "version": "0.1.0", "command": "mvn", "args": ["clean", "install", "-DskipTests"], diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Label.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Label.as index 701b436..12fa938 100644 --- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Label.as +++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Label.as @@ -35,7 +35,7 @@ package org.apache.royale.html * @langversion 3.0 * @playerversion Flash 10.2 * @playerversion AIR 2.6 - * @productversion Royale 0.8.0 + * @productversion Royale 0.9.0 */ [Event(name="click", type="org.apache.royale.events.MouseEvent")] diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/TextArea.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/TextArea.as index 8a4cf37..a6d7c03 100644 --- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/TextArea.as +++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/TextArea.as @@ -35,7 +35,7 @@ package org.apache.royale.html * @langversion 3.0 * @playerversion Flash 10.2 * @playerversion AIR 2.6 - * @productversion Royale 0.8.0 + * @productversion Royale 0.9.0 */ [Event(name="change", type="org.apache.royale.events.Event")] @@ -168,7 +168,7 @@ package org.apache.royale.html * @langversion 3.0 * @playerversion Flash 10.2 * @playerversion AIR 2.6 - * @productversion Royale 0.8.0 + * @productversion Royale 0.9.0 */ public function textChangeHandler(event:Event):void { diff --git a/frameworks/projects/Core/.vscode/tasks.json b/frameworks/projects/Core/.vscode/tasks.json index 0a824bc..f207ad4 100644 --- a/frameworks/projects/Core/.vscode/tasks.json +++ b/frameworks/projects/Core/.vscode/tasks.json @@ -1,7 +1,6 @@ { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format - //"--royaleHome=/Users/carlosrovira/Dev/Flex/sdks/royale-0.8.0" "version": "0.1.0", "command": "mvn", "args": ["clean", "install", "-DskipTests"], diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/CollectionEvent.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/CollectionEvent.as index 6831ca5..8f026b1 100644 --- a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/CollectionEvent.as +++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/CollectionEvent.as @@ -25,7 +25,7 @@ package org.apache.royale.events * @langversion 3.0 * @playerversion Flash 10.2 * @playerversion AIR 2.6 - * @productversion Royale 0.8.0 + * @productversion Royale 0.9.0 */ public class CollectionEvent extends Event { @@ -49,7 +49,7 @@ package org.apache.royale.events * @langversion 3.0 * @playerversion Flash 10.2 * @playerversion AIR 2.6 - * @productversion Royale 0.8.0 + * @productversion Royale 0.9.0 */ public function CollectionEvent(type:String, bubbles:Boolean=false, cancelable:Boolean=false) { @@ -72,7 +72,7 @@ package org.apache.royale.events * @langversion 3.0 * @playerversion Flash 10.2 * @playerversion AIR 2.6 - * @productversion Royale 0.8.0 + * @productversion Royale 0.9.0 */ public var item:Object; @@ -82,7 +82,7 @@ package org.apache.royale.events * @langversion 3.0 * @playerversion Flash 10.2 * @playerversion AIR 2.6 - * @productversion Royale 0.8.0 + * @productversion Royale 0.9.0 */ public var items:Array; diff --git a/frameworks/projects/HTML/.vscode/tasks.json b/frameworks/projects/HTML/.vscode/tasks.json index 0a824bc..f207ad4 100644 --- a/frameworks/projects/HTML/.vscode/tasks.json +++ b/frameworks/projects/HTML/.vscode/tasks.json @@ -1,7 +1,6 @@ { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format - //"--royaleHome=/Users/carlosrovira/Dev/Flex/sdks/royale-0.8.0" "version": "0.1.0", "command": "mvn", "args": ["clean", "install", "-DskipTests"], diff --git a/frameworks/projects/MaterialDesignLite/.vscode/tasks.json b/frameworks/projects/MaterialDesignLite/.vscode/tasks.json index 0a824bc..f207ad4 100644 --- a/frameworks/projects/MaterialDesignLite/.vscode/tasks.json +++ b/frameworks/projects/MaterialDesignLite/.vscode/tasks.json @@ -1,7 +1,6 @@ { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format - //"--royaleHome=/Users/carlosrovira/Dev/Flex/sdks/royale-0.8.0" "version": "0.1.0", "command": "mvn", "args": ["clean", "install", "-DskipTests"], -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
