You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2014/08/26 02:48:41 UTC

git commit: JCLOUDS-653: Upgrade to Guava 18.0

Repository: jclouds
Updated Branches:
  refs/heads/master ddd00a20d -> 614f5194e


JCLOUDS-653: Upgrade to Guava 18.0

Release notes:

https://code.google.com/p/guava-libraries/wiki/Release18


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

Branch: refs/heads/master
Commit: 614f5194ef217a335095c451aec27c5608246590
Parents: ddd00a2
Author: Andrew Gaul <ga...@apache.org>
Authored: Mon Aug 25 17:45:55 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Mon Aug 25 17:47:23 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/614f5194/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 821e167..e2dd86f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -95,7 +95,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>18.0-rc1</version>
+      <version>18.0</version>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>