diff --git a/pom.xml b/pom.xml
index eb955ff76c2dd8383ed8f01b392439904c3b1800..e1c87e66f30625cab6fd8547f8defaba1ee1b2a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,6 +2,12 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+    <parent>
+        <groupId>com.syncleus</groupId>
+        <artifactId>syncleus</artifactId>
+        <version>3</version>
+    </parent>
+
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi-jni</artifactId>
     <version>1.0.0-SNAPSHOT</version>