TAJO-859: Update site for new committer Alvin Henrick. (hyunsik) Closes #27
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/1474a2a2 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/1474a2a2 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/1474a2a2 Branch: refs/heads/window_function Commit: 1474a2a273192c08d726eb431ddcb4eb34837a4b Parents: 4feb537 Author: Hyunsik Choi <[email protected]> Authored: Wed Jun 11 10:59:42 2014 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Wed Jun 11 10:59:42 2014 -0700 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-project/pom.xml | 24 ++++++++++++++++++++---- tajo-project/src/site/apt/index.apt | 2 ++ 3 files changed, 24 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/1474a2a2/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 795f9e3..3276338 100644 --- a/CHANGES +++ b/CHANGES @@ -126,6 +126,8 @@ Release 0.9.0 - unreleased TASKS + TAJO-859: Update site for new committer Alvin Henrick. (hyunsik) + TAJO-817: tajo-core should not skip deploy. (hyunsik) TAJO-814: Set up Travis CI builds. (hyunsik) http://git-wip-us.apache.org/repos/asf/tajo/blob/1474a2a2/tajo-project/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml index 2167bd1..7c0da53 100644 --- a/tajo-project/pom.xml +++ b/tajo-project/pom.xml @@ -65,6 +65,16 @@ <timezone></timezone> </developer> <developer> + <id>ahenrick</id> + <name>Alvin Derek Henrick</name> + <email>[email protected]</email> + <organization></organization> + <roles> + <role>Committer</role> + </roles> + <timezone></timezone> + </developer> + <developer> <id>mattmann</id> <name>Chris Mattmann</name> <email>[email protected]</email> @@ -207,10 +217,6 @@ <contributors> <contributor> - <name>Alvin Henrick</name> - <roles><role>Contributor</role></roles> - </contributor> - <contributor> <name>Camelia</name> <roles><role>Contributor</role></roles> </contributor> @@ -245,6 +251,16 @@ <roles><role>Contributor</role></roles> </contributor> <contributor> + <name>Jinhang Choi</name> + <organization>Korea University</organization> + <roles><role>Contributor</role></roles> + </contributor> + <contributor> + <name>Prafulla T.</name> + <organization></organization> + <roles><role>Contributor</role></roles> + </contributor> + <contributor> <name>Tae-kyeong Goh</name> <organization>Gruter</organization> <roles><role>Logo Designer</role></roles> http://git-wip-us.apache.org/repos/asf/tajo/blob/1474a2a2/tajo-project/src/site/apt/index.apt ---------------------------------------------------------------------- diff --git a/tajo-project/src/site/apt/index.apt b/tajo-project/src/site/apt/index.apt index 75eea31..382f754 100644 --- a/tajo-project/src/site/apt/index.apt +++ b/tajo-project/src/site/apt/index.apt @@ -67,6 +67,8 @@ Releases News + * <<[2014-05-24]>> Alvin Derek Henrick was invited to a new committer. + * <<[2014-04-01]>> Keuntae Park presented the real usecases of Apache Tajo in ApacheCon North America 2014. ({{{http://www.youtube.com/watch?v=m8THYeA8R7Q}Video}}, {{{http://events.linuxfoundation.org/sites/events/files/slides/ApacheCon_Keuntae_Park_0.pdf}Slide}}) * <<[2014-04-01]>> Min Zhou was invited to a new committer.
