Skip to content

Commit fa5953c

Browse files
yishaywyishayw
yishayw
authored and
yishayw
committed
[maven-release-plugin] prepare release org.apache.royale.framework-0.9.12-rc2
1 parent 3377ce6 commit fa5953c

File tree

265 files changed

+1698
-1698
lines changed

Some content is hidden

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

265 files changed

+1698
-1698
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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-maven-archetypes</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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>0.9.12-SNAPSHOT</royale.framework.version>
37-
</properties>
37+
<project.build.outputTimestamp>2024-11-15T11:21:47Z</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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-jewel-application-archetype</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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-
<properties /></project>
45+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-jewel-library-archetype</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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-
<properties /></project>
45+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-jewel-module-application-archetype</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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-
<properties /></project>
44+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-application-archetype</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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-
<properties /></project>
35+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-application-pure-js-archetype</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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>2024-11-15T11:21:47Z</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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-application-pure-swf-archetype</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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>2024-11-15T11:21:47Z</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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-library-archetype</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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>2024-11-15T11:21:47Z</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.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
</parent>
2727

2828
<artifactId>royale-simple-typedef-archetype</artifactId>
29-
<version>0.9.12-SNAPSHOT</version>
29+
<version>0.9.12</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>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/compc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>compc</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -57,4 +57,4 @@
5757
</dependency>
5858
</dependencies>
5959

60-
<properties /></project>
60+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-asc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>compiler-asc</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -58,4 +58,4 @@
5858
</dependency>
5959
</dependencies>
6060

61-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-compc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>compiler-compc</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -58,4 +58,4 @@
5858
</dependency>
5959
</dependencies>
6060

61-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-compjsc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>compiler-compjsc</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -58,4 +58,4 @@
5858
</dependency>
5959
</dependencies>
6060

61-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-mxmlc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>compiler-mxmlc</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -58,4 +58,4 @@
5858
</dependency>
5959
</dependencies>
6060

61-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-mxmljsc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>compiler-mxmljsc</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -58,4 +58,4 @@
5858
</dependency>
5959
</dependencies>
6060

61-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-optimizer/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>compiler-optimizer</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -58,4 +58,4 @@
5858
</dependency>
5959
</dependencies>
6060

61-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/compiler-swfdump/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>compiler-swfdump</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -65,4 +65,4 @@
6565
</dependency>
6666
</dependencies>
6767

68-
<properties /></project>
68+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

distribution/jars/mxmlc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.apache.royale.framework</groupId>
2424
<artifactId>royale-framework-parent</artifactId>
25-
<version>0.9.12-SNAPSHOT</version>
25+
<version>0.9.12</version>
2626
<relativePath>../../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.royale.framework.distribution</groupId>
3030
<artifactId>mxmlc</artifactId>
31-
<version>0.9.12-SNAPSHOT</version>
31+
<version>0.9.12</version>
3232

3333
<build>
3434
<plugins>
@@ -58,4 +58,4 @@
5858
</dependency>
5959
</dependencies>
6060

61-
<properties /></project>
61+
<properties><project.build.outputTimestamp>2024-11-15T11:21:47Z</project.build.outputTimestamp></properties></project>

0 commit comments

Comments
 (0)