Skip to content

Commit e91e772

Browse files
[maven-release-plugin] prepare release org.apache.royale.framework-0.9.6-rc3
1 parent d3544c9 commit e91e772

File tree

215 files changed

+11511
-11511
lines changed

Some content is hidden

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

215 files changed

+11511
-11511
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.6-SNAPSHOT</version>
26+
<version>0.9.6</version>
2727
</parent>
2828

2929
<artifactId>royale-maven-archetypes</artifactId>
30-
<version>0.9.6-SNAPSHOT</version>
30+
<version>0.9.6</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.6-SNAPSHOT</version>
26+
<version>0.9.6</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-application-archetype</artifactId>
30-
<version>0.9.6-SNAPSHOT</version>
30+
<version>0.9.6</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.6-SNAPSHOT</version>
26+
<version>0.9.6</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-application-pure-js-archetype</artifactId>
30-
<version>0.9.6-SNAPSHOT</version>
30+
<version>0.9.6</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.6-SNAPSHOT</version>
26+
<version>0.9.6</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-application-pure-swf-archetype</artifactId>
30-
<version>0.9.6-SNAPSHOT</version>
30+
<version>0.9.6</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.6-SNAPSHOT</version>
26+
<version>0.9.6</version>
2727
</parent>
2828

2929
<artifactId>royale-simple-library-archetype</artifactId>
30-
<version>0.9.6-SNAPSHOT</version>
30+
<version>0.9.6</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.6-SNAPSHOT</version>
26+
<version>0.9.6</version>
2727
</parent>
2828

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

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

distribution/jars/compc/pom.xml

+60-60
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
4-
Licensed to the Apache Software Foundation (ASF) under one or more
5-
contributor license agreements. See the NOTICE file distributed with
6-
this work for additional information regarding copyright ownership.
7-
The ASF licenses this file to You under the Apache License, Version 2.0
8-
(the "License"); you may not use this file except in compliance with
9-
the License. You may obtain a copy of the License at
10-
11-
http://www.apache.org/licenses/LICENSE-2.0
12-
13-
Unless required by applicable law or agreed to in writing, software
14-
distributed under the License is distributed on an "AS IS" BASIS,
15-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
See the License for the specific language governing permissions and
17-
limitations under the License.
18-
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">
21-
<modelVersion>4.0.0</modelVersion>
22-
23-
<parent>
24-
<groupId>org.apache.royale.framework</groupId>
25-
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.6-SNAPSHOT</version>
27-
<relativePath>../../../pom.xml</relativePath>
28-
</parent>
29-
30-
<groupId>org.apache.royale.framework.distribution</groupId>
31-
<artifactId>compc</artifactId>
32-
<version>0.9.6-SNAPSHOT</version>
33-
34-
<build>
35-
<plugins>
36-
<plugin>
37-
<artifactId>maven-jar-plugin</artifactId>
38-
<configuration>
39-
<archive>
40-
<manifest>
41-
<addClasspath>true</addClasspath>
42-
<classpathLayoutType>custom</classpathLayoutType>
43-
<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
44-
<mainClass>flex2.tools.Compc</mainClass>
45-
</manifest>
46-
</archive>
47-
</configuration>
48-
</plugin>
49-
</plugins>
50-
</build>
51-
52-
<dependencies>
53-
<dependency>
54-
<groupId>org.apache.royale.compiler</groupId>
55-
<artifactId>flex-compiler-oem</artifactId>
56-
<version>${royale.compiler.version}</version>
57-
</dependency>
58-
</dependencies>
59-
60-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Licensed to the Apache Software Foundation (ASF) under one or more
5+
contributor license agreements. See the NOTICE file distributed with
6+
this work for additional information regarding copyright ownership.
7+
The ASF licenses this file to You under the Apache License, Version 2.0
8+
(the "License"); you may not use this file except in compliance with
9+
the License. You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
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">
21+
<modelVersion>4.0.0</modelVersion>
22+
23+
<parent>
24+
<groupId>org.apache.royale.framework</groupId>
25+
<artifactId>royale-framework-parent</artifactId>
26+
<version>0.9.6</version>
27+
<relativePath>../../../pom.xml</relativePath>
28+
</parent>
29+
30+
<groupId>org.apache.royale.framework.distribution</groupId>
31+
<artifactId>compc</artifactId>
32+
<version>0.9.6</version>
33+
34+
<build>
35+
<plugins>
36+
<plugin>
37+
<artifactId>maven-jar-plugin</artifactId>
38+
<configuration>
39+
<archive>
40+
<manifest>
41+
<addClasspath>true</addClasspath>
42+
<classpathLayoutType>custom</classpathLayoutType>
43+
<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
44+
<mainClass>flex2.tools.Compc</mainClass>
45+
</manifest>
46+
</archive>
47+
</configuration>
48+
</plugin>
49+
</plugins>
50+
</build>
51+
52+
<dependencies>
53+
<dependency>
54+
<groupId>org.apache.royale.compiler</groupId>
55+
<artifactId>flex-compiler-oem</artifactId>
56+
<version>${royale.compiler.version}</version>
57+
</dependency>
58+
</dependencies>
59+
60+
</project>
+60-60
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
4-
Licensed to the Apache Software Foundation (ASF) under one or more
5-
contributor license agreements. See the NOTICE file distributed with
6-
this work for additional information regarding copyright ownership.
7-
The ASF licenses this file to You under the Apache License, Version 2.0
8-
(the "License"); you may not use this file except in compliance with
9-
the License. You may obtain a copy of the License at
10-
11-
http://www.apache.org/licenses/LICENSE-2.0
12-
13-
Unless required by applicable law or agreed to in writing, software
14-
distributed under the License is distributed on an "AS IS" BASIS,
15-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
See the License for the specific language governing permissions and
17-
limitations under the License.
18-
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">
21-
<modelVersion>4.0.0</modelVersion>
22-
23-
<parent>
24-
<groupId>org.apache.royale.framework</groupId>
25-
<artifactId>royale-framework-parent</artifactId>
26-
<version>0.9.6-SNAPSHOT</version>
27-
<relativePath>../../../pom.xml</relativePath>
28-
</parent>
29-
30-
<groupId>org.apache.royale.framework.distribution</groupId>
31-
<artifactId>compiler-asc</artifactId>
32-
<version>0.9.6-SNAPSHOT</version>
33-
34-
<build>
35-
<plugins>
36-
<plugin>
37-
<artifactId>maven-jar-plugin</artifactId>
38-
<configuration>
39-
<archive>
40-
<manifest>
41-
<addClasspath>true</addClasspath>
42-
<classpathLayoutType>custom</classpathLayoutType>
43-
<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
44-
<mainClass>org.apache.royale.compiler.clients.ASC</mainClass>
45-
</manifest>
46-
</archive>
47-
</configuration>
48-
</plugin>
49-
</plugins>
50-
</build>
51-
52-
<dependencies>
53-
<dependency>
54-
<groupId>org.apache.royale.compiler</groupId>
55-
<artifactId>compiler</artifactId>
56-
<version>${royale.compiler.version}</version>
57-
</dependency>
58-
</dependencies>
59-
60-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Licensed to the Apache Software Foundation (ASF) under one or more
5+
contributor license agreements. See the NOTICE file distributed with
6+
this work for additional information regarding copyright ownership.
7+
The ASF licenses this file to You under the Apache License, Version 2.0
8+
(the "License"); you may not use this file except in compliance with
9+
the License. You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
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">
21+
<modelVersion>4.0.0</modelVersion>
22+
23+
<parent>
24+
<groupId>org.apache.royale.framework</groupId>
25+
<artifactId>royale-framework-parent</artifactId>
26+
<version>0.9.6</version>
27+
<relativePath>../../../pom.xml</relativePath>
28+
</parent>
29+
30+
<groupId>org.apache.royale.framework.distribution</groupId>
31+
<artifactId>compiler-asc</artifactId>
32+
<version>0.9.6</version>
33+
34+
<build>
35+
<plugins>
36+
<plugin>
37+
<artifactId>maven-jar-plugin</artifactId>
38+
<configuration>
39+
<archive>
40+
<manifest>
41+
<addClasspath>true</addClasspath>
42+
<classpathLayoutType>custom</classpathLayoutType>
43+
<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
44+
<mainClass>org.apache.royale.compiler.clients.ASC</mainClass>
45+
</manifest>
46+
</archive>
47+
</configuration>
48+
</plugin>
49+
</plugins>
50+
</build>
51+
52+
<dependencies>
53+
<dependency>
54+
<groupId>org.apache.royale.compiler</groupId>
55+
<artifactId>compiler</artifactId>
56+
<version>${royale.compiler.version}</version>
57+
</dependency>
58+
</dependencies>
59+
60+
</project>

0 commit comments

Comments
 (0)