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 2014/04/17 23:54:33 UTC

svn commit: r1588378 - /lucene/dev/trunk/lucene/common-build.xml

Author: uschindler
Date: Thu Apr 17 21:54:33 2014
New Revision: 1588378

URL: http://svn.apache.org/r1588378
Log:
Update to bugfix release of forbidden-apis to work around annotations bug (may affect lucene in the future)

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

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1588378&r1=1588377&r2=1588378&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Thu Apr 17 21:54:33 2014
@@ -2217,7 +2217,7 @@ ${ant.project.name}.test.dependencies=${
   <property name="forbidden-rue-excludes" value=""/>
   
   <target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure">
-    <ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.5"
+    <ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.5.1"
       inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
     <taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.AntTask" classpathref="forbidden-apis.classpath"/>
     <property name="forbidden-apis.loaded" value="true"/>