You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2014/01/27 09:29:58 UTC

svn commit: r1561604 - /mahout/trunk/pom.xml

Author: smarthi
Date: Mon Jan 27 08:29:58 2014
New Revision: 1561604

URL: http://svn.apache.org/r1561604
Log:
MAHOUT-1382: Upgrading Guava to 16.0

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1561604&r1=1561603&r2=1561604&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Mon Jan 27 08:29:58 2014
@@ -449,7 +449,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>15.0</version>
+        <version>16.0</version>
       </dependency>
 
       <dependency>