Author: norman
Date: Thu Jan 19 11:04:45 2012
New Revision: 1233282

URL: http://svn.apache.org/viewvc?rev=1233282&view=rev
Log:
Upgrade to netty 3.3.0. See PROTOCOLS-90

Modified:
    james/protocols/trunk/netty/pom.xml
    james/protocols/trunk/pom.xml

Modified: james/protocols/trunk/netty/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1233282&r1=1233281&r2=1233282&view=diff
==============================================================================
--- james/protocols/trunk/netty/pom.xml (original)
+++ james/protocols/trunk/netty/pom.xml Thu Jan 19 11:04:45 2012
@@ -38,7 +38,7 @@
             <artifactId>protocols-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.jboss.netty</groupId>
+            <groupId>io.netty</groupId>
             <artifactId>netty</artifactId>
         </dependency>
     </dependencies>

Modified: james/protocols/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1233282&r1=1233281&r2=1233282&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Thu Jan 19 11:04:45 2012
@@ -117,9 +117,9 @@
                 <version>1.5</version>
             </dependency>
             <dependency>
-                <groupId>org.jboss.netty</groupId>
+                <groupId>io.netty</groupId>
                 <artifactId>netty</artifactId>
-                <version>3.2.7.Final</version>
+                <version>3.3.0.Final</version>
             </dependency>
             
             <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to