Repository: sqoop Updated Branches: refs/heads/sqoop2 b8e53c428 -> 954a993fd
SQOOP-2388: Add Richard Zhou to the developers list (Abraham Elmahrek 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/954a993f Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/954a993f Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/954a993f Branch: refs/heads/sqoop2 Commit: 954a993fd5a483570d5323af382b7cc5a6546452 Parents: b8e53c4 Author: Richard Zhou <[email protected]> Authored: Mon Jun 8 21:22:31 2015 +0800 Committer: Richard Zhou <[email protected]> Committed: Mon Jun 8 21:22:48 2015 +0800 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/954a993f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 531009a..269e617 100644 --- a/pom.xml +++ b/pom.xml @@ -901,5 +901,13 @@ limitations under the License. <role>Committer</role> </roles> </developer> + <developer> + <id>rzhou1</id> + <name>Richard Zhou</name> + <organization>Intel</organization> + <roles> + <role>Committer</role> + </roles> + </developer> </developers> </project>
