From 696bf99d2ac15162c5372515fe614f73c48c933d Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 30 Oct 2014 23:37:59 -0400
Subject: [PATCH] Added CI information to the maven build chain.

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

diff --git a/pom.xml b/pom.xml
index 511685e..16be193 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,11 @@
         <developerConnection>scm:git:ssh://gerrit.syncleus.com/dANN-examples</developerConnection>
     </scm>
 
+    <ciManagement>
+        <system>jenkins</system>
+        <url>http://builds.syncleus.com/</url>
+    </ciManagement>
+
     <mailingLists>
         <mailingList>
             <name>Syncleus Announcements</name>
-- 
GitLab