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 2020/02/13 22:11:52 UTC

[maven-filtering] 42/44: remove unused repository

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

hboutemy pushed a commit to annotated tag maven-filtering-1.0-alpha-1
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git

commit dba4186a2bf74d32f84155e15a4f2130dc4c9f34
Author: Oliver Lamy <ol...@apache.org>
AuthorDate: Tue Jul 29 21:41:20 2008 +0000

    remove unused repository
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-filtering@680854 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 793b3f3..1229e9e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -82,20 +82,5 @@
       <version>1.2</version>
     </dependency>
   </dependencies>
-
-  <!-- remove when plexus-interpolation 1.2 is released -->
-  <repositories>
-    <repository>
-      <id>snapshots.codehaus.org</id>
-      <name>Codehaus Snapshot Development Repository</name>
-      <url>http://snapshots.repository.codehaus.org/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
   
 </project>