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 2019/04/13 22:49:14 UTC

[lucene-solr] branch branch_8x updated: Fix out of sync forbidden-apis

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 570c20f  Fix out of sync forbidden-apis
570c20f is described below

commit 570c20fce75a98224589c8f3883100652c1404d4
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun Apr 14 00:47:10 2019 +0200

    Fix out of sync forbidden-apis
---
 dev-tools/maven/pom.xml.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template
index 50299a3..bcf5c4b 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.4.1</version>
+          <version>2.6</version>
           <configuration>
             <!--
               This is the default setting, we don't support too new Java versions.