Update pom files to use the 1.0.4 parent pom (bulk change).
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@763614 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/junit4osgi/pom.xml b/ipojo/junit4osgi/pom.xml
index e0ad2d3..6672acb 100644
--- a/ipojo/junit4osgi/pom.xml
+++ b/ipojo/junit4osgi/pom.xml
@@ -17,6 +17,11 @@
under the License.
-->
<project>
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix</artifactId>
+ <version>1.0.4</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Junit4OSGi</artifactId>
<groupId>org.apache.felix</groupId>