[jbossws-commits] JBossWS SVN: r9387 - stack/native/branches/jbossws-native-3.1.0.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 24 14:13:24 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-24 14:13:23 -0500 (Tue, 24 Feb 2009)
New Revision: 9387

Modified:
   stack/native/branches/jbossws-native-3.1.0/pom.xml
Log:
[JBWS-2515] rollback

Modified: stack/native/branches/jbossws-native-3.1.0/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/pom.xml	2009-02-24 19:12:08 UTC (rev 9386)
+++ stack/native/branches/jbossws-native-3.1.0/pom.xml	2009-02-24 19:13:23 UTC (rev 9387)
@@ -403,6 +403,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>
 




More information about the jbossws-commits mailing list