You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/03 21:13:35 UTC

svn commit: r1592266 - in /maven/plugin-tools/trunk: maven-plugin-annotations/pom.xml maven-plugin-annotations/src/site/apt/index.apt.vm maven-plugin-tools-annotations/pom.xml

Author: hboutemy
Date: Sat May  3 19:13:35 2014
New Revision: 1592266

URL: http://svn.apache.org/r1592266
Log:
use "Maven Plugin Tools Java 5 Annotations" instead of "Maven Plugin Java 5 Annotations"

Modified:
    maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml
    maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm
    maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml?rev=1592266&r1=1592265&r2=1592266&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml Sat May  3 19:13:35 2014
@@ -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>

Modified: maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm?rev=1592266&r1=1592265&r2=1592266&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm (original)
+++ maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm Sat May  3 19:13:35 2014
@@ -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>>>:
 
 +--------+

Modified: maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml?rev=1592266&r1=1592265&r2=1592266&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml Sat May  3 19:13:35 2014
@@ -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>