[jbossws-commits] JBossWS SVN: r18236 - projects/jaxws-undertow-httpspi/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jan 14 08:00:46 EST 2014


Author: asoldano
Date: 2014-01-14 08:00:46 -0500 (Tue, 14 Jan 2014)
New Revision: 18236

Modified:
   projects/jaxws-undertow-httpspi/trunk/pom.xml
Log:
Upgrading some dependencies' version and fixing project description


Modified: projects/jaxws-undertow-httpspi/trunk/pom.xml
===================================================================
--- projects/jaxws-undertow-httpspi/trunk/pom.xml	2014-01-14 12:58:11 UTC (rev 18235)
+++ projects/jaxws-undertow-httpspi/trunk/pom.xml	2014-01-14 13:00:46 UTC (rev 18236)
@@ -3,7 +3,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <name>JBoss JDK6 httpserver to JAXWS 2.2 HTTP SPI bridge</name>
+  <name>Undertow to JAXWS 2.2 HTTP SPI bridge</name>
   <groupId>org.jboss.ws.projects</groupId>
   <artifactId>jaxws-undertow-httpspi</artifactId>
   <packaging>jar</packaging>
@@ -21,15 +21,15 @@
   <parent>
     <groupId>org.jboss.ws</groupId>
     <artifactId>jbossws-parent</artifactId>
-    <version>1.0.9.GA</version>
+    <version>1.0.10.GA</version>
   </parent>
   
   <!-- Properties -->
   <properties>
-    <jaxws.version>1.0.0.Beta1</jaxws.version>
+    <jaxws.version>2.0.2.Final</jaxws.version>
     <junit.version>4.8.1</junit.version>
-    <cxf.version>2.3.0</cxf.version>
-    <servlet-api.version>1.0.0.Beta2</servlet-api.version>
+    <cxf.version>2.7.8</cxf.version>
+    <servlet-api.version>1.0.2.Final</servlet-api.version>
     <io.undertow.version>1.0.0.Beta30</io.undertow.version>
   </properties>
 



More information about the jbossws-commits mailing list