o Locked down plugin version

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-01-30 14:00:16 +00:00
parent 43f8a2e8bd
commit 2f70d84b62
1 changed files with 10 additions and 0 deletions

View File

@ -41,5 +41,15 @@ under the License.
<version>2.1-SNAPSHOT</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<!-- Only here to lock down the plugin version -->
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-packaging</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>