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 2012/05/31 10:08:20 UTC

svn commit: r1344589 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: olamy
Date: Thu May 31 08:08:20 2012
New Revision: 1344589

URL: http://svn.apache.org/viewvc?rev=1344589&view=rev
Log:
remove not anymore needed repository

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

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1344589&r1=1344588&r2=1344589&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Thu May 31 08:08:20 2012
@@ -198,17 +198,4 @@ under the License.
     </profile>
   </profiles>
 
-  <repositories>
-    <repository>
-      <id>plexus-snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
 </project>