[CALCITE-2293] Upgrade forbidden-apis to 2.5 (for JDK 10)
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/2b93eaa3 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/2b93eaa3 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/2b93eaa3 Branch: refs/heads/master Commit: 2b93eaa35aa8f758bfe498dc213b6c5dddf20b1f Parents: c3f2705 Author: Julian Hyde <[email protected]> Authored: Tue May 1 12:05:08 2018 -0700 Committer: Julian Hyde <[email protected]> Committed: Tue May 1 12:05:08 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/2b93eaa3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 04d7a07..277f5b0 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ limitations under the License. <fmpp-maven-plugin.version>1.0</fmpp-maven-plugin.version> <foodmart-data-hsqldb.version>0.3</foodmart-data-hsqldb.version> <foodmart-queries.version>0.4.1</foodmart-queries.version> - <forbiddenapis.version>2.3</forbiddenapis.version> + <forbiddenapis.version>2.5</forbiddenapis.version> <freemarker.version>2.3.25-incubating</freemarker.version> <git-commit-id-plugin.version>2.1.9</git-commit-id-plugin.version> <geode.version>1.3.0</geode.version>
