[jbossws-commits] JBossWS SVN: r16862 - in stack/native/branches/jbossws-native-4.0.x: modules/core and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Oct 12 03:07:00 EDT 2012


Author: richard.opalka at jboss.com
Date: 2012-10-12 03:07:00 -0400 (Fri, 12 Oct 2012)
New Revision: 16862

Modified:
   stack/native/branches/jbossws-native-4.0.x/modules/core/pom.xml
   stack/native/branches/jbossws-native-4.0.x/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
   stack/native/branches/jbossws-native-4.0.x/pom.xml
Log:
[JBWS-3537] rollback netty upgrade for JBossWS EAP

Modified: stack/native/branches/jbossws-native-4.0.x/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/core/pom.xml	2012-10-12 07:02:44 UTC (rev 16861)
+++ stack/native/branches/jbossws-native-4.0.x/modules/core/pom.xml	2012-10-12 07:07:00 UTC (rev 16862)
@@ -68,7 +68,7 @@
       <artifactId>mail</artifactId>
     </dependency>
     <dependency>
-      <groupId>io.netty</groupId>
+      <groupId>org.jboss.netty</groupId>
       <artifactId>netty</artifactId>
     </dependency>
     <dependency>

Modified: stack/native/branches/jbossws-native-4.0.x/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2012-10-12 07:02:44 UTC (rev 16861)
+++ stack/native/branches/jbossws-native-4.0.x/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2012-10-12 07:07:00 UTC (rev 16862)
@@ -37,7 +37,7 @@
         <include>org.jboss.ws:jbossws-common:jar</include>
         <include>org.jboss.ws:jbossws-spi:jar</include>
         <include>wsdl4j:wsdl4j:jar</include>
-        <include>io.netty:netty:jar</include>
+        <include>org.jboss.netty:netty:jar</include>
       </includes>
       <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
       <useProjectArtifact>false</useProjectArtifact>

Modified: stack/native/branches/jbossws-native-4.0.x/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/pom.xml	2012-10-12 07:02:44 UTC (rev 16861)
+++ stack/native/branches/jbossws-native-4.0.x/pom.xml	2012-10-12 07:07:00 UTC (rev 16862)
@@ -69,7 +69,7 @@
     <saaj.api.version>1.0.1.Final</saaj.api.version>
     <jboss.common.core.version>2.2.16.GA</jboss.common.core.version>
     <jboss.logging.version>3.1.0.GA</jboss.logging.version>
-    <netty.version>3.4.5.Final</netty.version>
+    <netty.version>3.2.6.Final</netty.version>
     <wsdl4j.version>1.6.2</wsdl4j.version>
     <xerces.version>2.9.1</xerces.version>
     <jbossxb.version>2.0.3.GA</jbossxb.version>
@@ -180,7 +180,7 @@
         <version>${xerces.version}</version>
       </dependency>
       <dependency>
-        <groupId>io.netty</groupId>
+        <groupId>org.jboss.netty</groupId>
         <artifactId>netty</artifactId>
         <version>${netty.version}</version>
       </dependency>



More information about the jbossws-commits mailing list