This was fast :-) I was about to patch this. Uwe
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, September 30, 2015 10:00 PM > To: [email protected] > Subject: svn commit: r1706151 - /poi/trunk/build.xml > > Author: centic > Date: Wed Sep 30 20:00:14 2015 > New Revision: 1706151 > > URL: http://svn.apache.org/viewvc?rev=1706151&view=rev > Log: > Update forbidden-api checks to new release 2.0 > > Modified: > poi/trunk/build.xml > > Modified: poi/trunk/build.xml > URL: > http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1706151&r1=170615 > 0&r2=1706151&view=diff > ========================================================== > ==================== > --- poi/trunk/build.xml (original) > +++ poi/trunk/build.xml Wed Sep 30 20:00:14 2015 > @@ -193,8 +193,8 @@ under the License. > <!-- license and api checks --> > <property name="rat.jar" location="${main.lib}/apache-rat-0.11.jar"/> > <property name="rat.url" > value="${repository.m2}/maven2/org/apache/rat/apache-rat/0.11/apache- > rat-0.11.jar"/> > - <property name="forbidden.jar" location="${main.lib}/forbiddenapis- > 1.8.jar"/> > - <property name="forbidden.url" > value="${repository.m2}/maven2/de/thetaphi/forbiddenapis/1.8/forbidden > apis-1.8.jar"/> > + <property name="forbidden.jar" location="${main.lib}/forbiddenapis- > 2.0.jar"/> > + <property name="forbidden.url" > value="${repository.m2}/maven2/de/thetaphi/forbiddenapis/2.0/forbidden > apis-2.0.jar"/> > > <!-- See http://www.ecma- > international.org/publications/standards/Ecma-376.htm --> > <!-- "Copy these file(s), free of charge" --> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
