Final steps before the release preparation:
- cosmetic fix
- update to new parent
- remove dependnencies on org.apache.felix osgi core and compendium

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@934873 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/junit4osgi/pom.xml b/ipojo/junit4osgi/pom.xml
index 8f0288b..4d21cd7 100644
--- a/ipojo/junit4osgi/pom.xml
+++ b/ipojo/junit4osgi/pom.xml
@@ -17,11 +17,11 @@
  under the License.

 -->

 <project>

-	<parent>

-		<groupId>org.apache.felix</groupId>

-		<artifactId>felix-parent</artifactId>

-		<version>1.2.0</version>

-	</parent>

+  <parent>

+    <groupId>org.apache.felix</groupId>

+    <artifactId>felix-parent</artifactId>

+    <version>1.2.1</version>

+  </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>Junit4OSGi</artifactId>

   <groupId>org.apache.felix</groupId>

@@ -30,30 +30,30 @@
   <packaging>pom</packaging>

   

   <modules>

-		<module>junit4osgi</module>

-		<module>felix-command</module>

-		<module>maven-junit4osgi-plugin</module>

-		<module>immediate-launcher</module>

+    <module>junit4osgi</module>

+    <module>felix-command</module>

+    <module>maven-junit4osgi-plugin</module>

+    <module>immediate-launcher</module>

   </modules>

 

   <profiles>

-	<profile>

-		<id>java5</id>

-		<activation>

-			<jdk>1.5</jdk>

-		</activation>

-		<modules>

-			<module>swing-runner</module>

-		</modules>

-	</profile>

-	<profile>

-		<id>java6</id>

-		<activation>

-			<jdk>1.6</jdk>

-		</activation>

-		<modules>

-			<module>swing-runner</module>

-		</modules>

-	</profile>

+  <profile>

+    <id>java5</id>

+    <activation>

+      <jdk>1.5</jdk>

+    </activation>

+    <modules>

+      <module>swing-runner</module>

+    </modules>

+  </profile>

+  <profile>

+    <id>java6</id>

+    <activation>

+      <jdk>1.6</jdk>

+    </activation>

+    <modules>

+      <module>swing-runner</module>

+    </modules>

+  </profile>

   </profiles>

 </project>