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/05/19 20:46:27 UTC

svn commit: r1340534 - /creadur/rat/trunk/pom.xml

Author: rdonkin
Date: Sat May 19 18:46:27 2012
New Revision: 1340534

URL: http://svn.apache.org/viewvc?rev=1340534&view=rev
Log:
Refer to Rat by the full name (Apache Rat)

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1340534&r1=1340533&r2=1340534&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sat May 19 18:46:27 2012
@@ -26,10 +26,10 @@
   <artifactId>apache-rat-project</artifactId>
   <packaging>pom</packaging>
   <version>0.9-SNAPSHOT</version>
-  <name>RAT</name>
+  <name>Apache Rat</name>
   <url>http://creadur.apache.org/rat</url>
   <description>
-Release Audit Tool (RAT) is a tool to improve accuracy and efficiency when checking
+Apache Rat is a release audit tool. It improves accuracy and efficiency when checking
 releases. It is heuristic in nature: making guesses about possible problems. It
 will produce false positives and cannot find every possible issue with a release.
 It's reports require interpretation.