You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/01/27 20:45:49 UTC

[3/3] git commit: JCLOUDS-415: Upgrading Guava 15.0 -> 16.0

JCLOUDS-415: Upgrading Guava 15.0 -> 16.0


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/9e97b7a4
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/9e97b7a4
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/9e97b7a4

Branch: refs/heads/JCLOUDS-415
Commit: 9e97b7a488748688c452b1d64e0c89aed52c031e
Parents: cb3cf41
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Jan 27 14:44:38 2014 -0500
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Jan 27 14:44:38 2014 -0500

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/9e97b7a4/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 967a3ad..a8ebdac 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -95,7 +95,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>15.0</version>
+      <version>16.0</version>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>