You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/01/29 18:15:17 UTC

svn commit: r616452 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml

Author: jdcasey
Date: Tue Jan 29 09:15:16 2008
New Revision: 616452

URL: http://svn.apache.org/viewvc?rev=616452&view=rev
Log:
Forgot we don't need a snapshot repo anymore...removing.

Modified:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml?rev=616452&r1=616451&r2=616452&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml Tue Jan 29 09:15:16 2008
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
 <settings>
+  <!-- We don't need this anymore, since the dependency plugin has been released.
   <profiles>
     <profile>
       <id>asf-snapshots</id>
@@ -14,4 +15,5 @@
   <activeProfiles>
     <activeProfile>asf-snapshots</activeProfile>
   </activeProfiles>
+-->
 </settings>