You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by hy...@apache.org on 2012/06/30 15:56:18 UTC

svn commit: r1355740 - /giraph/trunk/pom.xml

Author: hyunsik
Date: Sat Jun 30 13:56:17 2012
New Revision: 1355740

URL: http://svn.apache.org/viewvc?rev=1355740&view=rev
Log:
GIRAPH-225: Guava version in POM.XML is really old. Updated to version 12.0. Contributed by Eli Reisman.

Modified:
    giraph/trunk/pom.xml

Modified: giraph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/giraph/trunk/pom.xml?rev=1355740&r1=1355739&r2=1355740&view=diff
==============================================================================
--- giraph/trunk/pom.xml (original)
+++ giraph/trunk/pom.xml Sat Jun 30 13:56:17 2012
@@ -799,7 +799,7 @@ under the License.
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>r09</version>
+      <version>12.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.jackson</groupId>