[hornetq-commits] JBoss hornetq SVN: r9510 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 5 10:54:07 EDT 2010


Author: jmesnil
Date: 2010-08-05 10:54:07 -0400 (Thu, 05 Aug 2010)
New Revision: 9510

Modified:
   trunk/pom.xml
Log:
netty upgrade

* bump up netty to 3.2.1.Final

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-08-05 14:04:35 UTC (rev 9509)
+++ trunk/pom.xml	2010-08-05 14:54:07 UTC (rev 9510)
@@ -222,7 +222,7 @@
       <dependency>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
-         <version>3.2.0.Final</version>
+         <version>3.2.1.Final</version>
       </dependency>
       <!--needed to compile the logging jar-->
       <dependency>



More information about the hornetq-commits mailing list