use same groupId but an other artifactId to avoid confusion with the parent artifactId

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1388459 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1ce381d..f02725d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,8 +28,7 @@
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.archiva.redback</groupId>
-  <artifactId>redback-components</artifactId>
+  <artifactId>redback-features</artifactId>
   <packaging>pom</packaging>
   <name>Redback :: Components :: Karaf features</name>