Author: richard.opalka(a)jboss.com
Date: 2009-02-24 14:11:14 -0500 (Tue, 24 Feb 2009)
New Revision: 9385
Modified:
stack/metro/branches/jbossws-metro-3.1.0/pom.xml
Log:
[JBWS-2515] rollback
Modified: stack/metro/branches/jbossws-metro-3.1.0/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-24 19:07:33 UTC (rev 9384)
+++ stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-24 19:11:14 UTC (rev 9385)
@@ -381,6 +381,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>
<!--