Repository: incubator-atlas Updated Branches: refs/heads/master 30284c9a8 -> 86e526450
Add 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/86e52645 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/86e52645 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/86e52645 Branch: refs/heads/master Commit: 86e5264505417fc98a4cde315c8383e60d4638d4 Parents: 30284c9 Author: Sarath <[email protected]> Authored: Thu Mar 30 13:10:21 2017 -0700 Committer: Sarath <[email protected]> Committed: Thu Mar 30 13:10:21 2017 -0700 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/86e52645/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9069f95..9370cfd 100644 --- a/pom.xml +++ b/pom.xml @@ -434,6 +434,16 @@ </roles> <organization>Hortonworks Inc.</organization> </developer> + <developer> + <id>sarath</id> + <name>Sarath Subramanian</name> + <email>[email protected]</email> + <timezone>America/Los_Angeles</timezone> + <roles> + <role>committer</role> + </roles> + <organization>Hortonworks Inc.</organization> + </developer> </developers> <properties>
