Author: manaRH
Date: 2011-08-29 10:21:43 -0400 (Mon, 29 Aug 2011)
New Revision: 14157

Modified:
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
   branches/enterprise/JBPAPP_5_0/build/settings.xml
Log:
JBPAPP-7091 - upgraded resteasy, jgroups, jsf-api, jsf-impl to align EAP5 
dependencies

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2011-08-29 10:46:46 UTC 
(rev 14156)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2011-08-29 14:21:43 UTC 
(rev 14157)
@@ -14,7 +14,7 @@
                <version.richfaces>3.3.1.SP3</version.richfaces>
                <version.drools>5.1.0.BRMS</version.drools>
                <version.testng>5.9</version.testng>
-               <version.resteasy>1.2.1.GA_CP01</version.resteasy>
+               <version.resteasy>1.2.1.GA_CP02</version.resteasy>
                <version.spring>2.5.6.SEC02</version.spring>
         <version.hibernate-core>3.3.2.GA_CP04</version.hibernate-core>
        </properties>
@@ -191,13 +191,13 @@
                        <dependency>
                                <groupId>javax.faces</groupId>
                                <artifactId>jsf-api</artifactId>
-                               <version>1.2_13</version>
+                               <version>1.2_13-patch-01</version>
                        </dependency>
 
                        <dependency>
                                <groupId>javax.faces</groupId>
                                <artifactId>jsf-impl</artifactId>
-                               <version>1.2_13</version>
+                               <version>1.2_13-patch-01</version>
                                <exclusions>
                                        <exclusion>
                                                
<groupId>commons-collections</groupId>
@@ -273,7 +273,7 @@
                        <dependency>
                                <groupId>jgroups</groupId>
                                <artifactId>jgroups</artifactId>
-                               <version>2.6.19.Final</version>
+                               <version>2.6.20.Final</version>
                        </dependency>
 
                        <dependency>

Modified: branches/enterprise/JBPAPP_5_0/build/settings.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/settings.xml   2011-08-29 10:46:46 UTC 
(rev 14156)
+++ branches/enterprise/JBPAPP_5_0/build/settings.xml   2011-08-29 14:21:43 UTC 
(rev 14157)
@@ -13,7 +13,25 @@
 
 
        <profiles>
-
+        <profile>
+            <id>jboss-repolib-repository</id>
+            <repositories>
+                <repository>
+                    <id>jboss-repolib-repository</id>
+                    <name>JBoss Repolib Maven Repository</name>
+                    
<url>http://download.devel.redhat.com/brewroot/repos/jb-eap-5-rhel-6-build/latest/maven/</url>
+                    <layout>default</layout>
+                    <releases>
+                        <enabled>true</enabled>
+                        <updatePolicy>never</updatePolicy>
+                    </releases>
+                    <snapshots>
+                        <enabled>false</enabled>
+                        <updatePolicy>never</updatePolicy>
+                    </snapshots>
+                </repository>
+            </repositories>
+        </profile>
                <profile>
                        <id>jboss-mead-repository</id>
                        <repositories>
@@ -127,6 +145,7 @@
                <activeProfile>jboss-product-repository</activeProfile>
                <activeProfile>jboss-mead-repository</activeProfile>
                <activeProfile>jboss-public-repository</activeProfile>
+               <activeProfile>jboss-repolib-repository</activeProfile>
        </activeProfiles>
 
 

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to