TAJO-1587: Upgrade java version to 1.7 for Travis CI. (jihoon) Closes #557
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/9d73267c Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/9d73267c Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/9d73267c Branch: refs/heads/index_support Commit: 9d73267cb308e1d4c2df60e1099322938f0559a5 Parents: 2e7d03d Author: Jihoon Son <[email protected]> Authored: Wed Apr 29 10:36:37 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Wed Apr 29 10:37:04 2015 +0900 ---------------------------------------------------------------------- .travis.yml | 2 +- CHANGES | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/9d73267c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 4b3459a..8fc9b94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ git: depth: 150 jdk: - - openjdk6 + - openjdk7 env: PATH=$PATH:$HOME/local/bin http://git-wip-us.apache.org/repos/asf/tajo/blob/9d73267c/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 93fb092..c7a8edd 100644 --- a/CHANGES +++ b/CHANGES @@ -212,6 +212,8 @@ Release 0.11.0 - unreleased TASKS + TAJO-1587: Upgrade java version to 1.7 for Travis CI. (jihoon) + TAJO-1559: Fix data model description (tinyint, smallint). (Contributed by Dongjoon Hyun, Committed by jihoon)
