Skip to content

Commit 1281408

Browse files
committed
[maven-release-plugin] prepare release org.apache.royale.framework-0.9.8-rc7
1 parent d8ece33 commit 1281408

File tree

263 files changed

+1679
-1695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+1679
-1695
lines changed

archetypes/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-maven-archetypes</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>pom</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes</name>
3333
<description>Maven archetypes for creating royale maven projects</description>
3434

3535
<properties>
3636
<royale.framework.version>${project.version}</royale.framework.version>
37-
</properties>
37+
<project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties>
3838

3939
<modules>
4040
<module>royale-simple-application-archetype</module>

archetypes/royale-jewel-application-archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-maven-archetypes</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-jewel-application-archetype</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>maven-archetype</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes: Jewel Royale Application</name>
@@ -42,4 +42,4 @@
4242
</extensions>
4343
</build>
4444

45-
</project>
45+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

archetypes/royale-jewel-library-archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-maven-archetypes</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-jewel-library-archetype</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>maven-archetype</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes: Jewel Royale Library</name>
@@ -42,4 +42,4 @@
4242
</extensions>
4343
</build>
4444

45-
</project>
45+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

archetypes/royale-jewel-module-application-archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-maven-archetypes</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-jewel-module-application-archetype</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>maven-archetype</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes: Jewel Royale Module Application</name>
@@ -41,4 +41,4 @@
4141
</extension>
4242
</extensions>
4343
</build>
44-
</project>
44+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

archetypes/royale-simple-application-archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-maven-archetypes</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-application-archetype</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>jar</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes: Simple Royale Application</name>
3333
<description>Maven archetype for creating Royale Maven project for building a simple Royale application with both Flash and JavaScript output.</description>
3434

35-
</project>
35+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

archetypes/royale-simple-application-pure-js-archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-maven-archetypes</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-application-pure-js-archetype</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>jar</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes: Simple Royale Pure-JS Application</name>
3333
<description>Maven archetype for creating Royale Maven project for building a simple Royale application with only JavaScript output.</description>
3434

35-
<properties /></project>
35+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

archetypes/royale-simple-application-pure-swf-archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-maven-archetypes</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-application-pure-swf-archetype</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>jar</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes: Simple Royale Pure-SWF Application</name>
@@ -38,4 +38,4 @@
3838
mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-swf-application-archetype -DarchetypeVersion=x.x.x
3939
-->
4040

41-
<properties /></project>
41+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

archetypes/royale-simple-library-archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-maven-archetypes</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-library-archetype</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>maven-archetype</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes: Simple Royale Library</name>
@@ -51,4 +51,4 @@
5151
</pluginManagement>
5252
</build>
5353

54-
<properties /></project>
54+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

archetypes/royale-simple-typedef-archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-maven-archetypes</artifactId>
25-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-typedef-archetype</artifactId>
29-
<version>0.9.8-SNAPSHOT</version>
29+
<version>0.9.8</version>
3030
<packaging>maven-archetype</packaging>
3131

3232
<name>Apache Royale: Framework: Archetypes: Simple Royale Typedef Library</name>
@@ -51,4 +51,4 @@
5151
</pluginManagement>
5252
</build>
5353

54-
<properties /></project>
54+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

distribution/jars/compc/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
19-
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.apache.royale.framework</groupId>
2524
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2726
<relativePath>../../../pom.xml</relativePath>
2827
</parent>
2928

3029
<groupId>org.apache.royale.framework.distribution</groupId>
3130
<artifactId>compc</artifactId>
32-
<version>0.9.8-SNAPSHOT</version>
31+
<version>0.9.8</version>
3332

3433
<build>
3534
<plugins>
@@ -58,4 +57,4 @@
5857
</dependency>
5958
</dependencies>
6059

61-
<properties /></project>
60+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-asc/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
19-
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.apache.royale.framework</groupId>
2524
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2726
<relativePath>../../../pom.xml</relativePath>
2827
</parent>
2928

3029
<groupId>org.apache.royale.framework.distribution</groupId>
3130
<artifactId>compiler-asc</artifactId>
32-
<version>0.9.8-SNAPSHOT</version>
31+
<version>0.9.8</version>
3332

3433
<build>
3534
<plugins>
@@ -59,4 +58,4 @@
5958
</dependency>
6059
</dependencies>
6160

62-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-compc/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
19-
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.apache.royale.framework</groupId>
2524
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2726
<relativePath>../../../pom.xml</relativePath>
2827
</parent>
2928

3029
<groupId>org.apache.royale.framework.distribution</groupId>
3130
<artifactId>compiler-compc</artifactId>
32-
<version>0.9.8-SNAPSHOT</version>
31+
<version>0.9.8</version>
3332

3433
<build>
3534
<plugins>
@@ -59,4 +58,4 @@
5958
</dependency>
6059
</dependencies>
6160

62-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-compjsc/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
19-
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.apache.royale.framework</groupId>
2524
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2726
<relativePath>../../../pom.xml</relativePath>
2827
</parent>
2928

3029
<groupId>org.apache.royale.framework.distribution</groupId>
3130
<artifactId>compiler-compjsc</artifactId>
32-
<version>0.9.8-SNAPSHOT</version>
31+
<version>0.9.8</version>
3332

3433
<build>
3534
<plugins>
@@ -59,4 +58,4 @@
5958
</dependency>
6059
</dependencies>
6160

62-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-mxmlc/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
19-
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.apache.royale.framework</groupId>
2524
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2726
<relativePath>../../../pom.xml</relativePath>
2827
</parent>
2928

3029
<groupId>org.apache.royale.framework.distribution</groupId>
3130
<artifactId>compiler-mxmlc</artifactId>
32-
<version>0.9.8-SNAPSHOT</version>
31+
<version>0.9.8</version>
3332

3433
<build>
3534
<plugins>
@@ -59,4 +58,4 @@
5958
</dependency>
6059
</dependencies>
6160

62-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-mxmljsc/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
19-
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.apache.royale.framework</groupId>
2524
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2726
<relativePath>../../../pom.xml</relativePath>
2827
</parent>
2928

3029
<groupId>org.apache.royale.framework.distribution</groupId>
3130
<artifactId>compiler-mxmljsc</artifactId>
32-
<version>0.9.8-SNAPSHOT</version>
31+
<version>0.9.8</version>
3332

3433
<build>
3534
<plugins>
@@ -59,4 +58,4 @@
5958
</dependency>
6059
</dependencies>
6160

62-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-optimizer/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
19-
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.apache.royale.framework</groupId>
2524
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2726
<relativePath>../../../pom.xml</relativePath>
2827
</parent>
2928

3029
<groupId>org.apache.royale.framework.distribution</groupId>
3130
<artifactId>compiler-optimizer</artifactId>
32-
<version>0.9.8-SNAPSHOT</version>
31+
<version>0.9.8</version>
3332

3433
<build>
3534
<plugins>
@@ -59,4 +58,4 @@
5958
</dependency>
6059
</dependencies>
6160

62-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2021-08-27T13:25:31Z</project.build.outputTimestamp></properties></project>

0 commit comments

Comments
 (0)