This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release/0.9.6 by this push:
new 1454570 update utils versions
1454570 is described below
commit 1454570b986e38a81d2ab4fd65b061cfc7f2d228
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Wed Sep 18 09:51:40 2019 +0000
update utils versions
---
compiler-build-tools/pom.xml | 2 +-
compiler-jburg-types/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 671870d..235eca6 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-SNAPSHOT</version>
+ <version>1.1.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 3a19ecd..603b9f7 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-SNAPSHOT</version>
+ <version>1.1.0</version>
<name>Apache Royale: JBurg Types</name>
<description>Types needed by JBurg to perform it's code
generation.</description>