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/11/03 00:37:23 UTC

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

Author: olamy
Date: Sun Nov  2 15:37:23 2008
New Revision: 709991

URL: http://svn.apache.org/viewvc?rev=709991&view=rev
Log:
modello has been released codehaus snapshots repo not needed

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=709991&r1=709990&r2=709991&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Nov  2 15:37:23 2008
@@ -258,31 +258,7 @@
     </dependency>
     
   </dependencies>
-  
-  <!-- remove when modello is released -->
-  <pluginRepositories>
-    <pluginRepository>
-      <id>snapshots.codehaus</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <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>
-  
+    
   <build>
     <plugins>
       <plugin>