[teiid-commits] teiid SVN: r4122 - branches/7.7.x.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri May 18 11:45:14 EDT 2012


Author: van.halbert
Date: 2012-05-18 11:45:14 -0400 (Fri, 18 May 2012)
New Revision: 4122

Modified:
   branches/7.7.x/pom.xml
Log:
Moving to netty 3.2.5 due to EAP/HornetQ making this necessary for SOA 5.3

Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml	2012-05-18 03:28:02 UTC (rev 4121)
+++ branches/7.7.x/pom.xml	2012-05-18 15:45:14 UTC (rev 4122)
@@ -463,7 +463,7 @@
 			<dependency>
 				<groupId>org.jboss.netty</groupId>
 				<artifactId>netty</artifactId>
-				<version>3.2.1.Final</version>
+				<version>3.2.5.Final</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.ant</groupId>



More information about the teiid-commits mailing list