You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by ol...@apache.org on 2012/12/07 22:35:27 UTC

svn commit: r1418492 - /incubator/onami/trunk/test/pom.xml

Author: olamy
Date: Fri Dec  7 21:35:27 2012
New Revision: 1418492

URL: http://svn.apache.org/viewvc?rev=1418492&view=rev
Log:
more recent guava version

Modified:
    incubator/onami/trunk/test/pom.xml

Modified: incubator/onami/trunk/test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/test/pom.xml?rev=1418492&r1=1418491&r2=1418492&view=diff
==============================================================================
--- incubator/onami/trunk/test/pom.xml (original)
+++ incubator/onami/trunk/test/pom.xml Fri Dec  7 21:35:27 2012
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>12.0</version>
+      <version>13.0.1</version>
       <scope>compile</scope>
     </dependency>