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 2014/08/18 11:11:34 UTC

svn commit: r1618563 - /lucene/dev/trunk/dev-tools/maven/pom.xml.template

Author: uschindler
Date: Mon Aug 18 09:11:34 2014
New Revision: 1618563

URL: http://svn.apache.org/r1618563
Log:
Update outdated forbidden-apis in Maven build

Modified:
    lucene/dev/trunk/dev-tools/maven/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1618563&r1=1618562&r2=1618563&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Mon Aug 18 09:11:34 2014
@@ -159,7 +159,7 @@
         <plugin>
           <groupId>de.thetaphi</groupId>
           <artifactId>forbiddenapis</artifactId>
-          <version>1.4</version>
+          <version>1.6.1</version>
           <configuration>
             <!--
               This is the default setting, we don't support too new Java versions.