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/02/21 10:56:51 UTC

svn commit: r1661314 - in /lucene/dev/trunk: extra-targets.xml lucene/common-build.xml

Author: uschindler
Date: Sat Feb 21 09:56:51 2015
New Revision: 1661314

URL: http://svn.apache.org/r1661314
Log:
Some minor tools version upgrades (Clover, Groovy, Svnkit)

Modified:
    lucene/dev/trunk/extra-targets.xml
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/extra-targets.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/extra-targets.xml?rev=1661314&r1=1661313&r2=1661314&view=diff
==============================================================================
--- lucene/dev/trunk/extra-targets.xml (original)
+++ lucene/dev/trunk/extra-targets.xml Sat Feb 21 09:56:51 2015
@@ -25,7 +25,7 @@
   
   <import file="lucene/common-build.xml"/>
 
-  <property name="svnkit.version" value="1.8.5"/>
+  <property name="svnkit.version" value="1.8.7"/>
 
   <target name="-run-test">
     <mkdir dir="lucene/build" />

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1661314&r1=1661313&r2=1661314&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Sat Feb 21 09:56:51 2015
@@ -1471,7 +1471,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.0"
+    <ivy:cachepath organisation="com.atlassian.clover" module="clover" revision="4.0.3"
       inline="true" conf="master" pathid="clover.classpath"/>
     <taskdef resource="cloverlib.xml" classpathref="clover.classpath" />
     <mkdir dir="${clover.db.dir}"/>
@@ -2264,7 +2264,7 @@ ${ant.project.name}.test.dependencies=${
 
   <!-- GROOVY scripting engine for ANT tasks -->
   <target name="resolve-groovy" unless="groovy.loaded" depends="ivy-availability-check,ivy-configure">
-    <ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.3.6"
+    <ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.3.10"
       inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
     <taskdef name="groovy"
       classname="org.codehaus.groovy.ant.Groovy"