Repository: lens Updated Branches: refs/heads/master 2feb8e201 -> 84678c5e3
Archana H : Adding developer entry to the pom Project: http://git-wip-us.apache.org/repos/asf/lens/repo Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/84678c5e Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/84678c5e Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/84678c5e Branch: refs/heads/master Commit: 84678c5e30d48a7c10e34c0db40a2ba7a1dcc0e9 Parents: 2feb8e2 Author: Archana H <[email protected]> Authored: Tue May 24 18:02:03 2016 +0530 Committer: Archana H <[email protected]> Committed: Tue May 24 18:02:03 2016 +0530 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lens/blob/84678c5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cb213bb..1c3c9da 100644 --- a/pom.xml +++ b/pom.xml @@ -364,6 +364,15 @@ <role>Committer</role> </roles> </developer> + <developer> + <id>archanah</id> + <email>[email protected]</email> + <name>Archana H</name> + <timezone>+5.5</timezone> + <roles> + <role>Committer</role> + </roles> + </developer> </developers> <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</connection>
