Repository: tajo Updated Branches: refs/heads/branch-0.11.1 d533ea838 -> c906e59e5
TAJO-2041: Update the Team page. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/c906e59e Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/c906e59e Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/c906e59e Branch: refs/heads/branch-0.11.1 Commit: c906e59e568dd4e02805190698fbf1c8b0ab7ac5 Parents: d533ea8 Author: JaeHwa Jung <[email protected]> Authored: Tue Jan 12 14:49:23 2016 +0900 Committer: JaeHwa Jung <[email protected]> Committed: Tue Jan 12 14:49:23 2016 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-project/pom.xml | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/c906e59e/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 58584ee..6c5f490 100644 --- a/CHANGES +++ b/CHANGES @@ -88,6 +88,8 @@ Release 0.11.1 - unreleased TASKS + TAJO-2041: Update the Team page. (jaehwa) + TAJO-2018: Remove redundant 'String.toString()'. (Dongkyu Hwangbo via jinho) TAJO-1705: Update document for index support. (jihoon) http://git-wip-us.apache.org/repos/asf/tajo/blob/c906e59e/tajo-project/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml index e4e80e1..fd41aa8 100644 --- a/tajo-project/pom.xml +++ b/tajo-project/pom.xml @@ -241,6 +241,11 @@ <contributors> <contributor> + <name>Byunghwa Yun</name> + <organization>LOEN entertainment</organization> + <roles><role>Contributor</role></roles> + </contributor> + <contributor> <name>Camelia</name> <roles><role>Contributor</role></roles> </contributor> @@ -260,8 +265,13 @@ <roles><role>Contributor</role></roles> </contributor> <contributor> + <name>Dongkyu Hwangbo</name> + <organization>Gruter</organization> + <roles><role>Contributor</role></roles> + </contributor> + <contributor> <name>Dongmin Yu</name> - <organization>InfiniLoop</organization> + <organization>Treasure Data</organization> <roles><role>Contributor</role></roles> </contributor> <contributor> @@ -280,6 +290,11 @@ <roles><role>Contributor</role></roles> </contributor> <contributor> + <name>Jongyoung Park</name> + <organization>Gruter</organization> + <roles><role>Contributor</role></roles> + </contributor> + <contributor> <name>KyoungBok Lee</name> <organization>Line</organization> <roles><role>Contributor</role></roles> @@ -324,7 +339,7 @@ <roles><role>Contributor</role></roles> </contributor> <contributor> - <name>Youngjun Park</name> + <name>Yongjun Park</name> <organization>Gruter</organization> <roles><role>Contributor</role></roles> </contributor>
