[jbossws-commits] JBossWS SVN: r9375 - stack/cxf/branches/jbossws-cxf-3.1.0.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 24 08:50:38 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-24 08:50:37 -0500 (Tue, 24 Feb 2009)
New Revision: 9375

Modified:
   stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
Log:
[JBWS-2515] remove useless repositories

Modified: stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml	2009-02-24 13:16:57 UTC (rev 9374)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml	2009-02-24 13:50:37 UTC (rev 9375)
@@ -457,31 +457,6 @@
     </plugins>
   </build>
   
-  <!-- Repositories -->
-  <repositories>
-    <repository>
-      <id>repository.jboss.org</id>
-      <url>http://repository.jboss.org/maven2</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>snapshots.jboss.org</id>
-      <url>http://snapshots.jboss.org/maven2</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>apache.incubating.repository</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  
   <!-- Profiles -->
   <profiles>
     <!-- 




More information about the jbossws-commits mailing list