Repository: incubator-atlas Updated Branches: refs/heads/master cd139e501 -> 70d549882
Added sumasai 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/70d54988 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/70d54988 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/70d54988 Branch: refs/heads/master Commit: 70d54988288e7545848a5992af0806708d8b840f Parents: cd139e5 Author: Shwetha GS <[email protected]> Authored: Tue Dec 22 17:40:12 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Dec 22 17:40:12 2015 +0530 ---------------------------------------------------------------------- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/70d54988/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 841851f..59d59c9 100755 --- a/pom.xml +++ b/pom.xml @@ -314,6 +314,18 @@ <organization>Hortonworks Inc.</organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> </developer> + <developer> + <id>sumasai</id> + <name>Suma Shivaprasad</name> + <email>[email protected]</email> + <timezone>-8</timezone> + <roles> + <role>committer</role> + <role>PPMC</role> + </roles> + <organization>Hortonworks Inc.</organization> + <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> + </developer> </developers> <properties>
