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/23 16:25:15 UTC

[royale-compiler] branch release/0.9.7 updated (c9c53c2 -> e83884b)

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

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


    from c9c53c2  [maven-release-plugin] prepare branch @{releaseLabel}
     add 782ca59  [maven-release-plugin] prepare for next development iteration
     new e83884b  update utils versions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 compiler-build-tools/pom.xml |  2 +-
 compiler-common/pom.xml      |  4 ++--
 compiler-externc/pom.xml     |  8 ++++----
 compiler-jburg-types/pom.xml |  2 +-
 compiler-jx/pom.xml          | 14 +++++++-------
 compiler-test-utils/pom.xml  |  4 ++--
 compiler/pom.xml             | 10 +++++-----
 debugger/pom.xml             |  8 ++++----
 flex-compiler-oem/pom.xml    | 10 +++++-----
 pom.xml                      |  8 ++++----
 royale-ant-tasks/pom.xml     |  4 ++--
 royale-maven-plugin/pom.xml  |  4 ++--
 royaleunit-ant-tasks/pom.xml |  4 ++--
 swfutils/pom.xml             |  4 ++--
 14 files changed, 43 insertions(+), 43 deletions(-)


[royale-compiler] 01/01: update utils versions

Posted by ca...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e83884bdc4df674b64bfe014f8e3c61af46b0298
Author: $GITUSERNAME <$GITUSEREMAIL>
AuthorDate: Mon Mar 23 16:23:23 2020 +0000

    update utils 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 4129b19..be27339 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-SNAPSHOT</version>
+  <version>1.2.0</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 836d3ec..a288231 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-SNAPSHOT</version>
+  <version>1.2.0</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 1cf82db..21f7d08 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-SNAPSHOT</compiler-build-tools.version>
-    <compiler-jburg-types.version>1.2.0-SNAPSHOT</compiler-jburg-types.version>
+    <compiler-build-tools.version>1.2.0</compiler-build-tools.version>
+    <compiler-jburg-types.version>1.2.0</compiler-jburg-types.version>
 
     <flex.version>4.15.0</flex.version>
     <flash.version>20.0</flash.version>