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 2020/06/03 23:03:50 UTC

[lucene-solr] branch branch_8x updated: Upgrade forbiddenapis to hotfix release 3.0.1 (allows upgrade to commons-io 2.7 in Solr)

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 3b3e4d4  Upgrade forbiddenapis to hotfix release 3.0.1 (allows upgrade to commons-io 2.7 in Solr)
3b3e4d4 is described below

commit 3b3e4d418d7e72f96d31d76e6e8fe9cd964913b0
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Thu Jun 4 01:01:42 2020 +0200

    Upgrade forbiddenapis to hotfix release 3.0.1 (allows upgrade to commons-io 2.7 in Solr)
---
 dev-tools/maven/pom.xml.template | 2 +-
 lucene/CHANGES.txt               | 2 +-
 lucene/common-build.xml          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template
index 590b0e3..f5bdb5a 100644
--- a/dev-tools/maven/pom.xml.template
+++ b/dev-tools/maven/pom.xml.template
@@ -161,7 +161,7 @@
         <plugin>
           <groupId>de.thetaphi</groupId>
           <artifactId>forbiddenapis</artifactId>
-          <version>2.7</version>
+          <version>3.0.1</version>
           <configuration>
             <!--
               This is the default setting, we don't support too new Java versions.
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index cd1afec..b5f7183 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -154,7 +154,7 @@ Other
 
 Build
 
-* Upgrade forbiddenapis to version 3.0.  (Uwe Schindler)
+* Upgrade forbiddenapis to version 3.0.1.  (Uwe Schindler)
 
 * LUCENE-9376: Fix or suppress 20 resource leak precommit warnings in lucene/search
   (Andras Salamon via Erick Erickson)
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 1948dd9..fc2442a 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -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"
+    <ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="3.0.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"/>