Use latest release of parent pom and remove unused commons parent pom.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@612374 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/commons/jline/pom.xml b/commons/jline/pom.xml
index 26e9981..39e2b19 100644
--- a/commons/jline/pom.xml
+++ b/commons/jline/pom.xml
@@ -17,14 +17,15 @@
specific language governing permissions and limitations
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>
- <parent>
- <groupId>org.apache.felix.commons</groupId>
- <artifactId>commons-build</artifactId>
- <version>1.0.1-SNAPSHOT</version>
- <relativePath>../pom</relativePath>
- </parent>
+<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>
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix</artifactId>
+ <version>1.0.2</version>
+ <relativePath>../../pom</relativePath>
+ </parent>
+
<properties>
<pkgArtifactId>jline</pkgArtifactId>
<pkgVersion>0.9.91</pkgVersion>