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

Branch: refs/heads/ode-1.3.x
Commit: d1f67cefd4fefe88a3d970926b76ff0db492e3c0
Parents: f786b96
Author: sathwik <[email protected]>
Authored: Thu Jul 20 14:49:57 2017 +0530
Committer: sathwik <[email protected]>
Committed: Thu Jul 20 14:49:57 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/ode/blob/d1f67cef/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 0a308c1..e008f04 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.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