You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2013/03/12 16:42:12 UTC

svn commit: r1455586 - in /shindig/trunk: java/gadgets/pom.xml pom.xml

Author: lindner
Date: Tue Mar 12 15:42:12 2013
New Revision: 1455586

URL: http://svn.apache.org/r1455586
Log:
Upgrade to guava 14 and closure-compiler v20130227

Modified:
    shindig/trunk/java/gadgets/pom.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=1455586&r1=1455585&r2=1455586&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Tue Mar 12 15:42:12 2013
@@ -237,7 +237,7 @@
     <dependency>
       <groupId>com.google.javascript</groupId>
       <artifactId>closure-compiler</artifactId>
-      <version>r1918</version>
+      <version>v20130227</version>
     </dependency>
 
     <!-- test -->

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1455586&r1=1455585&r2=1455586&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Tue Mar 12 15:42:12 2013
@@ -1591,7 +1591,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>11.0.2</version>
+        <version>14.0</version>
       </dependency>
 
       <dependency>