You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:28:10 UTC

[maven-ant-plugin] 12/42: o Removed snapshot repos now that the plugin is using released version of plexus-utils

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1.1
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit 9cb9aaf6eb30d3df816edb7535e14cc2876a5f70
Author: Benjamin Bentmann <be...@apache.org>
AuthorDate: Thu Jun 19 15:33:00 2008 +0000

    o Removed snapshot repos now that the plugin is using released version of plexus-utils
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@669508 13f79535-47bb-0310-9956-ffa450edef68
---
 src/it/settings.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/src/it/settings.xml b/src/it/settings.xml
index d80623e..a1c1028 100644
--- a/src/it/settings.xml
+++ b/src/it/settings.xml
@@ -17,17 +17,6 @@
             <enabled>true</enabled>
           </snapshots>
         </repository>
-        <!-- Remove this once plexus-utils dependency is bumped out of -SNAPSHOT -->
-        <repository>
-          <id>plexus.snapshots</id>
-          <url>http://snapshots.repository.codehaus.org/</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-        </repository>
       </repositories>
       <pluginRepositories>
         <pluginRepository>
@@ -40,17 +29,6 @@
             <enabled>true</enabled>
           </snapshots>
         </pluginRepository>
-        <!-- Remove this once plexus-utils dependency is bumped out of -SNAPSHOT -->
-        <pluginRepository>
-          <id>plexus.snapshots</id>
-          <url>http://snapshots.repository.codehaus.org/</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-        </pluginRepository>
       </pluginRepositories>
     </profile>
   </profiles>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.