diff --git a/pom.xml b/pom.xml index 2f8689e59bb4b53d6761572c0d1eeb3e84328c8a..496d91fdae72b90ca1573365ae848b982bc20e6d 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>