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/03/28 18:07:12 UTC

lucene-solr:master: LUCENE-8230: Upgrade forbiddenapis to version 2.5

Repository: lucene-solr
Updated Branches:
  refs/heads/master 7260d9ce7 -> 060d82af3


LUCENE-8230: Upgrade forbiddenapis to version 2.5


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

Branch: refs/heads/master
Commit: 060d82af316bd2512e3f014365ce82db6c2f9fdf
Parents: 7260d9c
Author: Uwe Schindler <us...@apache.org>
Authored: Wed Mar 28 20:06:54 2018 +0200
Committer: Uwe Schindler <us...@apache.org>
Committed: Wed Mar 28 20:06:54 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/060d82af/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index b061930..c531b5a 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -130,6 +130,8 @@ Build
 * LUCENE-7935: Publish .sha512 hash files with the release artifacts and stop
   publishing .md5 hashes since the algorithm is broken (janhoy)
 
+* LUCENE-8230: Upgrade forbiddenapis to version 2.5.  (Uwe Schindler)
+
 ======================= Lucene 7.3.0 =======================
 
 API Changes

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/060d82af/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 5465220..dafe935 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -2419,7 +2419,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
 
   <!-- GROOVY scripting engine for ANT tasks -->
   <target name="resolve-groovy" unless="groovy.loaded" depends="ivy-availability-check,ivy-configure">
-    <ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.4.13"
+    <ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.4.15"
       inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
     <taskdef name="groovy"
       classname="org.codehaus.groovy.ant.Groovy"
@@ -2433,7 +2433,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.4.1"
+    <ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.5"
       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"/>