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 2008/07/30 01:05:20 UTC

svn commit: r680872 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: olamy
Date: Tue Jul 29 16:05:19 2008
New Revision: 680872

URL: http://svn.apache.org/viewvc?rev=680872&view=rev
Log:
add plugin snapshot repo until maven-invoker release 

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

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=680872&r1=680871&r2=680872&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Tue Jul 29 16:05:19 2008
@@ -445,6 +445,16 @@
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+    <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>