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