[jboss-cvs] JBossAS SVN: r114675 - branches/JBPAPP_5/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 22 03:35:26 EST 2014


Author: huwang
Date: 2014-01-22 03:35:26 -0500 (Wed, 22 Jan 2014)
New Revision: 114675

Modified:
   branches/JBPAPP_5/component-matrix/pom.xml
Log:
JBPAPP-9056 Synchronize Netty versions in EAP and HornetQ project

Modified: branches/JBPAPP_5/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5/component-matrix/pom.xml	2014-01-20 14:01:32 UTC (rev 114674)
+++ branches/JBPAPP_5/component-matrix/pom.xml	2014-01-22 08:35:26 UTC (rev 114675)
@@ -112,6 +112,7 @@
     <version.org.apache.httpcomponents>4.2.1</version.org.apache.httpcomponents>
     <version.org.apache.santuario>1.5.6</version.org.apache.santuario>
     <version.commons-cli.commons-cli>1.2</version.commons-cli.commons-cli>
+    <version.org.jboss.netty>3.2.10.Final</version.org.jboss.netty>
   </properties>
 
   <!-- Dependency Management -->
@@ -1036,7 +1037,7 @@
        <dependency>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
-         <version>3.2.6.Final</version>
+         <version>${version.org.jboss.netty}</version>
        </dependency>
       
       <dependency>



More information about the jboss-cvs-commits mailing list