You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2013/07/08 20:20:49 UTC

svn commit: r1500867 - in /creadur/rat/trunk: apache-rat-core/pom.xml apache-rat-plugin/pom.xml apache-rat-tasks/pom.xml

Author: sebb
Date: Mon Jul  8 18:20:49 2013
New Revision: 1500867

URL: http://svn.apache.org/r1500867
Log:
Fix up names

Modified:
    creadur/rat/trunk/apache-rat-core/pom.xml
    creadur/rat/trunk/apache-rat-plugin/pom.xml
    creadur/rat/trunk/apache-rat-tasks/pom.xml

Modified: creadur/rat/trunk/apache-rat-core/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/pom.xml?rev=1500867&r1=1500866&r2=1500867&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-core/pom.xml Mon Jul  8 18:20:49 2013
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>apache-rat-core</artifactId>
   <packaging>jar</packaging>
-  <name>Rat::Core</name>
+  <name>Apache Creadur Rat::Core</name>
   <description>The core functionality, shared by the Ant tasks,
     and the Maven plugin.</description>
 

Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1500867&r1=1500866&r2=1500867&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Mon Jul  8 18:20:49 2013
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>apache-rat-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Rat::Plugin4Maven</name>
+  <name>Apache Creadur Rat::Plugin4Maven</name>
   <description>A plugin for Apache Maven that runs Apache Rat
    to audit the source to be distributed.</description>
   <inceptionYear>2007</inceptionYear>

Modified: creadur/rat/trunk/apache-rat-tasks/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/pom.xml?rev=1500867&r1=1500866&r2=1500867&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-tasks/pom.xml Mon Jul  8 18:20:49 2013
@@ -24,7 +24,7 @@
   </parent>
   <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>
-  <name>Rat::Tasks4Ant</name>
+  <name>Apache Creadur Rat::Tasks4Ant</name>
   <description>
  A plugin for Apache Ant that runs Apache Rat
    to audit the source to be distributed.