fix groupId for components with sub modules

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1310563 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 22b1292..7ca7a98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>  
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.codehaus.redback.components.registry</groupId>
+  <groupId>org.apache.archiva.redback.components.registry</groupId>
   <artifactId>spring-registry</artifactId>
   <version>1.1-SNAPSHOT</version>
   <name>Redback Spring Registry Component</name>