Repository: ode
Updated Branches:
  refs/heads/master 9a552fc44 -> 901723f53


ODE-1043: Moved to minimum binary compatibility to Java 7


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/e80a793d
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/e80a793d
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/e80a793d

Branch: refs/heads/master
Commit: e80a793d3cebbe812f25d582ffdf09214d9ec1a8
Parents: 9a552fc
Author: sathwik <[email protected]>
Authored: Tue Nov 28 12:38:15 2017 +0530
Committer: sathwik <[email protected]>
Committed: Tue Nov 28 12:38:15 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/ode/blob/e80a793d/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index ba3ce52..c0aff23 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.6"
-  compile.options.target = "1.6"
+  compile.options.source = "1.7"
+  compile.options.target = "1.7"
   manifest["Implementation-Vendor"] = "Apache Software Foundation"
   meta_inf << file("NOTICE")
 

Reply via email to