Separate-out the parent pom so that we can release subprojects independently.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@951954 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index 7142f47..6d09dbd 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -23,6 +23,7 @@
     <groupId>org.apache.felix</groupId>
     <artifactId>gogo-parent</artifactId>
     <version>0.5.0-SNAPSHOT</version>
+    <relativePath>../gogo-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>org.apache.felix.gogo.command</artifactId>