From c8c75c14b93032cf5f4c09fb189e8be098821449 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 30 Jul 2013 19:39:44 -0400
Subject: [PATCH] Copied the developer connection info in pom.xml from the root
 project to this one. There was incorrect reporting of this information by
 default

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

diff --git a/pom.xml b/pom.xml
index 057c45b..8606575 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,12 @@
     <artifactId>dann-examples</artifactId>
     <name>dANN Example Projects</name>
     <description>Artificial Intelligence and Artificial Genetics library - Example Projects</description>
+    <url>http://wiki.syncleus.com/index.php/DANN</url>
+
+    <scm>
+            <connection>git://git.syncleus.com/dANN-examples.git</connection>
+            <developerConnection>git@git.syncleus.com:dANN-examples.git</developerConnection>
+    </scm>
 
     <distributionManagement>
         <repository>
-- 
GitLab