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 2013/03/04 15:36:11 UTC

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

Author: olamy
Date: Mon Mar  4 14:36:11 2013
New Revision: 1452333

URL: http://svn.apache.org/r1452333
Log:
snapshot repo not anymore needed

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=1452333&r1=1452332&r2=1452333&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Mon Mar  4 14:36:11 2013
@@ -302,17 +302,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>