Repository: eagle Updated Branches: refs/heads/branch-0.5 c243f4161 -> 31f2582da
[MINOR] adding myself in developer list as a first commit Author: Jay <[email protected]> Closes #916 from jhsenjaliya/add-me-in-developer-list. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/31f2582d Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/31f2582d Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/31f2582d Branch: refs/heads/branch-0.5 Commit: 31f2582da42c0c4cc75bf5c93edacab603a30b89 Parents: c243f41 Author: Jay <[email protected]> Authored: Sun Apr 16 23:15:25 2017 -0700 Committer: Jay <[email protected]> Committed: Sun Apr 16 23:15:25 2017 -0700 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/eagle/blob/31f2582d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bf21b12..7862e6f 100755 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,13 @@ <organization>Apache Software Foundation</organization> <organizationUrl>https://eagle.apache.org</organizationUrl> </developer> + <developer> + <id>jaysen</id> + <name>Jayesh Senjaliya</name> + <email>[email protected]</email> + <organization>Apache Software Foundation</organization> + <organizationUrl>https://eagle.apache.org</organizationUrl> + </developer> </developers> <modules> <module>eagle-core</module>
