Repository: jclouds Updated Branches: refs/heads/master da2655ac8 -> f26431b3e
JCLOUDS-653: Upgrade to Guava 18.0-rc1 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/f26431b3 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/f26431b3 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/f26431b3 Branch: refs/heads/master Commit: f26431b3e78d7330676f049562925f4da586f4de Parents: da2655a Author: Andrew Gaul <[email protected]> Authored: Tue Aug 5 15:36:26 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Fri Aug 8 11:08:09 2014 -0700 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/f26431b3/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 752827e..821e167 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -95,7 +95,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>18.0-rc1</version> </dependency> <dependency> <groupId>org.osgi</groupId>
