Give credit to Murad Ersoy for contributing the new Log4j 2 logo.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d7f14444 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d7f14444 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d7f14444 Branch: refs/heads/LOG4J2-89 Commit: d7f144442e1e0e588b91fee9cab90059e0a671c0 Parents: f02dbf8 Author: rpopma <[email protected]> Authored: Wed Nov 11 15:39:37 2015 +0900 Committer: Ralph Goers <[email protected]> Committed: Fri Nov 20 17:39:21 2015 -0700 ---------------------------------------------------------------------- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d7f14444/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 242ddce..0805f79 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ </roles> <timezone>Asia/Tokyo</timezone> <properties> - <!--<picUrl>http://people.apache.org/~rpopma/img/profilepic.jpg</picUrl>--> + <picUrl>http://people.apache.org/~rpopma/img/profilepic.jpg</picUrl> </properties> </developer> <developer> @@ -120,6 +120,22 @@ <timezone>Europe/Stockholm</timezone> </developer> </developers> + <!-- Contributors --> + <contributors> + <contributor> + <name>Murad Ersoy</name> + <email>[email protected]</email> + <url>https://www.behance.net/muradersoy</url> + <roles> + <role>Illustrator and Designer</role> + <role>created the new Log4j 2 logo.</role> + </roles> + <timezone>Europe/Istanbul</timezone> + <properties> + <picUrl>https://mir-s3-cdn-cf.behance.net/user/138/403dcf1521581.54d67f8fb01f7.jpg</picUrl> + </properties> + </contributor> + </contributors> <mailingLists> <mailingList> <name>log4j-user</name>
