Update some build tools

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595380 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-05-16 22:57:33 +00:00
parent 4f32f3b362
commit b078e0f003
2 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@
<svn-checker failonmodifications="true"/>
</target>
<property name="svnkit.version" value="1.8.4"/>
<property name="svnkit.version" value="1.8.5"/>
<macrodef xmlns:ivy="antlib:org.apache.ivy.ant" name="svn-checker">
<attribute name="failonmodifications" default="true"/> <!-- false if file modifications are allowed -->

View File

@ -1355,7 +1355,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
]]></fail>
<echo>Code coverage with Atlassian Clover enabled.</echo>
<ivy:cachepath organisation="com.cenqua.clover" module="clover" revision="3.2.2"
<ivy:cachepath organisation="com.cenqua.clover" module="clover" revision="3.3.0"
inline="true" conf="master" pathid="clover.classpath"/>
<taskdef resource="cloverlib.xml" classpathref="clover.classpath" />
<mkdir dir="${clover.db.dir}"/>
@ -2202,7 +2202,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<!-- 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.2.2"
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.3.0"
inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
<taskdef name="groovy"
classname="org.codehaus.groovy.ant.Groovy"