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

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

commit 6eac63e60f895815e41b579ff54bd48ecfcad24f
Author: Alex Harui <aha...@apache.org>
AuthorDate: Tue Nov 28 22:50:22 2017 -0800

    factor in swfutils
---
 debugger/pom.xml          | 4 ++--
 flex-compiler-oem/pom.xml | 4 ++--
 pom.xml                   | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debugger/pom.xml b/debugger/pom.xml
index 83b98b3..cffbf2a 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -85,9 +85,9 @@ Do all the JBurg code generation.
       <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.flex.compiler</groupId>
+      <groupId>org.apache.royale.compiler</groupId>
       <artifactId>swfutils</artifactId>
-      <version>4.15.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
diff --git a/flex-compiler-oem/pom.xml b/flex-compiler-oem/pom.xml
index 5d06c21..c4ead1c 100644
--- a/flex-compiler-oem/pom.xml
+++ b/flex-compiler-oem/pom.xml
@@ -43,9 +43,9 @@
       <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.flex.compiler</groupId>
+      <groupId>org.apache.royale.compiler</groupId>
       <artifactId>swfutils</artifactId>
-      <version>4.15.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/pom.xml b/pom.xml
index f0fa67c..a043a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
             <module>compiler</module>
             <module>compiler-jx</module>
             <module>compiler-test-utils</module>
+            <module>swfutils</module>
             <module>debugger</module>
             <module>flex-compiler-oem</module>
             <module>royale-ant-tasks</module>

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <commits@royale.apache.org>.

Reply via email to