You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2013/09/05 18:04:51 UTC

[2/6] git commit: update build.xml for metrics-core 2.2.0

update build.xml for metrics-core 2.2.0


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

Branch: refs/heads/cassandra-2.0
Commit: 3d9c3dd3afe2627eac49db7cfd0764b9e3ef857e
Parents: 1f68442
Author: Jonathan Ellis <jb...@apache.org>
Authored: Thu Sep 5 11:04:20 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Thu Sep 5 11:04:26 2013 -0500

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3d9c3dd3/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9e1de8d..122759c 100644
--- a/build.xml
+++ b/build.xml
@@ -383,7 +383,7 @@
           <dependency groupId="log4j" artifactId="log4j" version="1.2.16" />
           <dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" />
           <dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift" version="${version}" />
-          <dependency groupId="com.yammer.metrics" artifactId="metrics-core" version="2.0.3" />
+          <dependency groupId="com.yammer.metrics" artifactId="metrics-core" version="2.2.0" />
           <dependency groupId="edu.stanford.ppl" artifactId="snaptree" version="0.1" />
           <dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
           <dependency groupId="io.netty" artifactId="netty" version="3.6.6.Final" />