[jboss-cvs] JBossAS SVN: r84078 - branches/Branch_5_x/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 10 17:26:45 EST 2009


Author: bstansberry at jboss.com
Date: 2009-02-10 17:26:45 -0500 (Tue, 10 Feb 2009)
New Revision: 84078

Modified:
   branches/Branch_5_x/component-matrix/pom.xml
Log:
[JBAS-6370] Use JGroups 2.6.8.CR1

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-02-10 21:26:50 UTC (rev 84077)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-02-10 22:26:45 UTC (rev 84078)
@@ -39,6 +39,7 @@
     <version.jboss.jbossws-spi>1.1.0.CR1</version.jboss.jbossws-spi>
     <version.jboss.messaging>1.4.1.GA</version.jboss.messaging>
     <version.jboss.web>2.1.2.CR1</version.jboss.web>
+    <version.jgroups>2.6.8.CR1</version.jgroups>
     <version.org.hibernate>3.3.1.GA</version.org.hibernate>
     <version.org.hibernate.annotations>3.4.0.GA</version.org.hibernate.annotations>
     <version.org.hibernate.commons.annotations>3.1.0.GA</version.org.hibernate.commons.annotations>
@@ -994,7 +995,7 @@
       <dependency>
         <groupId>jgroups</groupId>
         <artifactId>jgroups</artifactId>
-        <version>2.6.7.GA</version>
+        <version>${version.jgroups}</version>
       </dependency>
       
       <dependency>




More information about the jboss-cvs-commits mailing list