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/01/22 15:39:52 UTC

[royale-asjs] branch develop updated: maven: replace closure library in the rest of places

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new bd50b79  maven: replace closure library in the rest of places
bd50b79 is described below

commit bd50b79a2ea5490715432fbb38283e617bcbb351
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jan 22 16:39:41 2020 +0100

    maven: replace closure library in the rest of places
---
 distribution/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 851082c..2403ae3 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -562,7 +562,7 @@
     <dependency>
       <groupId>org.clojure</groupId>
       <artifactId>google-closure-library</artifactId>
-      <version>0.0-20190213-2033d5d9</version>
+      <version>0.0-20170809-b9c14c6b</version>
     </dependency>
   </dependencies>
 
@@ -632,7 +632,7 @@
                 <artifactItem>
                   <groupId>org.clojure</groupId>
                   <artifactId>google-closure-library</artifactId>
-                  <version>0.0-20190213-2033d5d9</version>
+                  <version>0.0-20170809-b9c14c6b</version>
                   <type>jar</type>
                   <outputDirectory>${project.build.directory}/closure-library-temp</outputDirectory>
                   <includes>**</includes>