Repository: ode Updated Branches: refs/heads/ode-1.3.x 2e38f9401 -> 893d7b74a
ODE-1071: JDK 8 Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/893d7b74 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/893d7b74 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/893d7b74 Branch: refs/heads/ode-1.3.x Commit: 893d7b74a77fcb383eca39951275955ba97e64ff Parents: 2e38f94 Author: sathwik <[email protected]> Authored: Wed Dec 20 11:45:09 2017 +0530 Committer: sathwik <[email protected]> Committed: Wed Dec 20 11:45:09 2017 +0530 ---------------------------------------------------------------------- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/893d7b74/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index eb82845..97854c9 100644 --- a/Rakefile +++ b/Rakefile @@ -77,8 +77,8 @@ define "ode" do project.version = VERSION_NUMBER project.group = "org.apache.ode" - compile.options.source = "1.7" - compile.options.target = "1.7" + compile.options.source = "1.8" + compile.options.target = "1.8" manifest["Implementation-Vendor"] = "Apache Software Foundation" meta_inf << file("NOTICE")
