Updated Branches:
refs/heads/helix-0.6.2-release f2c245f79 -> 1001a1f1e
[HELIX-288] Update guava version, rb=15249
Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/1001a1f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/1001a1f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/1001a1f1
Branch: refs/heads/helix-0.6.2-release
Commit: 1001a1f1eb50e74790eb230c89e3a907f0570f1d
Parents: f2c245f
Author: Kanak Biscuitwala <kanak.b@hotmail.com>
Authored: Tue Nov 5 14:45:13 2013 -0800
Committer: Kanak Biscuitwala <kanak.b@hotmail.com>
Committed: Tue Nov 5 15:02:45 2013 -0800
----------------------------------------------------------------------
helix-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/1001a1f1/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index c6d2fca..7db68bd 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -144,7 +144,7 @@ under the License.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>r09</version>
+ <version>15.0</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
|