You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by bi...@apache.org on 2018/10/03 06:51:19 UTC

[royale-compiler] 01/02: remove SNAPSHOT from compiler-jburg-types and compiler-build-tools versions

This is an automated email from the ASF dual-hosted git repository.

bigosmallm pushed a commit to branch release/0.9.4
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit b5d3ab537dbfa4fc22ca82ce31c3b762f9024a86
Author: Om <om...@fountain.com>
AuthorDate: Tue Oct 2 23:50:44 2018 -0700

    remove SNAPSHOT from compiler-jburg-types and compiler-build-tools versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f936b8f..03567cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>royale-compiler-parent</artifactId>
-  <version>0.9.4-SNAPSHOT</version>
+  <version>0.9.4</version>
   <packaging>pom</packaging>
 
   <name>Apache Royale: Compiler: Parent</name>
@@ -38,7 +38,7 @@
     <connection>scm:git:git@github.com:apache/royale-compiler.git</connection>
     <developerConnection>scm:git:git@github.com:apache/royale-compiler.git</developerConnection>
     <url>scm:git:git@github.com:apache/royale-compiler.git</url>
-    <tag>release/0.9.4</tag>
+    <tag>org.apache.royale.compiler-0.9.4-rc1</tag>
   </scm>
 
   <properties>