From c57694a731a9f12b57005ffee00e3c37a22e83d3 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 15 Feb 2011 19:00:23 -0500 Subject: [PATCH] added group id to pom --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8bec5a6..f0293a9 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,7 @@ </parent> <packaging>jar</packaging> + <groupId>syncleus.com</groupId> <artifactId>dann-examples</artifactId> <name>dANN Example Projects</name> <description>Artificial Intelligence and Artificial Genetics library - Example Projects</description> -- GitLab