Adopt top level naming systems for components

git-svn-id: https://svn.apache.org/repos/asf/creadur/tentacles/trunk@1355689 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b393ca2..3ba68e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,11 @@
     <version>10</version>
   </parent>
 
-  <groupId>org.apache.rat.tentacles</groupId>
-  <artifactId>apache-rat-tentacles</artifactId>
+  <groupId>org.apache.tentacles</groupId>
+  <artifactId>apache-tentacles</artifactId>
   <packaging>jar</packaging>
   <version>0.1-SNAPSHOT</version>
-  <name>Apache Rat Tentacles</name>
+  <name>Apache Tentacles</name>
   <description>Utility to download binaries from a remote repository and scan them for LICENSE and NOTICE files</description>