use "Maven Plugin Tools Java 5 Annotations" instead of "Maven Plugin Java 5 Annotations"

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1592266 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-05-03 19:13:35 +00:00
parent daf8877b3d
commit e1e487489f
3 changed files with 4 additions and 4 deletions

View File

@ -28,8 +28,8 @@
<artifactId>maven-plugin-annotations</artifactId>
<name>Maven Plugin Java 5 Annotations</name>
<description>Java 5 annotations to use in Mojos.</description>
<name>Maven Plugin Tools Java 5 Annotations</name>
<description>Java 5 annotations to use in Mojos</description>
<dependencies>
<dependency>

View File

@ -32,7 +32,7 @@ About ${project.name}
* Usage
To be able to {{{../maven-plugin-tools-annotations/index.html}use Maven Plugin Java 5 Annotations}},
To be able to {{{../maven-plugin-tools-annotations/index.html}use Maven Plugin Tools Java 5 Annotations}},
add this artifact to your project dependencies in <<<pom.xml>>>:
+--------+

View File

@ -27,7 +27,7 @@
<artifactId>maven-plugin-tools-annotations</artifactId>
<name>Maven Plugin Tool for Java with Java 5 Annotations</name>
<name>Maven Plugin Tool for Java with Annotations</name>
<description>Descriptor extractor for plugins written in Java with Java 5 annotations.</description>
<dependencies>