[jboss-cvs] JBossAS SVN: r105791 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 8 01:30:17 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-06-08 01:30:16 -0400 (Tue, 08 Jun 2010)
New Revision: 105791

Modified:
   trunk/component-matrix/pom.xml
Log:
Upgrade HornetQ and Netty

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2010-06-08 02:29:47 UTC (rev 105790)
+++ trunk/component-matrix/pom.xml	2010-06-08 05:30:16 UTC (rev 105791)
@@ -42,7 +42,7 @@
     <version.beanvalidation.integration>1.0.0-Beta-1</version.beanvalidation.integration>
     <version.commons.beanutils>1.8.0</version.commons.beanutils>
     <version.fastinfoset>1.2.2</version.fastinfoset>
-    <version.hornetq>2.1.0.BETA3</version.hornetq>
+    <version.hornetq>2.1.0.CR1</version.hornetq>
     <version.rhq>1.4.0.B01</version.rhq>
     <version.jacorb>2.3.1jboss.patch01-brew</version.jacorb>
     <version.javassist>3.11.0.GA</version.javassist>
@@ -1652,7 +1652,7 @@
       <dependency>
         <groupId>org.jboss.netty</groupId>
         <artifactId>netty</artifactId>
-        <version>3.2.0.BETA1</version>
+        <version>3.2.0.Final</version>
       </dependency>
       
       <dependency>
@@ -2032,7 +2032,7 @@
       <dependency>
         <groupId>org.jboss.test</groupId>
         <artifactId>jboss-test</artifactId>
-        <version>1.1.7.GA</version>
+        <version>1.1.9.GA</version>
         <exclusions>
           <exclusion>
             <groupId>org.jboss.logging</groupId>



More information about the jboss-cvs-commits mailing list