From 4d29fa6eedfbc4a390c83bb4537ee998c722c297 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 31 Oct 2014 06:27:15 -0400
Subject: [PATCH] Added organization, contributor, and developer information.

Issue: DANN-18
Change-Id: I00dabb719447abbe0b9c1f6237f3ae03f653eeca
---
 pom.xml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2f8689e..496d91f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,10 @@
     <name>dANN Example Projects</name>
     <description>Artificial Intelligence and Artificial Genetics library - Example Projects</description>
     <url>http://wiki.syncleus.com/index.php/DANN</url>
+    <organization>
+        <name>Syncleus</name>
+        <url>http://www.syncleus.com</url>
+    </organization>
 
     <licenses>
         <license>
@@ -71,6 +75,37 @@
         </mailingList>
     </mailingLists>
 
+    <developers>
+        <developer>
+            <id>JeffreyPhillipsFreeman</id>
+            <name>Jeffrey Phillips Freeman</name>
+            <email>Jeffrey.Freeman@Syncleus.com</email>
+            <url>http://JeffreyFreeman.me</url>
+            <organization>Syncleus</organization>
+            <organizationUrl>http://www.syncleus.com</organizationUrl>
+            <roles>
+                <role>Chief Technology Officer</role>
+                <role>Project Owner</role>
+                <role>Developer</role>
+            </roles>
+            <timezone>-4</timezone>
+            <properties>
+                <picUrl>http://2.gravatar.com/avatar/4b0fd9df484be9a8546055550f162a68</picUrl>
+            </properties>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>Seth Horne</name>
+            <email>seh999@gmail.com</email>
+            <roles>
+                <role>Developer</role>
+                <role>Tester</role>
+            </roles>
+            <timezone>-4</timezone>
+        </contributor>
+    </contributors>
+
     <repositories>
         <repository>
             <id>syncleus.releases</id>
-- 
GitLab