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/commons/jline/pom.xml b/commons/jline/pom.xml
index e9578a8..ed74d0a 100644
--- a/commons/jline/pom.xml
+++ b/commons/jline/pom.xml
@@ -18,15 +18,23 @@
     under the License. 

 -->

 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
+ 

+	<modelVersion>4.0.0</modelVersion>

+	
     <parent>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>felix</artifactId>
-        <version>1.0.2</version>
-        <relativePath>../../pom</relativePath>
+        

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

+			<artifactId>felix</artifactId>
+      

+			<version>1.0.4</version>
+       

+			<relativePath>../../pom</relativePath>

+	
     </parent>
 
-    <properties>

+    

+	<properties>

         <pkgArtifactId>jline</pkgArtifactId>

         <pkgVersion>0.9.91</pkgVersion>

         <pomVersion>0001</pomVersion>