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 2013/09/09 20:02:47 UTC

git commit: Upgrade to Guava 15.0

Updated Branches:
  refs/heads/master 65729acd6 -> 3e5aa7852


Upgrade to Guava 15.0

Release notes:

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


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

Branch: refs/heads/master
Commit: 3e5aa785210b2b96740a7ace4ff1527a5cbd66a1
Parents: 65729ac
Author: Andrew Gaul <ga...@apache.org>
Authored: Mon Sep 9 10:54:20 2013 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Mon Sep 9 10:54:43 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/3e5aa785/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 8883e1f..ab85186 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>15.0-rc1</version>
+      <version>15.0</version>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>