You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by df...@apache.org on 2007/12/26 19:47:58 UTC

svn commit: r606934 - /maven/surefire/trunk/pom.xml

Author: dfabulich
Date: Wed Dec 26 10:47:57 2007
New Revision: 606934

URL: http://svn.apache.org/viewvc?rev=606934&view=rev
Log:
Don't include apache.snapshots plugin repository; we don't depend on any snapshots now.

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=606934&r1=606933&r2=606934&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Wed Dec 26 10:47:57 2007
@@ -179,13 +179,4 @@
       </build>
     </profile>
   </profiles>
-  <pluginRepositories>
-    <pluginRepository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <id>apache.snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-    </pluginRepository>
-  </pluginRepositories>
 </project>