Add parent for snapshots

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
diff --git a/snapshots/pom.xml b/snapshots/pom.xml
index 964aefb..2220b2d 100644
--- a/snapshots/pom.xml
+++ b/snapshots/pom.xml
@@ -23,6 +23,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>org.eclipse.ee4j</groupId>
+        <artifactId>project</artifactId>
+        <version>1.0.6</version>
+    </parent>
 
     <groupId>org.glassfish.main.snapshots</groupId>
     <artifactId>snapshotsmodule</artifactId>