Removed superfluous groupId

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1159878 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/metadata/pom.xml b/ipojo/metadata/pom.xml
index ed7b692..c5b55bf 100644
--- a/ipojo/metadata/pom.xml
+++ b/ipojo/metadata/pom.xml
@@ -6,9 +6,9 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -25,15 +25,15 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>org.apache.felix.ipojo.metadata</artifactId>
-  <groupId>org.apache.felix</groupId>
+
   <version>1.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Apache Felix iPOJO Metadata</name>
-  
+
   <description>
   iPOJO internal metadata model.
   </description>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -48,7 +48,7 @@
             <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
             <Bundle-Description> iPOJO Metadata </Bundle-Description>
             <Export-Package> org.apache.felix.ipojo.metadata </Export-Package>
-            <Include-Resource> 
+            <Include-Resource>
               META-INF/LICENSE=LICENSE,
               META-INF/NOTICE=NOTICE,
               META-INF/DEPENDENCIES=DEPENDENCIES