Repository: sqoop Updated Branches: refs/heads/trunk c081094e5 -> 1b32a53e6
SQOOP-2454: Drop JDK6 support (Jarek Jarcec Cecho via Richard Zhou) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/1b32a53e Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/1b32a53e Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/1b32a53e Branch: refs/heads/trunk Commit: 1b32a53e669a3ed0745df2f2c8fe5f302e052f28 Parents: c081094 Author: Richard Zhou <[email protected]> Authored: Wed Aug 5 10:23:32 2015 +0800 Committer: Richard Zhou <[email protected]> Committed: Wed Aug 5 10:23:32 2015 +0800 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/1b32a53e/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 7bc6a5b..d6ddd06 100644 --- a/build.xml +++ b/build.xml @@ -273,8 +273,8 @@ <property name="src.tar.file" location="${build.dir}/${src.artifact.name}.tar.gz" /> <!-- compilation --> - <property name="targetJavaVersion" value="1.6" /> - <property name="sourceJavaVersion" value="1.6" /> + <property name="targetJavaVersion" value="1.7" /> + <property name="sourceJavaVersion" value="1.7" /> <property name="javac.deprecation" value="off"/> <property name="javac.debug" value="on"/> <property name="build.encoding" value="ISO-8859-1"/>
