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:57:59 UTC

svn commit: r1661315 - in /lucene/dev/branches/branch_5x: ./ extra-targets.xml lucene/ lucene/common-build.xml

Author: uschindler
Date: Sat Feb 21 09:57:58 2015
New Revision: 1661315

URL: http://svn.apache.org/r1661315
Log:
Merged revision(s) 1661314 from lucene/dev/trunk:
Some minor tools version upgrades (Clover, Groovy, Svnkit)

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/extra-targets.xml
    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/extra-targets.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/extra-targets.xml?rev=1661315&r1=1661314&r2=1661315&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/extra-targets.xml (original)
+++ lucene/dev/branches/branch_5x/extra-targets.xml Sat Feb 21 09:57:58 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/branches/branch_5x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/common-build.xml?rev=1661315&r1=1661314&r2=1661315&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_5x/lucene/common-build.xml Sat Feb 21 09:57:58 2015
@@ -1490,7 +1490,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}"/>
@@ -2349,7 +2349,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"