[jboss-cvs] JBossAS SVN: r111063 - branches/JBPAPP_5_1_datagrid.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 29 11:17:20 EDT 2011


Author: mlinhard
Date: 2011-03-29 11:17:19 -0400 (Tue, 29 Mar 2011)
New Revision: 111063

Modified:
   branches/JBPAPP_5_1_datagrid/pom.xml
Log:
JBPAPP-6211 updated repository config

Modified: branches/JBPAPP_5_1_datagrid/pom.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/pom.xml	2011-03-29 13:39:19 UTC (rev 111062)
+++ branches/JBPAPP_5_1_datagrid/pom.xml	2011-03-29 15:17:19 UTC (rev 111063)
@@ -289,11 +289,22 @@
   <!-- Repositories -->
   <repositories>
     <repository>
+      <id>mead-repository.redhat.com</id>
+      <name>JBoss Production Releases MEAD Repository</name>
+      <url>http://download.lab.bos.redhat.com/brewroot/repos/jb-eap-5-rhel-6-build/latest/maven2</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <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>
+        <enabled>false</enabled>
       </releases>
       <snapshots>
         <enabled>false</enabled>



More information about the jboss-cvs-commits mailing list