You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ws...@apache.org on 2008/07/29 04:23:08 UTC

svn commit: r680603 - /maven/plugins/trunk/maven-deploy-plugin/pom.xml

Author: wsmoak
Date: Mon Jul 28 19:23:08 2008
New Revision: 680603

URL: http://svn.apache.org/viewvc?rev=680603&view=rev
Log:
Remove snapshot repo now that maven-plugin-plugin 2.4.2 is released.

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

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=680603&r1=680602&r2=680603&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Mon Jul 28 19:23:08 2008
@@ -137,29 +137,4 @@
       </build>
     </profile>
   </profiles> 
-  <repositories>
-    <!-- TODO remove it when maven-plugin-plugin 2.4.2 is released -->
-    <repository>
-      <id>apache.snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>   
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>    
-    </pluginRepository>
-  </pluginRepositories>
 </project>