LUCENE-7694: Update forbiddenapis to version 2.3

This commit is contained in:
Uwe Schindler 2017-02-13 22:59:37 +01:00
parent 0240a8b4fa
commit 88d2658e41
2 changed files with 3 additions and 1 deletions

View File

@ -176,6 +176,8 @@ Build
Jars are not downloaded; compilation is not updated; and Clover is not enabled.
(Steve Rowe)
* LUCENE-7694: Update forbiddenapis to version 2.3. (Uwe Schindler)
Other
* LUCENE-7666: Fix typos in lucene-join package info javadoc.

View File

@ -2348,7 +2348,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<property name="forbidden-sysout-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="2.2"
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.3"
inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.ant.AntTask" classpathref="forbidden-apis.classpath"/>
<property name="forbidden-apis.loaded" value="true"/>