Repository: camel Updated Branches: refs/heads/camel-2.15.x 3c9867b4a -> dacc46d4e refs/heads/master 4608deb15 -> 10920cb02
add developers to root pom Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/10920cb0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/10920cb0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/10920cb0 Branch: refs/heads/master Commit: 10920cb027a1457a08902fb0b6d0a07f28a33354 Parents: 4608deb Author: Jonathan Anstey <jans...@gmail.com> Authored: Fri Sep 4 14:49:20 2015 -0230 Committer: Jonathan Anstey <jans...@gmail.com> Committed: Fri Sep 4 14:49:20 2015 -0230 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/10920cb0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 46d081a..d8df65e 100755 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,19 @@ </mailingList> </mailingLists> + <developers> + <developer> + <name>The Apache Camel Team</name> + <email>d...@camel.apache.org</email> + <url>http://camel.apache.org</url> + <organization>Apache Software Foundation</organization> + <organizationUrl>http://apache.org/</organizationUrl> + <properties> + <picUrl>http://camel.apache.org/banner.data/apache-camel-7.png</picUrl> + </properties> + </developer> + </developers> + <issueManagement> <system>jira</system> <url>https://issues.apache.org/jira/browse/CAMEL</url>