Repository: sqoop Updated Branches: refs/heads/sqoop2 ebd68dc2d -> 3c4ace8b6
SQOOP-2393: Add Qian Xu to the developers list (Abraham Elmahrek via Qian Xu) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/3c4ace8b Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/3c4ace8b Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/3c4ace8b Branch: refs/heads/sqoop2 Commit: 3c4ace8b639219d96fae168598bb611a5ec4b175 Parents: ebd68dc Author: Qian Xu <[email protected]> Authored: Tue Jun 9 10:26:29 2015 +0800 Committer: Qian Xu <[email protected]> Committed: Tue Jun 9 10:26:29 2015 +0800 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/3c4ace8b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 269e617..7749edc 100644 --- a/pom.xml +++ b/pom.xml @@ -909,5 +909,13 @@ limitations under the License. <role>Committer</role> </roles> </developer> + <developer> + <id>qxu</id> + <name>Qian Xu</name> + <organization>Intel</organization> + <roles> + <role>Committer</role> + </roles> + </developer> </developers> </project>
