Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzarzycki21 committed Aug 23, 2019
1 parent a606114 commit 8a4a197
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions compiler-common/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>compiler-common</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Compiler: Compiler-Common</name>
<description>The Apache Royale Compiler Common classes</description>
Expand Down
8 changes: 4 additions & 4 deletions compiler-externc/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>compiler-externc</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Compiler: Externc</name>
<description>The Apache Royale Compiler Externs Compiler</description>
Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-common</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.javascript</groupId>
Expand All @@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-test-utils</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
14 changes: 7 additions & 7 deletions compiler-jx/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>compiler-jx</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Compiler: Compiler-JX</name>

Expand Down Expand Up @@ -173,17 +173,17 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-common</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-externc</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -215,7 +215,7 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-test-utils</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -227,7 +227,7 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-externc</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions compiler-test-utils/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>compiler-test-utils</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Compiler: Test Utils</name>
<description>
Expand Down
10 changes: 5 additions & 5 deletions compiler/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>compiler</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Compiler: Compiler</name>
<description>The Apache Royale Compiler</description>
Expand Down Expand Up @@ -538,7 +538,7 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-common</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.flex</groupId>
Expand Down Expand Up @@ -590,13 +590,13 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-test-utils</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-externc</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
8 changes: 4 additions & 4 deletions debugger/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>debugger</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Compiler: Debugger</name>

Expand Down Expand Up @@ -88,12 +88,12 @@ Do all the JBurg code generation.
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>swfutils</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
10 changes: 5 additions & 5 deletions flex-compiler-oem/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>flex-compiler-oem</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Compiler: OEM Layer</name>

Expand All @@ -45,17 +45,17 @@
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-jx</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>swfutils</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Royale: Compiler: Parent</name>
Expand All @@ -38,7 +38,7 @@
<connection>scm:git:https://github.com/apache/royale-compiler.git</connection>
<developerConnection>scm:git:https://github.com/apache/royale-compiler.git</developerConnection>
<url>scm:git:https://github.com/apache/royale-compiler.git</url>
<tag>org.apache.royale.compiler-0.9.6-rc1</tag>
<tag>release/0.9.6</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions royale-ant-tasks/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>royale-ant-tasks</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Royale Ant Tasks</name>

Expand Down
4 changes: 2 additions & 2 deletions royale-maven-plugin/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>royale-maven-plugin</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Apache Royale: Royale Maven Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions royaleunit-ant-tasks/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>royaleunit-ant-tasks</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: RoyaleUnit Ant Tasks</name>

Expand Down
4 changes: 2 additions & 2 deletions swfutils/pom.xml
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-compiler-parent</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>
</parent>

<artifactId>swfutils</artifactId>
<version>0.9.6</version>
<version>0.9.7-SNAPSHOT</version>

<name>Apache Royale: Compiler: SWFUtils</name>
<description>The Apache Royale Compiler SWF Utility classes</description>
Expand Down

0 comments on commit 8a4a197

Please sign in to comment.