You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/08/01 08:02:17 UTC

svn commit: r427453 - /maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml

Author: brett
Date: Mon Jul 31 23:02:16 2006
New Revision: 427453

URL: http://svn.apache.org/viewvc?rev=427453&view=rev
Log:
remove the plugin repository and use a released plugin
Merged from: r427447 on trunk

Modified:
    maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml?rev=427453&r1=427452&r2=427453&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml Mon Jul 31 23:02:16 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>