You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/24 18:03:42 UTC

[royale-compiler] branch develop updated: reset tools versions

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new dccbeb6  reset tools versions
dccbeb6 is described below

commit dccbeb666274112dba5cb672152069c02003a923
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Mar 24 19:03:39 2020 +0100

    reset tools versions
---
 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 f38c844..8f703c4 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.2.0</version>
+  <version>1.2.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 6ffbfc6..f9633e4 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-jburg-types</artifactId>
-  <version>1.2.0</version>
+  <version>1.2.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 5f4e0e4..9c949b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <compiler-build-tools.version>1.2.0</compiler-build-tools.version>
-    <compiler-jburg-types.version>1.2.0</compiler-jburg-types.version>
+    <compiler-build-tools.version>1.2.0-SNAPSHOT</compiler-build-tools.version>
+    <compiler-jburg-types.version>1.2.0-SNAPSHOT</compiler-jburg-types.version>
 
     <flex.version>4.15.0</flex.version>
     <flash.version>20.0</flash.version>