Adding my info to developers in pom.xml
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/4dbb7876 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4dbb7876 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4dbb7876 Branch: refs/heads/master Commit: 4dbb787692dca452863687d4cffed6a58d580721 Parents: 8c8b145 Author: dayash <[email protected]> Authored: Tue Jul 10 14:09:10 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Jul 10 17:19:37 2018 +0200 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/4dbb7876/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7c5a4c4..dd2994b 100644 --- a/pom.xml +++ b/pom.xml @@ -324,6 +324,16 @@ under the License. <url>http://people.apache.org/~loredicola/</url> <email>[email protected]</email> </developer> + <developer> + <id>dimaayash</id> + <name>Dima Ayash</name> + <organization>Tirasa</organization> + <organizationUrl>http://www.tirasa.net/</organizationUrl> + <roles> + <role>committer</role> + </roles> + <email>[email protected]</email> + </developer> </developers> <contributors> <contributor>
