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/04/09 17:43:04 UTC

[royale-compiler] branch release_practice updated: Revert "update utils versions"

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

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


The following commit(s) were added to refs/heads/release_practice by this push:
     new d966780  Revert "update utils versions"
d966780 is described below

commit d9667800ed89ef2a68013787c033e30e5328e132
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Apr 9 10:42:51 2019 -0700

    Revert "update utils versions"
    
    This reverts commit 033c66879b483c6c610594a3c0d0c7994550ea69.
---
 compiler-build-tools/pom.xml | 2 +-
 compiler-jburg-types/pom.xml | 2 +-
 pom.xml                      | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index e32f405..cd44d54 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-build-tools</artifactId>
-  <version>1.1.0</version>
+  <version>1.1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Build Tools</name>
diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml
index d2329ee..5bc65d1 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-jburg-types</artifactId>
-  <version>1.1.0</version>
+  <version>1.1.0-SNAPSHOT</version>
 
   <name>Apache Royale: JBurg Types</name>
   <description>Types needed by JBurg to perform it's code generation.</description>
diff --git a/pom.xml b/pom.xml
index bafc20c..7ffcdac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>