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 2008/07/29 03:36:36 UTC

svn commit: r680597 - /maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml

Author: brett
Date: Mon Jul 28 18:36:36 2008
New Revision: 680597

URL: http://svn.apache.org/viewvc?rev=680597&view=rev
Log:
remove plugin repository re-introduced in r680554

Modified:
    maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml?rev=680597&r1=680596&r2=680597&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-core/pom.xml Mon Jul 28 18:36:36 2008
@@ -9,13 +9,6 @@
   <artifactId>maven-core</artifactId>
   <name>Maven Core</name>
 
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-    </pluginRepository>
-  </pluginRepositories>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -210,4 +203,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>