Repository: sqoop Updated Branches: refs/heads/sqoop2 d3955ab57 -> d9412c2b3
SQOOP-2996: Sqoop2: Add Attila Szabo to committer list in our pom file (Abraham Fine via Attila Szabo) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/d9412c2b Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/d9412c2b Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/d9412c2b Branch: refs/heads/sqoop2 Commit: d9412c2b34b229280ecf25326d4643e5731278ac Parents: d3955ab Author: Attila Szabo <[email protected]> Authored: Thu Sep 1 16:54:18 2016 +0200 Committer: Attila Szabo <[email protected]> Committed: Thu Sep 1 16:54:18 2016 +0200 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/d9412c2b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 891b2c9..6ea7dc1 100644 --- a/pom.xml +++ b/pom.xml @@ -1066,6 +1066,14 @@ limitations under the License. </roles> </developer> <developer> + <id>maugli</id> + <name>Attila Szabo</name> + <organization>Cloudera</organization> + <roles> + <role>committer</role> + </roles> + </developer> + <developer> <id>mengwei</id> <name>Mengwei Ding</name> <organization>Google</organization>
