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/07/21 14:48:08 UTC

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

Author: uschindler
Date: Tue Jul 21 12:48:08 2015
New Revision: 1692102

URL: http://svn.apache.org/r1692102
Log:
Update some build dependencies to newer versions (pegdown uses ASM 5, Groovy is now ASF project, 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=1692102&r1=1692101&r2=1692102&view=diff
==============================================================================
--- lucene/dev/trunk/extra-targets.xml (original)
+++ lucene/dev/trunk/extra-targets.xml Tue Jul 21 12:48:08 2015
@@ -25,7 +25,7 @@
   
   <import file="lucene/common-build.xml"/>
 
-  <property name="svnkit.version" value="1.8.7"/>
+  <property name="svnkit.version" value="1.8.10"/>
 
   <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=1692102&r1=1692101&r2=1692102&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Tue Jul 21 12:48:08 2015
@@ -2341,7 +2341,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.10"
+    <ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.4.4"
       inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
     <taskdef name="groovy"
       classname="org.codehaus.groovy.ant.Groovy"
@@ -2416,7 +2416,7 @@ ${ant.project.name}.test.dependencies=${
   <!-- PEGDOWN macro: Before using depend on the target "resolve-pegdown,resolve-groovy" -->
   
   <target name="resolve-pegdown" unless="pegdown.loaded" depends="ivy-availability-check,ivy-configure">
-    <ivy:cachepath organisation="org.pegdown" module="pegdown" revision="1.4.2"
+    <ivy:cachepath organisation="org.pegdown" module="pegdown" revision="1.5.0"
       inline="true" conf="default" transitive="true" pathid="pegdown.classpath"/>
     <property name="pegdown.loaded" value="true"/>
   </target>