Author: brett
Date: Mon Jul 31 22:25:34 2006
New Revision: 427447

URL: http://svn.apache.org/viewvc?rev=427447&view=rev
Log:
no need for a snapshot of the plugin

Modified:
    maven/components/trunk/maven-core-it/it0088/pom.xml

Modified: maven/components/trunk/maven-core-it/it0088/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-it/it0088/pom.xml?rev=427447&r1=427446&r2=427447&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0088/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0088/pom.xml Mon Jul 31 22:25:34 2006
@@ -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>


Reply via email to