Repository: sqoop Updated Branches: refs/heads/sqoop2 3517bc254 -> 8382ffb9c
SQOOP-3403: Sqoop2: Add Fero Szabo to committer list in our pom file (Fero Szabo) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/8382ffb9 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/8382ffb9 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/8382ffb9 Branch: refs/heads/sqoop2 Commit: 8382ffb9ce74e5a7ac37dac010eeebf034a6d5fb Parents: 3517bc2 Author: Fero Szabo <[email protected]> Authored: Fri Nov 9 12:11:30 2018 +0100 Committer: Fero Szabo <[email protected]> Committed: Fri Nov 9 12:12:00 2018 +0100 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/8382ffb9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7468ef0..8605be0 100644 --- a/pom.xml +++ b/pom.xml @@ -981,6 +981,14 @@ limitations under the License. </roles> </developer> <developer> + <id>fero</id> + <name>Fero Szabo</name> + <organization>Cloudera</organization> + <roles> + <role>committer</role> + </roles> + </developer> + <developer> <id>cheolsoo</id> <name>Cheolsoo Park</name> <organization>StreamSets</organization>
