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
master
Herve Boutemy 2012-05-24 21:27:12 +00:00
parent ff7fff513d
commit fce4579278
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import java.lang.annotation.Target;
/**
* Used to configure injection of Plexus components by
* <a href="/ref/3.0.4/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
* <code>MavenPluginManager.getConfiguredMojo(...)</code></a>.
*
* @author Olivier Lamy

View File

@ -28,7 +28,7 @@ import java.lang.annotation.Target;
/**
* Used to configure your Mojo parameters to be injected by
* <a href="/ref/3.0.4/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
* <code>MavenPluginManager.getConfiguredMojo(...)</code></a>.
*
* @author Olivier Lamy