Author: lindner
Date: Tue Nov 22 02:45:16 2011
New Revision: 1204790

URL: http://svn.apache.org/viewvc?rev=1204790&view=rev
Log:
Upgrade dependencies: ehcache 2.5, closure-compiler r1592

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

Modified: shindig/trunk/UPGRADING
URL: 
http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=1204790&r1=1204789&r2=1204790&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Tue Nov 22 02:45:16 2011
@@ -9,6 +9,8 @@ FROM 2.0.x TO 3.0.x
 * htmlunit 2.8->2.9 
 * closure-compiler r1459
 * commons-lang to commons-lang3 3.1
+* ehcache  2.3.2 -> 2.5.0
+* closure-compiler (new) r1592
 
 FROM 1.0.x TO 2.0.x
 ===================

Modified: shindig/trunk/java/gadgets/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=1204790&r1=1204789&r2=1204790&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Tue Nov 22 02:45:16 2011
@@ -86,7 +86,7 @@
         <dependency>
           <groupId>com.google.javascript</groupId>
           <artifactId>closure-compiler</artifactId>
-          <version>r1459</version>
+          <version>r1592</version>
         </dependency>
       </dependencies>
 

Modified: shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1204790&r1=1204789&r2=1204790&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Tue Nov 22 02:45:16 2011
@@ -1677,7 +1677,7 @@
       <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache-core</artifactId>
-        <version>2.3.2</version>
+        <version>2.5.0</version>
       </dependency>
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>


Reply via email to