From b84794e43d3f74d998569bb3d30ea14eb90e0201 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 29 Oct 2014 10:04:18 -0400
Subject: [PATCH] Updated issue tracking system information in the maven build
 chain.

Issue: DANN-13
Change-Id: Iee78838ae4cfeb65e08fbcc8c91f64a43f646f78
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7c11ad0..5302a2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,11 @@
     <description>Artificial Intelligence and Artificial Genetics library - Example Projects</description>
     <url>http://wiki.syncleus.com/index.php/DANN</url>
 
+    <issueManagement>
+        <system>JIRA</system>
+        <url>http://bugs.syncleus.com/browse/DANN/</url>
+    </issueManagement>
+
     <scm>
         <connection>scm:git:http://gerrit.syncleus.com/dANN-examples</connection>
         <developerConnection>scm:git:ssh://gerrit.syncleus.com/dANN-examples</developerConnection>
-- 
GitLab