Repository: incubator-atlas Updated Branches: refs/heads/master 9ca6136e2 -> ab43b2808
Updated committer information Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/ab43b280 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/ab43b280 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/ab43b280 Branch: refs/heads/master Commit: ab43b2808bf15e9d667d7cadfaa518baf9d47308 Parents: 9ca6136 Author: apoorvnaik <[email protected]> Authored: Tue Mar 14 11:33:35 2017 -0700 Committer: apoorvnaik <[email protected]> Committed: Tue Mar 14 11:33:35 2017 -0700 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/ab43b280/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c9c8abc..42a9d0d 100644 --- a/pom.xml +++ b/pom.xml @@ -423,6 +423,16 @@ <organization>IBM Corporation</organization> <!--<organizationUrl>http://www.ibm.com</organizationUrl>--> </developer> + <developer> + <id>apoorvnaik</id> + <name>Apoorv Naik</name> + <email>[email protected]</email> + <timezone>America/Los_Angeles</timezone> + <roles> + <role>committer</role> + </roles> + <organization>Hortonworks Inc.</organization> + </developer> </developers> <properties>
