Author: richard.opalka(a)jboss.com
Date: 2009-02-24 14:02:56 -0500 (Tue, 24 Feb 2009)
New Revision: 9383
Modified:
stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
Log:
[JBWS-2515] rollback
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml 2009-02-24 17:14:44 UTC (rev 9382)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml 2009-02-24 19:02:56 UTC (rev 9383)
@@ -457,6 +457,24 @@
</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>
+ </repositories>
+
<!-- Profiles -->
<profiles>
<!--