You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2008/01/16 08:29:03 UTC

svn commit: r612374 - in /felix/trunk/commons: ./ activation/ antlr/ aopalliance/ avalon-framework/ cglib/ commons-attributes-api/ commons-attributes-compiler/ commons-beanutils/ commons-codec/ commons-collections/ commons-configuration/ commons-digest...

Author: cziegeler
Date: Tue Jan 15 23:28:57 2008
New Revision: 612374

URL: http://svn.apache.org/viewvc?rev=612374&view=rev
Log:
Use latest release of parent pom and remove unused commons parent pom.

Modified:
    felix/trunk/commons/activation/pom.xml
    felix/trunk/commons/antlr/pom.xml
    felix/trunk/commons/aopalliance/pom.xml
    felix/trunk/commons/avalon-framework/pom.xml
    felix/trunk/commons/cglib/pom.xml
    felix/trunk/commons/commons-attributes-api/pom.xml
    felix/trunk/commons/commons-attributes-compiler/pom.xml
    felix/trunk/commons/commons-beanutils/pom.xml
    felix/trunk/commons/commons-codec/pom.xml
    felix/trunk/commons/commons-collections/pom.xml
    felix/trunk/commons/commons-configuration/pom.xml
    felix/trunk/commons/commons-digester/pom.xml
    felix/trunk/commons/commons-el/pom.xml
    felix/trunk/commons/commons-email/pom.xml
    felix/trunk/commons/commons-fileupload/pom.xml
    felix/trunk/commons/commons-httpclient/pom.xml
    felix/trunk/commons/commons-io/pom.xml
    felix/trunk/commons/commons-jxpath/pom.xml
    felix/trunk/commons/commons-lang/pom.xml
    felix/trunk/commons/commons-logging/pom.xml
    felix/trunk/commons/commons-validator/pom.xml
    felix/trunk/commons/dom4j/pom.xml
    felix/trunk/commons/ehcache/pom.xml
    felix/trunk/commons/hibernate/pom.xml
    felix/trunk/commons/hsqldb/pom.xml
    felix/trunk/commons/jline/pom.xml
    felix/trunk/commons/jms/pom.xml
    felix/trunk/commons/jmxtools/pom.xml
    felix/trunk/commons/jsp-api/pom.xml
    felix/trunk/commons/jstl/pom.xml
    felix/trunk/commons/jta/pom.xml
    felix/trunk/commons/jzlib/pom.xml
    felix/trunk/commons/log4j/pom.xml
    felix/trunk/commons/logkit/pom.xml
    felix/trunk/commons/mail/pom.xml
    felix/trunk/commons/poi-full/pom.xml
    felix/trunk/commons/poi/pom.xml
    felix/trunk/commons/pom.xml
    felix/trunk/commons/portlet-api/pom.xml
    felix/trunk/commons/quartz/pom.xml
    felix/trunk/commons/servlet-api/pom.xml
    felix/trunk/commons/xercesImpl/pom.xml
    felix/trunk/commons/xml-apis/pom.xml
    felix/trunk/commons/xml-resolver/pom.xml

Modified: felix/trunk/commons/activation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/activation/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/activation/pom.xml (original)
+++ felix/trunk/commons/activation/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/antlr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/antlr/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/antlr/pom.xml (original)
+++ felix/trunk/commons/antlr/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/aopalliance/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/aopalliance/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/aopalliance/pom.xml (original)
+++ felix/trunk/commons/aopalliance/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/avalon-framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/avalon-framework/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/avalon-framework/pom.xml (original)
+++ felix/trunk/commons/avalon-framework/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/cglib/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/cglib/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/cglib/pom.xml (original)
+++ felix/trunk/commons/cglib/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-attributes-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-attributes-api/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-attributes-api/pom.xml (original)
+++ felix/trunk/commons/commons-attributes-api/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-attributes-compiler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-attributes-compiler/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-attributes-compiler/pom.xml (original)
+++ felix/trunk/commons/commons-attributes-compiler/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-beanutils/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-beanutils/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-beanutils/pom.xml (original)
+++ felix/trunk/commons/commons-beanutils/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-codec/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-codec/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-codec/pom.xml (original)
+++ felix/trunk/commons/commons-codec/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-collections/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-collections/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-collections/pom.xml (original)
+++ felix/trunk/commons/commons-collections/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-configuration/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-configuration/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-configuration/pom.xml (original)
+++ felix/trunk/commons/commons-configuration/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-digester/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-digester/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-digester/pom.xml (original)
+++ felix/trunk/commons/commons-digester/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-el/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-el/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-el/pom.xml (original)
+++ felix/trunk/commons/commons-el/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-email/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-email/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-email/pom.xml (original)
+++ felix/trunk/commons/commons-email/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-fileupload/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-fileupload/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-fileupload/pom.xml (original)
+++ felix/trunk/commons/commons-fileupload/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-httpclient/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-httpclient/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-httpclient/pom.xml (original)
+++ felix/trunk/commons/commons-httpclient/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-io/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-io/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-io/pom.xml (original)
+++ felix/trunk/commons/commons-io/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-jxpath/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-jxpath/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-jxpath/pom.xml (original)
+++ felix/trunk/commons/commons-jxpath/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-lang/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-lang/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-lang/pom.xml (original)
+++ felix/trunk/commons/commons-lang/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-logging/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-logging/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-logging/pom.xml (original)
+++ felix/trunk/commons/commons-logging/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/commons-validator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/commons-validator/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/commons-validator/pom.xml (original)
+++ felix/trunk/commons/commons-validator/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/dom4j/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/dom4j/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/dom4j/pom.xml (original)
+++ felix/trunk/commons/dom4j/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/ehcache/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/ehcache/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/ehcache/pom.xml (original)
+++ felix/trunk/commons/ehcache/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/hibernate/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/hibernate/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/hibernate/pom.xml (original)
+++ felix/trunk/commons/hibernate/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/hsqldb/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/hsqldb/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/hsqldb/pom.xml (original)
+++ felix/trunk/commons/hsqldb/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/jline/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jline/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/jline/pom.xml (original)
+++ felix/trunk/commons/jline/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/jms/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jms/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/jms/pom.xml (original)
+++ felix/trunk/commons/jms/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/jmxtools/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jmxtools/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/jmxtools/pom.xml (original)
+++ felix/trunk/commons/jmxtools/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/jsp-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jsp-api/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/jsp-api/pom.xml (original)
+++ felix/trunk/commons/jsp-api/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/jstl/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jstl/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/jstl/pom.xml (original)
+++ felix/trunk/commons/jstl/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/jta/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jta/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/jta/pom.xml (original)
+++ felix/trunk/commons/jta/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/jzlib/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/jzlib/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/jzlib/pom.xml (original)
+++ felix/trunk/commons/jzlib/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/log4j/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/log4j/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/log4j/pom.xml (original)
+++ felix/trunk/commons/log4j/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/logkit/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/logkit/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/logkit/pom.xml (original)
+++ felix/trunk/commons/logkit/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/mail/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/mail/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/mail/pom.xml (original)
+++ felix/trunk/commons/mail/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/poi-full/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/poi-full/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/poi-full/pom.xml (original)
+++ felix/trunk/commons/poi-full/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/poi/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/poi/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/poi/pom.xml (original)
+++ felix/trunk/commons/poi/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/pom.xml (original)
+++ felix/trunk/commons/pom.xml Tue Jan 15 23:28:57 2008
@@ -30,8 +30,6 @@
     </description>
 
     <modules>
-        <!-- parent pom for all contained modules -->
-        <module>pom</module>
         <!-- The bundles: -->
         <module>activation</module>
         <module>antlr</module>

Modified: felix/trunk/commons/portlet-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/portlet-api/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/portlet-api/pom.xml (original)
+++ felix/trunk/commons/portlet-api/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/quartz/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/quartz/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/quartz/pom.xml (original)
+++ felix/trunk/commons/quartz/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/servlet-api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/servlet-api/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/servlet-api/pom.xml (original)
+++ felix/trunk/commons/servlet-api/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/xercesImpl/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/xercesImpl/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/xercesImpl/pom.xml (original)
+++ felix/trunk/commons/xercesImpl/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/xml-apis/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/xml-apis/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/xml-apis/pom.xml (original)
+++ felix/trunk/commons/xml-apis/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>

Modified: felix/trunk/commons/xml-resolver/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/xml-resolver/pom.xml?rev=612374&r1=612373&r2=612374&view=diff
==============================================================================
--- felix/trunk/commons/xml-resolver/pom.xml (original)
+++ felix/trunk/commons/xml-resolver/pom.xml Tue Jan 15 23:28:57 2008
@@ -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>