From fce45792789d008beb9ed6c98ef68b90faf60958 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Thu, 24 May 2012 21:27:12 +0000 Subject: [PATCH] updated link to current instead of forced 3.0.4 git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342435 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/maven/plugins/annotations/Component.java | 2 +- .../java/org/apache/maven/plugins/annotations/Parameter.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java index bfbb548..9afbd65 100644 --- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java +++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java @@ -28,7 +28,7 @@ import java.lang.annotation.Target; /** * Used to configure injection of Plexus components by - * + * * MavenPluginManager.getConfiguredMojo(...). * * @author Olivier Lamy diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java index 3a8df8c..3443127 100644 --- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java +++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java @@ -28,7 +28,7 @@ import java.lang.annotation.Target; /** * Used to configure your Mojo parameters to be injected by - * + * * MavenPluginManager.getConfiguredMojo(...). * * @author Olivier Lamy