Skip to content

Commit 2232490

Browse files
committed
[maven-release-plugin] prepare release org.apache.royale.framework-0.9.1-rc1
1 parent ffad879 commit 2232490

File tree

104 files changed

+561
-561
lines changed

Some content is hidden

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

104 files changed

+561
-561
lines changed

archetypes/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

2929
<artifactId>royale-maven-archetypes</artifactId>
30-
<version>0.9.1-SNAPSHOT</version>
30+
<version>0.9.1</version>
3131
<packaging>pom</packaging>
3232

3333
<name>Apache Royale: Framework: Archetypes</name>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-maven-archetypes</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-application-archetype</artifactId>
30-
<version>0.9.1-SNAPSHOT</version>
30+
<version>0.9.1</version>
3131
<packaging>jar</packaging>
3232

3333
<name>Apache Royale: Framework: Archetypes: Simple Royale Application</name>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-maven-archetypes</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-application-pure-js-archetype</artifactId>
30-
<version>0.9.1-SNAPSHOT</version>
30+
<version>0.9.1</version>
3131
<packaging>jar</packaging>
3232

3333
<name>Apache Royale: Framework: Archetypes: Simple Royale Pure-JS Application</name>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-maven-archetypes</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-application-pure-swf-archetype</artifactId>
30-
<version>0.9.1-SNAPSHOT</version>
30+
<version>0.9.1</version>
3131
<packaging>jar</packaging>
3232

3333
<name>Apache Royale: Framework: Archetypes: Simple Royale Pure-SWF Application</name>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-maven-archetypes</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-library-archetype</artifactId>
30-
<version>0.9.1-SNAPSHOT</version>
30+
<version>0.9.1</version>
3131
<packaging>maven-archetype</packaging>
3232

3333
<name>Apache Royale: Framework: Archetypes: Simple Royale Library</name>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-maven-archetypes</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-typedef-archetype</artifactId>
30-
<version>0.9.1-SNAPSHOT</version>
30+
<version>0.9.1</version>
3131
<packaging>maven-archetype</packaging>
3232

3333
<name>Apache Royale: Framework: Archetypes: Simple Royale Typedef Library</name>

distribution/jars/compc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.royale.framework.distribution</groupId>
3131
<artifactId>compc</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333

3434
<build>
3535
<plugins>

distribution/jars/compiler-asc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.royale.framework.distribution</groupId>
3131
<artifactId>compiler-asc</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333

3434
<build>
3535
<plugins>

distribution/jars/compiler-compc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.royale.framework.distribution</groupId>
3131
<artifactId>compiler-compc</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333

3434
<build>
3535
<plugins>

distribution/jars/compiler-mxmlc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.royale.framework.distribution</groupId>
3131
<artifactId>compiler-mxmlc</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333

3434
<build>
3535
<plugins>

distribution/jars/compiler-optimizer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.royale.framework.distribution</groupId>
3131
<artifactId>compiler-optimizer</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333

3434
<build>
3535
<plugins>

distribution/jars/compiler-swfdump/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.royale.framework.distribution</groupId>
3131
<artifactId>compiler-swfdump</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333

3434
<build>
3535
<plugins>

distribution/jars/mxmlc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.royale.framework</groupId>
2525
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.royale.framework.distribution</groupId>
3131
<artifactId>mxmlc</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333

3434
<build>
3535
<plugins>

0 commit comments

Comments
 (0)