Skip to content

Commit

Permalink
[maven-release-plugin] prepare release org.apache.royale.framework-0.…
Browse files Browse the repository at this point in the history
…9.9-rc4
  • Loading branch information
yishayw committed Mar 17, 2022
1 parent fb1268b commit 564dcaa
Show file tree
Hide file tree
Showing 265 changed files with 1,697 additions and 1,697 deletions.
6 changes: 3 additions & 3 deletions archetypes/pom.xml
Expand Up @@ -22,19 +22,19 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>pom</packaging>

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

<properties>
<royale.framework.version>0.9.9-SNAPSHOT</royale.framework.version>
</properties>
<project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties>

<modules>
<module>royale-simple-application-archetype</module>
Expand Down
6 changes: 3 additions & 3 deletions archetypes/royale-jewel-application-archetype/pom.xml
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-jewel-application-archetype</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>maven-archetype</packaging>

<name>Apache Royale: Framework: Archetypes: Jewel Royale Application</name>
Expand All @@ -42,4 +42,4 @@
</extensions>
</build>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions archetypes/royale-jewel-library-archetype/pom.xml
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-jewel-library-archetype</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>maven-archetype</packaging>

<name>Apache Royale: Framework: Archetypes: Jewel Royale Library</name>
Expand All @@ -42,4 +42,4 @@
</extensions>
</build>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions archetypes/royale-jewel-module-application-archetype/pom.xml
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-jewel-module-application-archetype</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>maven-archetype</packaging>

<name>Apache Royale: Framework: Archetypes: Jewel Royale Module Application</name>
Expand All @@ -41,4 +41,4 @@
</extension>
</extensions>
</build>
<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions archetypes/royale-simple-application-archetype/pom.xml
Expand Up @@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-simple-application-archetype</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>jar</packaging>

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

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
Expand Up @@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-simple-application-pure-js-archetype</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>jar</packaging>

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

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-simple-application-pure-swf-archetype</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>jar</packaging>

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

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions archetypes/royale-simple-library-archetype/pom.xml
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-simple-library-archetype</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>maven-archetype</packaging>

<name>Apache Royale: Framework: Archetypes: Simple Royale Library</name>
Expand All @@ -51,4 +51,4 @@
</pluginManagement>
</build>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions archetypes/royale-simple-typedef-archetype/pom.xml
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-maven-archetypes</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>royale-simple-typedef-archetype</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>maven-archetype</packaging>

<name>Apache Royale: Framework: Archetypes: Simple Royale Typedef Library</name>
Expand All @@ -51,4 +51,4 @@
</pluginManagement>
</build>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/compc/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>compc</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -57,4 +57,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/compiler-asc/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>compiler-asc</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -58,4 +58,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/compiler-compc/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>compiler-compc</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -58,4 +58,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/compiler-compjsc/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>compiler-compjsc</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -58,4 +58,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/compiler-mxmlc/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>compiler-mxmlc</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -58,4 +58,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/compiler-mxmljsc/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>compiler-mxmljsc</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -58,4 +58,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/compiler-optimizer/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>compiler-optimizer</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -58,4 +58,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/compiler-swfdump/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>compiler-swfdump</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -65,4 +65,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>
6 changes: 3 additions & 3 deletions distribution/jars/mxmlc/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.royale.framework</groupId>
<artifactId>royale-framework-parent</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.apache.royale.framework.distribution</groupId>
<artifactId>mxmlc</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>

<build>
<plugins>
Expand Down Expand Up @@ -58,4 +58,4 @@
</dependency>
</dependencies>

<properties /></project>
<properties><project.build.outputTimestamp>2022-03-17T08:05:21Z</project.build.outputTimestamp></properties></project>

0 comments on commit 564dcaa

Please sign in to comment.