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/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>