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

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Jun 2 05:04:42 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-06-02 05:04:41 -0400 (Wed, 02 Jun 2010)
New Revision: 1883

Modified:
   branches/4.1.x/client/hotrod-client/pom.xml
   branches/4.1.x/server/core/pom.xml
Log:
[ISPN-475] (Upgrade Netty to latest version) Upgraded to 3.2.0.Final.

Modified: branches/4.1.x/client/hotrod-client/pom.xml
===================================================================
--- branches/4.1.x/client/hotrod-client/pom.xml	2010-06-02 09:02:18 UTC (rev 1882)
+++ branches/4.1.x/client/hotrod-client/pom.xml	2010-06-02 09:04:41 UTC (rev 1883)
@@ -10,7 +10,7 @@
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
    <properties>
-      <version.netty>3.2.0.CR1</version.netty>
+      <version.netty>3.2.0.Final</version.netty>
       <version.scala>2.8.0.RC1</version.scala>
    </properties>
 

Modified: branches/4.1.x/server/core/pom.xml
===================================================================
--- branches/4.1.x/server/core/pom.xml	2010-06-02 09:02:18 UTC (rev 1882)
+++ branches/4.1.x/server/core/pom.xml	2010-06-02 09:04:41 UTC (rev 1883)
@@ -15,7 +15,7 @@
    <description>Infinispan server core module</description>
 
    <properties>
-      <version.netty>3.2.0.CR1</version.netty>
+      <version.netty>3.2.0.Final</version.netty>
       <version.gnu.getopt>1.0.13</version.gnu.getopt>
       <version.apache.log4j>1.2.15</version.apache.log4j>
    </properties>



More information about the infinispan-commits mailing list