You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/02/15 19:00:32 UTC

[28/52] [abbrv] lucene-solr:jira/solr-9858: LUCENE-7694: Update forbiddenapis to version 2.3

LUCENE-7694: Update forbiddenapis to version 2.3


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

Branch: refs/heads/jira/solr-9858
Commit: 88d2658e4191d1bd172ebfa5dd93e38ccdbed15e
Parents: 0240a8b
Author: Uwe Schindler <us...@apache.org>
Authored: Mon Feb 13 22:59:37 2017 +0100
Committer: Uwe Schindler <us...@apache.org>
Committed: Mon Feb 13 22:59:37 2017 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt      | 2 ++
 lucene/common-build.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/88d2658e/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 5e0ff11..60a3e16 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -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.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/88d2658e/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 2a988eb..7d64bc2 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -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"/>