Repository: ode
Updated Branches:
  refs/heads/master a3df12dde -> e3d3ec6be


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/e3d3ec6b
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/e3d3ec6b
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/e3d3ec6b

Branch: refs/heads/master
Commit: e3d3ec6becaad5e33f27b79de703450ca989bf51
Parents: a3df12d
Author: sathwik <[email protected]>
Authored: Wed Dec 20 11:47:09 2017 +0530
Committer: sathwik <[email protected]>
Committed: Wed Dec 20 11:47:09 2017 +0530

----------------------------------------------------------------------
 Rakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/e3d3ec6b/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 3ae6838..63bd0fe 100644
--- a/Rakefile
+++ b/Rakefile
@@ -78,8 +78,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")
 

Reply via email to