Author: alessio.soldano(a)jboss.com
Date: 2012-02-14 09:38:01 -0500 (Tue, 14 Feb 2012)
New Revision: 15656
Modified:
projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml
Log:
Moving to 1.0.1-SNAPSHOT and updating api dependencies
Modified: projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml
===================================================================
--- projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml 2012-02-14 14:31:14 UTC (rev
15655)
+++ projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml 2012-02-14 14:38:01 UTC (rev
15656)
@@ -8,7 +8,7 @@
<artifactId>jaxws-jboss-httpserver-httpspi</artifactId>
<packaging>jar</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<!-- Source Control Management -->
<scm>
@@ -21,16 +21,16 @@
<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.Final</jaxws.version>
+ <jaxws.version>2.0.0.Final</jaxws.version>
<junit.version>4.8.1</junit.version>
<cxf.version>2.3.0</cxf.version>
<servlet-api.version>1.0.0.Final</servlet-api.version>
- <jboss.httpserver.version>1.0.0.Beta1</jboss.httpserver.version>
+ <jboss.httpserver.version>1.0.0.Final</jboss.httpserver.version>
</properties>
<!-- Dependencies -->
Show replies by date