From 59eb7e640e2768022d536317eeb475062af957da Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 31 Oct 2014 05:25:13 -0400
Subject: [PATCH] Updated the group id to com.syncleus.dann

Issue: DANN-14
Change-Id: I4a4565095d74273427febcf03e65e05e4af1693b
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f928b0..b447ef6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,14 +4,14 @@
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>com.syncleus</groupId>
+        <groupId>com.syncleus.dann</groupId>
         <artifactId>dann</artifactId>
         <version>2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>
 
-    <groupId>com.syncleus</groupId>
+    <groupId>com.syncleus.dann</groupId>
     <artifactId>dann-examples</artifactId>
     <name>dANN Example Projects</name>
     <description>Artificial Intelligence and Artificial Genetics library - Example Projects</description>
-- 
GitLab