You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@composer.apache.org by ma...@apache.org on 2008/02/04 16:21:13 UTC

svn commit: r618315 - /incubator/composer/trunk/pom.xml

Author: mauro
Date: Mon Feb  4 08:21:12 2008
New Revision: 618315

URL: http://svn.apache.org/viewvc?rev=618315&view=rev
Log:
Removed snapshot repositories - which should be activated on demand via settings profile.

Modified:
    incubator/composer/trunk/pom.xml

Modified: incubator/composer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/composer/trunk/pom.xml?rev=618315&r1=618314&r2=618315&view=diff
==============================================================================
--- incubator/composer/trunk/pom.xml (original)
+++ incubator/composer/trunk/pom.xml Mon Feb  4 08:21:12 2008
@@ -41,42 +41,8 @@
     </developerConnection>
     <url>https://svn.apache.org/repos/asf/incubator/composer/trunk</url>
   </scm>
-  <repositories>
-    <repository>
-      <id>apache-snapshot-repository</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>codehaus-snapshots-repository</id>
-      <name>Codehaus Snapshots Repository</name>
-      <url>http://snapshots.repository.codehaus.org</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache-snapshot-repository</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-    <pluginRepository>
-      <id>codehaus-snapshots-repository</id>
-      <name>Codehaus Snapshots Repository</name>
-      <url>http://snapshots.repository.codehaus.org</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
+  <repositories/>
+  <pluginRepositories/>
   <distributionManagement>
     <repository>
       <id>apache.org</id>