You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2015/05/24 01:25:24 UTC

svn commit: r1681403 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/common-build.xml

Author: uschindler
Date: Sat May 23 23:25:23 2015
New Revision: 1681403

URL: http://svn.apache.org/r1681403
Log:
Merged revision(s) 1681402 from lucene/dev/trunk:
Update Clover to 4.0.4

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/common-build.xml   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/common-build.xml?rev=1681403&r1=1681402&r2=1681403&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_5x/lucene/common-build.xml Sat May 23 23:25:23 2015
@@ -1555,7 +1555,7 @@ ${tests-output}/junit4-*.suites     - pe
   
 ]]></fail>
     <echo>Code coverage with Atlassian Clover enabled.</echo>
-    <ivy:cachepath organisation="com.atlassian.clover" module="clover" revision="4.0.3"
+    <ivy:cachepath organisation="com.atlassian.clover" module="clover" revision="4.0.4"
       inline="true" conf="master" pathid="clover.classpath"/>
     <taskdef resource="cloverlib.xml" classpathref="clover.classpath" />
     <mkdir dir="${clover.db.dir}"/>