You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/06/30 12:55:26 UTC

svn commit: r1355689 - /creadur/tentacles/trunk/pom.xml

Author: rdonkin
Date: Sat Jun 30 10:55:25 2012
New Revision: 1355689

URL: http://svn.apache.org/viewvc?rev=1355689&view=rev
Log:
Adopt top level naming systems for components

Modified:
    creadur/tentacles/trunk/pom.xml

Modified: creadur/tentacles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/tentacles/trunk/pom.xml?rev=1355689&r1=1355688&r2=1355689&view=diff
==============================================================================
--- creadur/tentacles/trunk/pom.xml (original)
+++ creadur/tentacles/trunk/pom.xml Sat Jun 30 10:55:25 2012
@@ -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>