Repository: sqoop Updated Branches: refs/heads/sqoop2 42e7443d5 -> 4efe6450b
SQOOP-3154: Sqoop2: Add Anna Szonyi to committer list in our pom file (Abraham Fine via Anna Szonyi) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/4efe6450 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/4efe6450 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/4efe6450 Branch: refs/heads/sqoop2 Commit: 4efe6450b837cfa5282676dc20e6a679971746c0 Parents: 42e7443 Author: Anna Szonyi <[email protected]> Authored: Thu Mar 16 18:47:57 2017 +0100 Committer: Anna Szonyi <[email protected]> Committed: Thu Mar 16 18:47:57 2017 +0100 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/4efe6450/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6ea7dc1..d11d565 100644 --- a/pom.xml +++ b/pom.xml @@ -934,6 +934,7 @@ limitations under the License. <organization>Cloudera</organization> <roles> <role>committer</role> + <role>PMC member</role> </roles> </developer> <developer> @@ -946,6 +947,14 @@ limitations under the License. </roles> </developer> <developer> + <id>annaszonyi</id> + <name>Anna Szonyi</name> + <organization>Cloudera</organization> + <roles> + <role>committer</role> + </roles> + </developer> + <developer> <id>arvind</id> <name>Arvind Prabhakar</name> <organization>StreamSets</organization>
