Repository: incubator-atlas Updated Branches: refs/heads/master 30893c5e5 -> bed2a70d6
added committer details Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/bed2a70d Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/bed2a70d Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/bed2a70d Branch: refs/heads/master Commit: bed2a70d6302325ec909ff119694784618d5bda4 Parents: 30893c5 Author: Darshan <[email protected]> Authored: Sun Aug 14 23:32:36 2016 +0530 Committer: Darshan <[email protected]> Committed: Sun Aug 14 23:32:36 2016 +0530 ---------------------------------------------------------------------- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/bed2a70d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ac984e0..95f28b0 100755 --- a/pom.xml +++ b/pom.xml @@ -373,6 +373,17 @@ <organization>IBM Corporation</organization> <!--<organizationUrl>http://www.ibm.com</organizationUrl>--> </developer> + <developer> + <id>darshankumar</id> + <name>Darshan Kumar</name> + <email>[email protected]</email> + <timezone>+05:30</timezone> + <roles> + <role>committer</role> + </roles> + <organization>MPR</organization> + <!--<organizationUrl>http://www.ibm.com</organizationUrl>--> + </developer> </developers> <properties>
