Author: lindner
Date: Wed Oct 12 18:26:21 2011
New Revision: 1182509

URL: http://svn.apache.org/viewvc?rev=1182509&view=rev
Log:
upgrade to guava 10.0.1 dependency

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

Modified: shindig/trunk/UPGRADING
URL: 
http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=1182509&r1=1182508&r2=1182509&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Wed Oct 12 18:26:21 2011
@@ -3,6 +3,7 @@ FROM 2.0.x TO 3.0.x
 
 == Java Dependency Changes ==
 
+* guava r09->10.0.1
 * guice 2.0->3.0
 * nekohtml 1.9.14->1.9.15
 * htmlunit 2.8->2.9 

Modified: shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1182509&r1=1182508&r2=1182509&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Oct 12 18:26:21 2011
@@ -1502,7 +1502,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>r09</version>
+        <version>10.0.1</version>
       </dependency>
 
       <dependency>


Reply via email to