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 2018/12/26 06:40:53 UTC

[royale-compiler] branch develop updated (3f5bebe -> 18ba09b)

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

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


    from 3f5bebe  get projects working in Eclipse 201812
     new af8dccf  update closure compiler and guava required by closure
     new 18ba09b  also this pom

The 2 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-common/pom.xml  | 2 +-
 compiler-externc/pom.xml | 4 ++--
 compiler-jx/pom.xml      | 2 +-
 compiler/pom.xml         | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)


[royale-compiler] 02/02: also this pom

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

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

commit 18ba09b53d4e3b167e00cc3fff3a7d0187dac5a3
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Dec 25 22:40:39 2018 -0800

    also this pom
---
 compiler-externc/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml
index bb3df97..49efda8 100644
--- a/compiler-externc/pom.xml
+++ b/compiler-externc/pom.xml
@@ -58,7 +58,7 @@
                 <dependency>
                     <groupId>com.google.javascript</groupId>
                     <artifactId>closure-compiler-externs</artifactId>
-                    <version>v20170626</version>
+                    <version>v20181210</version>
                 </dependency>
             </dependencies>
         </plugin>
@@ -132,7 +132,7 @@
     <dependency>
       <groupId>com.google.javascript</groupId>
       <artifactId>closure-compiler</artifactId>
-      <version>v20170626</version>
+      <version>v20181210</version>
     </dependency>
 
     <dependency>


[royale-compiler] 01/02: update closure compiler and guava required by closure

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

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

commit af8dccfce18b7786893806c0bbde8f54dff3d622
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Dec 25 22:05:41 2018 -0800

    update closure compiler and guava required by closure
---
 compiler-common/pom.xml | 2 +-
 compiler-jx/pom.xml     | 2 +-
 compiler/pom.xml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 744a47f..1a0a838 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -56,7 +56,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>20.0</version>
+      <version>25.1-jre</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugins</groupId>
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 883ec78..fca6cd8 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>com.google.javascript</groupId>
       <artifactId>closure-compiler</artifactId>
-      <version>v20170626</version>
+      <version>v20181210</version>
     </dependency>
     <dependency>
       <groupId>org.clojure</groupId>
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 49e0b71..9818b9a 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -528,7 +528,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>20.0</version>
+      <version>25.1-jre</version>
     </dependency>
     <dependency>
       <groupId>net.sourceforge.jburg</groupId>