You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/10/04 15:31:15 UTC

svn commit: r1004231 - /cxf/branches/2.2.x-fixes/parent/pom.xml

Author: dkulp
Date: Mon Oct  4 13:31:15 2010
New Revision: 1004231

URL: http://svn.apache.org/viewvc?rev=1004231&view=rev
Log:
Remove unneeded repository

Modified:
    cxf/branches/2.2.x-fixes/parent/pom.xml

Modified: cxf/branches/2.2.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=1004231&r1=1004230&r2=1004231&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Mon Oct  4 13:31:15 2010
@@ -1338,20 +1338,6 @@
             </build>
         </profile>
     </profiles>
-    <repositories>
-        <repository>
-            <id>codehaus-snapshots</id>
-            <name>Codehaus Snapshots Repository</name>
-            <url>http://snapshots.repository.codehaus.org</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository> 
-    </repositories>
-
 
 </project>