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:55 UTC

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

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>