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:02:26 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 6fac57d9a -> 4940b3666


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/4940b366
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4940b366
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4940b366

Branch: refs/heads/master
Commit: 4940b3666ef4eb6a32f7720fcd7c34994682901f
Parents: 6fac57d
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:02:11 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/4940b366/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6b8cb67..f62fef2b 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -161,7 +161,10 @@ Optimizations
   (Jim Ferenczi, Adrien Grand)
 
 ======================= 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/4940b366/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"/>