You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/02/19 23:18:28 UTC

svn commit: r912013 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: olamy
Date: Fri Feb 19 22:18:28 2010
New Revision: 912013

URL: http://svn.apache.org/viewvc?rev=912013&view=rev
Log:
remove plexus snapshot repo

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=912013&r1=912012&r2=912013&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Fri Feb 19 22:18:28 2010
@@ -367,17 +367,4 @@
 
   </profiles>
   
-  <repositories>
-    <repository>
-      <id>oss.sonatype.snapshots</id>
-      <url>http://oss.repository.sonatype.org/content/repositories/plexus-snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  
 </project>