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/activation/pom.xml b/commons/activation/pom.xml
index 3a289f8..9fdeadf 100644
--- a/commons/activation/pom.xml
+++ b/commons/activation/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>activation</pkgArtifactId>
         <pkgVersion>1.1</pkgVersion>
diff --git a/commons/antlr/pom.xml b/commons/antlr/pom.xml
index 2b12115..faadaef 100644
--- a/commons/antlr/pom.xml
+++ b/commons/antlr/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>antlr</pkgArtifactId>
         <pkgVersion>2.7.6</pkgVersion>
diff --git a/commons/aopalliance/pom.xml b/commons/aopalliance/pom.xml
index ea01763..a606635 100644
--- a/commons/aopalliance/pom.xml
+++ b/commons/aopalliance/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>aopalliance</pkgArtifactId>
         <pkgVersion>1.0</pkgVersion>
diff --git a/commons/avalon-framework/pom.xml b/commons/avalon-framework/pom.xml
index 588cbfc..c132505 100644
--- a/commons/avalon-framework/pom.xml
+++ b/commons/avalon-framework/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>avalon-framework</pkgArtifactId>
         <pkgVersion>4.1.3</pkgVersion>
diff --git a/commons/cglib/pom.xml b/commons/cglib/pom.xml
index c851dd8..954e84a 100644
--- a/commons/cglib/pom.xml
+++ b/commons/cglib/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>cglib-full</pkgArtifactId>
         <pkgVersion>2.0.2</pkgVersion>
diff --git a/commons/commons-attributes-api/pom.xml b/commons/commons-attributes-api/pom.xml
index f60bcd0..ea0b551 100644
--- a/commons/commons-attributes-api/pom.xml
+++ b/commons/commons-attributes-api/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-attributes-api</pkgArtifactId>
         <pkgVersion>2.2</pkgVersion>
diff --git a/commons/commons-attributes-compiler/pom.xml b/commons/commons-attributes-compiler/pom.xml
index 64d6057..b4f15e8 100644
--- a/commons/commons-attributes-compiler/pom.xml
+++ b/commons/commons-attributes-compiler/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-attributes-compiler</pkgArtifactId>
         <pkgVersion>2.2</pkgVersion>
diff --git a/commons/commons-beanutils/pom.xml b/commons/commons-beanutils/pom.xml
index 018d4a8..a0d50fc 100644
--- a/commons/commons-beanutils/pom.xml
+++ b/commons/commons-beanutils/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-beanutils</pkgArtifactId>
         <pkgVersion>1.7.0</pkgVersion>
diff --git a/commons/commons-codec/pom.xml b/commons/commons-codec/pom.xml
index 9c9d973..2760e3d 100644
--- a/commons/commons-codec/pom.xml
+++ b/commons/commons-codec/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-codec</pkgArtifactId>
         <pkgVersion>1.3</pkgVersion>
diff --git a/commons/commons-collections/pom.xml b/commons/commons-collections/pom.xml
index fbdc7a7..20586d7 100644
--- a/commons/commons-collections/pom.xml
+++ b/commons/commons-collections/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-collections</pkgArtifactId>
         <pkgVersion>3.2</pkgVersion>
diff --git a/commons/commons-configuration/pom.xml b/commons/commons-configuration/pom.xml
index b2d624e..9fa869e 100644
--- a/commons/commons-configuration/pom.xml
+++ b/commons/commons-configuration/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-configuration</pkgArtifactId>
         <pkgVersion>1.3</pkgVersion>
diff --git a/commons/commons-digester/pom.xml b/commons/commons-digester/pom.xml
index a37b4fa..12aa9ff 100644
--- a/commons/commons-digester/pom.xml
+++ b/commons/commons-digester/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-digester</pkgArtifactId>
         <pkgVersion>1.8</pkgVersion>
diff --git a/commons/commons-el/pom.xml b/commons/commons-el/pom.xml
index a1c51f6..ead63b0 100644
--- a/commons/commons-el/pom.xml
+++ b/commons/commons-el/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-el</pkgArtifactId>
         <pkgVersion>1.0</pkgVersion>
diff --git a/commons/commons-email/pom.xml b/commons/commons-email/pom.xml
index 99c1e63..c96c985 100644
--- a/commons/commons-email/pom.xml
+++ b/commons/commons-email/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-email</pkgArtifactId>
         <pkgVersion>1.0</pkgVersion>
diff --git a/commons/commons-fileupload/pom.xml b/commons/commons-fileupload/pom.xml
index fe8ea66..f465a8b 100644
--- a/commons/commons-fileupload/pom.xml
+++ b/commons/commons-fileupload/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-fileupload</pkgArtifactId>
         <pkgVersion>1.1.1</pkgVersion>
diff --git a/commons/commons-httpclient/pom.xml b/commons/commons-httpclient/pom.xml
index b74cad2..faf2742 100644
--- a/commons/commons-httpclient/pom.xml
+++ b/commons/commons-httpclient/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-httpclient</pkgArtifactId>
         <pkgVersion>3.0.1</pkgVersion>
diff --git a/commons/commons-io/pom.xml b/commons/commons-io/pom.xml
index 348f001..bf0aa45 100644
--- a/commons/commons-io/pom.xml
+++ b/commons/commons-io/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-io</pkgArtifactId>
         <pkgVersion>1.3.2</pkgVersion>
diff --git a/commons/commons-jxpath/pom.xml b/commons/commons-jxpath/pom.xml
index d822f44..45f553a 100644
--- a/commons/commons-jxpath/pom.xml
+++ b/commons/commons-jxpath/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-jxpath</pkgArtifactId>
         <pkgVersion>1.2</pkgVersion>
diff --git a/commons/commons-lang/pom.xml b/commons/commons-lang/pom.xml
index c56f1ba..bf0f6c1 100644
--- a/commons/commons-lang/pom.xml
+++ b/commons/commons-lang/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-lang</pkgArtifactId>
         <pkgVersion>2.3</pkgVersion>
diff --git a/commons/commons-logging/pom.xml b/commons/commons-logging/pom.xml
index f581476..28fbf53 100644
--- a/commons/commons-logging/pom.xml
+++ b/commons/commons-logging/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>commons-logging</pkgArtifactId>
         <pkgVersion>1.1</pkgVersion>
diff --git a/commons/commons-validator/pom.xml b/commons/commons-validator/pom.xml
index dd955d2..ea5533c 100644
--- a/commons/commons-validator/pom.xml
+++ b/commons/commons-validator/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
   <properties>
     <pkgArtifactId>commons-validator</pkgArtifactId>
     <pkgVersion>1.3.1</pkgVersion>
diff --git a/commons/dom4j/pom.xml b/commons/dom4j/pom.xml
index 56142f3..1a56b16 100644
--- a/commons/dom4j/pom.xml
+++ b/commons/dom4j/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>dom4j</pkgArtifactId>
         <pkgVersion>1.6.1</pkgVersion>
diff --git a/commons/ehcache/pom.xml b/commons/ehcache/pom.xml
index 7fa0622..d1d0a23 100644
--- a/commons/ehcache/pom.xml
+++ b/commons/ehcache/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>ehcache</pkgArtifactId>
         <pkgVersion>1.1</pkgVersion>
diff --git a/commons/hibernate/pom.xml b/commons/hibernate/pom.xml
index e830a8c..4c32154 100644
--- a/commons/hibernate/pom.xml
+++ b/commons/hibernate/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>hibernate</pkgArtifactId>
         <pkgVersion>3.1.3</pkgVersion>
diff --git a/commons/hsqldb/pom.xml b/commons/hsqldb/pom.xml
index 5d6807e..30ef341 100644
--- a/commons/hsqldb/pom.xml
+++ b/commons/hsqldb/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>hsqldb</pkgArtifactId>
         <pkgVersion>1.8.0.7</pkgVersion>
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>

diff --git a/commons/jms/pom.xml b/commons/jms/pom.xml
index 88bc00f..d23e581 100644
--- a/commons/jms/pom.xml
+++ b/commons/jms/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>jms</pkgArtifactId>
         <pkgVersion>1.1</pkgVersion>
diff --git a/commons/jmxtools/pom.xml b/commons/jmxtools/pom.xml
index 0d22f4f..1c1ec23 100644
--- a/commons/jmxtools/pom.xml
+++ b/commons/jmxtools/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>jmxtools</pkgArtifactId>
         <pkgVersion>1.2.1</pkgVersion>
diff --git a/commons/jsp-api/pom.xml b/commons/jsp-api/pom.xml
index 1a49b9f..967e75f 100644
--- a/commons/jsp-api/pom.xml
+++ b/commons/jsp-api/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>jsp-api</pkgArtifactId>
         <pkgVersion>2.0</pkgVersion>
diff --git a/commons/jstl/pom.xml b/commons/jstl/pom.xml
index c884478..c5582c0 100644
--- a/commons/jstl/pom.xml
+++ b/commons/jstl/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>jstl</pkgArtifactId>
         <pkgVersion>1.1.2</pkgVersion>
diff --git a/commons/jta/pom.xml b/commons/jta/pom.xml
index 9b77b87..d4052e3 100644
--- a/commons/jta/pom.xml
+++ b/commons/jta/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>jta</pkgArtifactId>
         <pkgVersion>1.0.1B</pkgVersion>
diff --git a/commons/jzlib/pom.xml b/commons/jzlib/pom.xml
index a49dc39..905ccd8 100644
--- a/commons/jzlib/pom.xml
+++ b/commons/jzlib/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>jzlib</pkgArtifactId>
         <pkgVersion>1.0.7</pkgVersion>
diff --git a/commons/log4j/pom.xml b/commons/log4j/pom.xml
index b6ab5c5..95dbf31 100644
--- a/commons/log4j/pom.xml
+++ b/commons/log4j/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>log4j</pkgArtifactId>
         <pkgVersion>1.2.12</pkgVersion>
diff --git a/commons/logkit/pom.xml b/commons/logkit/pom.xml
index e6401b8..e679520 100644
--- a/commons/logkit/pom.xml
+++ b/commons/logkit/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>logkit</pkgArtifactId>
         <pkgVersion>1.0.1</pkgVersion>
diff --git a/commons/mail/pom.xml b/commons/mail/pom.xml
index 9e9e4bd..a313e23 100644
--- a/commons/mail/pom.xml
+++ b/commons/mail/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>mail</pkgArtifactId>
         <pkgVersion>1.4</pkgVersion>
diff --git a/commons/poi-full/pom.xml b/commons/poi-full/pom.xml
index b300449..adc1071 100644
--- a/commons/poi-full/pom.xml
+++ b/commons/poi-full/pom.xml
@@ -19,13 +19,13 @@
 -->
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>poi-full</pkgArtifactId>
         <pkgVersion>3.0.1-FINAL</pkgVersion>
diff --git a/commons/poi/pom.xml b/commons/poi/pom.xml
index 05b643f..053aba3 100644
--- a/commons/poi/pom.xml
+++ b/commons/poi/pom.xml
@@ -18,13 +18,14 @@
     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.commons</groupId>
-        <artifactId>commons-build</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
-        <relativePath>../pom</relativePath>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
   <properties>
     <pkgArtifactId>poi</pkgArtifactId>
     <pkgVersion>3.0.1-FINAL</pkgVersion>
diff --git a/commons/pom.xml b/commons/pom.xml
index f721559..f95bb58 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -30,8 +30,6 @@
     </description>
 
     <modules>
-        <!-- parent pom for all contained modules -->
-        <module>pom</module>
         <!-- The bundles: -->
         <module>activation</module>
         <module>antlr</module>
diff --git a/commons/portlet-api/pom.xml b/commons/portlet-api/pom.xml
index 2ea5677..170aadf 100644
--- a/commons/portlet-api/pom.xml
+++ b/commons/portlet-api/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>portlet-api</pkgArtifactId>
         <pkgVersion>1.0</pkgVersion>
diff --git a/commons/quartz/pom.xml b/commons/quartz/pom.xml
index d55cf8e..413b3f0 100644
--- a/commons/quartz/pom.xml
+++ b/commons/quartz/pom.xml
@@ -16,17 +16,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">
+<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.0</version>
-        <relativePath>../pom</relativePath>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>quartz</pkgArtifactId>
         <pkgVersion>1.5.2</pkgVersion>
diff --git a/commons/servlet-api/pom.xml b/commons/servlet-api/pom.xml
index cc325a1..8d8e4ef 100644
--- a/commons/servlet-api/pom.xml
+++ b/commons/servlet-api/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>servlet-api</pkgArtifactId>
         <pkgVersion>2.4</pkgVersion>
diff --git a/commons/xercesImpl/pom.xml b/commons/xercesImpl/pom.xml
index 32a0467..481546e 100644
--- a/commons/xercesImpl/pom.xml
+++ b/commons/xercesImpl/pom.xml
@@ -20,11 +20,12 @@
 <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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>xercesImpl</pkgArtifactId>
         <pkgVersion>2.8.1</pkgVersion>
diff --git a/commons/xml-apis/pom.xml b/commons/xml-apis/pom.xml
index 5b72946..841f7c9 100644
--- a/commons/xml-apis/pom.xml
+++ b/commons/xml-apis/pom.xml
@@ -18,30 +18,28 @@
     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.commons</groupId>
-        <artifactId>commons-build</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
-        <relativePath>../pom</relativePath>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
     
-  <properties>
-    <pkgArtifactId>xml-apis</pkgArtifactId>
-    <pkgVersion>1.3.4</pkgVersion>
-    <realPkgVersion>1.3.04</realPkgVersion>
-    <pomVersion>0002</pomVersion>
-    <osgiVersion>${pkgVersion}</osgiVersion>
-  </properties>
+    <properties>
+        <pkgArtifactId>xml-apis</pkgArtifactId>
+        <pkgVersion>1.3.4</pkgVersion>
+        <realPkgVersion>1.3.04</realPkgVersion>
+        <pomVersion>0002</pomVersion>
+        <osgiVersion>${pkgVersion}</osgiVersion>
+    </properties>
   
-  <groupId>org.apache.felix.commons</groupId>
-  <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId>
-  <version>${osgiVersion}-${pomVersion}-SNAPSHOT</version>
-  <packaging>bundle</packaging>
+    <groupId>org.apache.felix.commons</groupId>
+    <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId>
+    <version>${osgiVersion}-${pomVersion}-SNAPSHOT</version>
+    <packaging>bundle</packaging>
     
-  <name>${pkgArtifactId} bundle</name>
+    <name>${pkgArtifactId} bundle</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${realPkgVersion}.jar.
     </description>
@@ -52,9 +50,9 @@
     </organization>
 
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/xml-apis</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/xml-apis</developerConnection>
-      <url>http://svn.apache.org/viewcvs/felix/trunk/commons/xml-apis</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/xml-apis</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/xml-apis</developerConnection>
+        <url>http://svn.apache.org/viewcvs/felix/trunk/commons/xml-apis</url>
     </scm>
 
     <dependencies>
diff --git a/commons/xml-resolver/pom.xml b/commons/xml-resolver/pom.xml
index 09d4e7c..0adb85c 100644
--- a/commons/xml-resolver/pom.xml
+++ b/commons/xml-resolver/pom.xml
@@ -17,16 +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">
+<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>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix</artifactId>
+        <version>1.0.2</version>
+        <relativePath>../../pom</relativePath>
     </parent>
+
     <properties>
         <pkgArtifactId>xml-resolver</pkgArtifactId>
         <pkgVersion>1.2</pkgVersion>