Skip to content

Commit

Permalink
Upgrade forbiddenapis to version 3.1 (backport)
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Sep 23, 2020
1 parent 427e11c commit b13945d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-tools/maven/pom.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
<version>3.0.1</version>
<version>3.1</version>
<configuration>
<!--
This is the default setting, we don't support too new Java versions.
Expand Down
4 changes: 4 additions & 0 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ Other
* LUCENE-9512: Move LockFactory stress test to be a unit/integration
test. (Uwe Schindler, Dawid Weiss, Robert Muir)

Build

* Upgrade forbiddenapis to version 3.1. (Uwe Schindler)

======================= Lucene 8.6.2 =======================

Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lucene/common-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2448,7 +2448,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="3.0.1"
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="3.1"
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"/>
Expand Down

0 comments on commit b13945d

Please sign in to comment.