[jboss-cvs] JBossAS SVN: r91270 - branches/JBPAPP_5_0.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 14 19:14:38 EDT 2009


Author: fnasser at redhat.com
Date: 2009-07-14 19:14:38 -0400 (Tue, 14 Jul 2009)
New Revision: 91270

Modified:
   branches/JBPAPP_5_0/pom.xml
Log:
Try and use prod-built artifacts first

Modified: branches/JBPAPP_5_0/pom.xml
===================================================================
--- branches/JBPAPP_5_0/pom.xml	2009-07-14 23:13:27 UTC (rev 91269)
+++ branches/JBPAPP_5_0/pom.xml	2009-07-14 23:14:38 UTC (rev 91270)
@@ -289,6 +289,17 @@
   <!-- Repositories -->
   <repositories>
     <repository>
+      <id>prod-repository.jboss.org</id>
+      <name>JBoss Production Releases Repository</name>
+      <url>http://repository.jboss.org/maven2-brew</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
       <id>repository.jboss.org</id>
       <name>JBoss Releases Repository</name>
       <url>http://repository.jboss.org/maven2</url>




More information about the jboss-cvs-commits mailing list