[infinispan-commits] Infinispan SVN: r2009 - in branches/4.1.x: server/core and 1 other directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri Jul 9 05:02:16 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-07-09 05:02:16 -0400 (Fri, 09 Jul 2010)
New Revision: 2009

Modified:
   branches/4.1.x/client/hotrod-client/pom.xml
   branches/4.1.x/server/core/pom.xml
Log:
[ISPN-533] (Upgrade to Netty 3.2.1.Final) Done.

Modified: branches/4.1.x/client/hotrod-client/pom.xml
===================================================================
--- branches/4.1.x/client/hotrod-client/pom.xml	2010-07-09 07:46:26 UTC (rev 2008)
+++ branches/4.1.x/client/hotrod-client/pom.xml	2010-07-09 09:02:16 UTC (rev 2009)
@@ -11,7 +11,7 @@
    </parent>
 
    <properties>
-      <version.netty>3.2.0.Final</version.netty>
+      <version.netty>3.2.1.Final</version.netty>
    </properties>
 
    <artifactId>infinispan-client-hotrod</artifactId>

Modified: branches/4.1.x/server/core/pom.xml
===================================================================
--- branches/4.1.x/server/core/pom.xml	2010-07-09 07:46:26 UTC (rev 2008)
+++ branches/4.1.x/server/core/pom.xml	2010-07-09 09:02:16 UTC (rev 2009)
@@ -15,7 +15,7 @@
    <description>Infinispan server core module</description>
 
    <properties>
-      <version.netty>3.2.0.Final</version.netty>
+      <version.netty>3.2.1.Final</version.netty>
       <version.gnu.getopt>1.0.13</version.gnu.getopt>
    </properties>
 



More information about the infinispan-commits mailing list