Repository: cassandra
Updated Branches:
  refs/heads/trunk e30d6dca5 -> 937189237


update cobertura version
patch by Ed Capriolo for CASSANDRA-6800


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

Branch: refs/heads/trunk
Commit: c2ec94b3548772d55fd70736c9523cad3b68c438
Parents: 5ef53e6
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Thu Mar 6 09:40:40 2014 -0600
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Thu Mar 6 09:40:46 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c2ec94b3/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9972aa2..70f514c 100644
--- a/build.xml
+++ b/build.xml
@@ -92,7 +92,7 @@
     <property name="test.long.timeout" value="600000" />
 
     <!-- http://cobertura.sourceforge.net/ -->
-    <property name="cobertura.version" value="1.9.4.1"/>
+    <property name="cobertura.version" value="2.0.2"/>
     <property name="cobertura.build.dir" value="${build.dir}/cobertura"/>
     <property name="cobertura.report.dir" 
value="${cobertura.build.dir}/report"/>
     <property name="cobertura.classes.dir" 
value="${cobertura.build.dir}/classes"/>

Reply via email to