FELIX-3258 Refer to new parent POM and reduce reactor POM to just listing child modules
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1210494 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/bundle/pom.xml b/http/bundle/pom.xml
index 87dae0b..e02fbca 100644
--- a/http/bundle/pom.xml
+++ b/http/bundle/pom.xml
@@ -21,13 +21,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.http</artifactId>
- <version>2.2.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
+ <artifactId>org.apache.felix.http.parent</artifactId>
+ <version>1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<name>Apache Felix Http Bundle</name>
<artifactId>org.apache.felix.http.bundle</artifactId>
+ <version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<build>