Repository: incubator-atlas Updated Branches: refs/heads/0.8-incubating a0bd93945 -> 3995d2d1f
Updated committer information (cherry picked from commit ab43b2808bf15e9d667d7cadfaa518baf9d47308) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/f0b97c5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/f0b97c5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/f0b97c5c Branch: refs/heads/0.8-incubating Commit: f0b97c5ccaef9ee880488e3ec865e3c9ec36f684 Parents: a0bd939 Author: apoorvnaik <[email protected]> Authored: Tue Mar 14 11:33:35 2017 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Thu Mar 16 21:47:04 2017 -0700 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/f0b97c5c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 00dd142..3cc2a1f 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>
