add developers to root pom
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/6cb8d099 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/6cb8d099 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/6cb8d099 Branch: refs/heads/master Commit: 6cb8d09976b0a6b308a26caf16e5bfd9222b3cef Parents: 85beff8 Author: Jonathan Anstey <[email protected]> Authored: Fri Sep 4 14:54:02 2015 -0230 Committer: Jonathan Anstey <[email protected]> Committed: Fri Sep 4 14:55:56 2015 -0230 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/6cb8d099/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 367011c..8c6f114 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,19 @@ </mailingList> </mailingLists> + <developers> + <developer> + <name>The Apache Karaf Team</name> + <email>[email protected]</email> + <url>http://karaf.apache.org</url> + <organization>Apache Software Foundation</organization> + <organizationUrl>http://apache.org/</organizationUrl> + <properties> + <picUrl>http://karaf.apache.org/images/karaf-logo.png</picUrl> + </properties> + </developer> + </developers> + <prerequisites> <maven>3.0.3</maven> </prerequisites>
