Repository: incubator-atlas Updated Branches: refs/heads/master 69f6adfbc -> 8a3c167ab
Add dkantor as committer in pom.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/8a3c167a Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/8a3c167a Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/8a3c167a Branch: refs/heads/master Commit: 8a3c167ab3587ef1316fcfea445530974076daba Parents: 69f6adf Author: Dave Kantor <[email protected]> Authored: Mon Aug 1 19:51:48 2016 -0400 Committer: Dave Kantor <[email protected]> Committed: Mon Aug 1 19:51:48 2016 -0400 ---------------------------------------------------------------------- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8a3c167a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 857a244..4855d3d 100755 --- a/pom.xml +++ b/pom.xml @@ -362,6 +362,17 @@ <organization>Freestone Infotech</organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> </developer> + <developer> + <id>dkantor</id> + <name>Dave Kantor</name> + <email>[email protected]</email> + <timezone>-5</timezone> + <roles> + <role>committer</role> + </roles> + <organization>IBM Corporation</organization> + <!--<organizationUrl>http://www.ibm.com</organizationUrl>--> + </developer> </developers> <properties>
