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 2018/09/17 11:03:44 UTC

lucene-solr:branch_7x: LUCENE-8504: Update forbiddenapis to 2.6

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x e0b524bce -> 22b1d792d


LUCENE-8504: Update forbiddenapis to 2.6


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/22b1d792
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/22b1d792
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/22b1d792

Branch: refs/heads/branch_7x
Commit: 22b1d792defdd35528bded729f24ff089e51e57f
Parents: e0b524b
Author: Uwe Schindler <us...@apache.org>
Authored: Mon Sep 17 13:02:11 2018 +0200
Committer: Uwe Schindler <us...@apache.org>
Committed: Mon Sep 17 13:03:28 2018 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt      | 5 ++++-
 lucene/common-build.xml | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/22b1d792/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 7bfee0e..c59c909 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -4,7 +4,10 @@ For more information on past and future Lucene versions, please see:
 http://s.apache.org/luceneversions
 
 ======================= Lucene 7.6.0 =======================
-(No Changes)
+
+Build
+
+* LUCENE-8504: Upgrade forbiddenapis to version 2.6.  (Uwe Schindler)
 
 ======================= Lucene 7.5.0 =======================
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/22b1d792/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 9fbddc3..0d38822 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -2404,7 +2404,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.5"
+    <ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.6"
       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"/>