You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/09/24 03:19:38 UTC

[royale-compiler] 04/04: revert back to SNAPSHOT until release

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

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

commit 9656aa70bc73d5c9b7675769a95faa70d48e8b13
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Sep 23 15:39:16 2019 -0700

    revert back to SNAPSHOT until release
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 401c2aa..f794536 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.6-SNAPSHOT</version>
+  <version>0.9.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Royale: Compiler: Parent</name>
@@ -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>release/0.9.6</tag>
+    <tag>release/0.9.6</tag>
   </scm>
 
   <properties>
@@ -53,8 +53,8 @@
 
     <jburgTypesRequired>true</jburgTypesRequired>
     <skipgpg>false</skipgpg>
-    <compiler-build-tools.version>1.1.0</compiler-build-tools.version>
-    <compiler-jburg-types.version>1.1.0</compiler-jburg-types.version>
+    <compiler-build-tools.version>1.1.0-SNAPSHOT</compiler-build-tools.version>
+    <compiler-jburg-types.version>1.1.0-SNAPSHOT</compiler-jburg-types.version>
 
     <!-- URL of the ASF SonarQube server -->
     <sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>