o Enabled filtering of version

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@800625 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2009-08-03 23:37:13 +00:00
parent 08da1932fd
commit 6899312e11
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Usage
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.5</version>
<version>2.6</version>
<configuration>
<!-- To allow Javadoc Tool to generate annotation for Mojo fields -->
@ -49,7 +49,7 @@ Usage
<tagletArtifact>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-javadoc</artifactId>
<version>2.4.3</version>
<version>${project.version}</version>
</tagletArtifact>
</tagletArtifacts>
...