diff options
author | Dominik Stadler <centic@apache.org> | 2015-09-30 20:00:14 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-09-30 20:00:14 +0000 |
commit | 5366f02c2c317bc6ddf65a9c9d9d33136c38bf49 (patch) | |
tree | d886fb4f2a7d45063c471c777bc7dbc4ddb59af5 /build.xml | |
parent | 38827e7b29a4cb8ca1b743aa845589586bb8d896 (diff) | |
download | poi-5366f02c2c317bc6ddf65a9c9d9d33136c38bf49.tar.gz poi-5366f02c2c317bc6ddf65a9c9d9d33136c38bf49.zip |
Update forbidden-api checks to new release 2.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706151 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/forbiddenapis-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/forbiddenapis-2.0.jar"/> <!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm --> <!-- "Copy these file(s), free of charge" --> |