typo in pom.xml / field description
-----------------------------------
Key: RAT-102
URL: https://issues.apache.org/jira/browse/RAT-102
Project: RAT
Issue Type: Bug
Components: maven
Affects Versions: 0.9
Reporter: Hugo Hirsch
Priority: Trivial
There is a tiny typo in the pom.
h3. trunk (Revision: 1203844)
{code}
<description>
Release Audit Tool (RAT) is a tool to improve 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.
In response to demands from project quality tool developers, RAT is available
as a
library suitable for inclusion in tools. This POM describes that library.
Note that binary compatibility is not gauranteed between 0.x releases.
</description>
{code}
h3. correction (attached patch)
{code}
<description>
Release Audit Tool (RAT) is a tool to improve 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.
In response to demands from project quality tool developers, RAT is available
as a
library suitable for inclusion in tools. This POM describes that library.
Note that binary compatibility is not guaranteed between 0.x releases.
</description>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira