You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/02/24 15:25:00 UTC

svn commit: r747392 - /maven/components/branches/maven-2.1.x/pom.xml

Author: brett
Date: Tue Feb 24 14:25:00 2009
New Revision: 747392

URL: http://svn.apache.org/viewvc?rev=747392&view=rev
Log:
dependencies were released

Modified:
    maven/components/branches/maven-2.1.x/pom.xml

Modified: maven/components/branches/maven-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/pom.xml?rev=747392&r1=747391&r2=747392&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/pom.xml Tue Feb 24 14:25:00 2009
@@ -571,25 +571,4 @@
       </reporting>
     </profile>
   </profiles>
-
-  <!-- FIXME: Remove when snapshot dependencies have been released -->
-  <repositories>
-    <repository>
-        <id>snapshots.temp</id>
-        <url>http://repository.sonatype.org/content/repositories/snapshots</url>
-        <snapshots><enabled>true</enabled></snapshots>
-        <releases><enabled>false</enabled></releases>
-    </repository>
-    <repository>
-      <id>codehaus.snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
 </project>