You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2015/09/04 19:19:59 UTC

[2/2] camel git commit: add developers to root pom

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/dacc46d4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dacc46d4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dacc46d4

Branch: refs/heads/camel-2.15.x
Commit: dacc46d4e70ff743f3be26d5ea5757d5dc1c5494
Parents: 3c9867b
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Fri Sep 4 14:49:20 2015 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Fri Sep 4 14:49:39 2015 -0230

----------------------------------------------------------------------
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/dacc46d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50c5c59..db10daa 100755
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,19 @@
     </mailingList>
   </mailingLists>
 
+  <developers>
+    <developer>
+      <name>The Apache Camel Team</name>
+      <email>dev@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>