no need for a snapshot of the plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@427447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2006-08-01 05:25:34 +00:00
parent ff82c96fa1
commit c4c124d441
1 changed files with 1 additions and 8 deletions

View File

@ -23,7 +23,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-core-it-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<executions>
<execution>
<phase>process-resources</phase>
@ -40,11 +40,4 @@
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<name>Maven Plugins Development Repository</name>
<url>http://cvs.apache.org/maven-snapshot-repository</url>
</pluginRepository>
</pluginRepositories>
</project>