JBossWS SVN: r9436 - stack/native/branches/jbossws-native-3.1.0/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 10:28:38 -0500 (Fri, 27 Feb 2009)
New Revision: 9436
Modified:
stack/native/branches/jbossws-native-3.1.0/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2542] Updating release notes
Modified: stack/native/branches/jbossws-native-3.1.0/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/src/main/distro/ReleaseNotes.txt 2009-02-27 14:46:53 UTC (rev 9435)
+++ stack/native/branches/jbossws-native-3.1.0/src/main/distro/ReleaseNotes.txt 2009-02-27 15:28:38 UTC (rev 9436)
@@ -27,19 +27,51 @@
Feature Request
- TODO: enumerate
+ * [JBWS-2441] - Complete JAX-WS 2.1 implementation
+ * [JBWS-2446] - Complete support for WebServiceFeature
+ * [JBWS-2451] - Support JAXB annotations on SEI when producing wsdls
+ * [JBWS-2452] - Implement EndpointReference related methods
+ * [JBWS-2454] - Add javax.xml.ws.reference.parameters values in message context
+ * [JBWS-2477] - Support generics in wrapper classes
+ * [JBWS-2491] - Enable JAXWS 2.1 WebServiceContext methods
Bug
- TODO: enumerate
+ * [JBWS-2195] - MTOM services seem to return two extra bytes at the end
+ * [JBWS-2288] - Exception handling issue in org.jboss.ws.core.CommonClient.
+ * [JBWS-2368] - JAX-WS Deployments Fail For AOP Instrumented Endpoints
+ * [JBWS-2377] - jbossws-deploy.conf in 'all' configuration links libraries in 'default' conf
+ * [JBWS-2412] - WSDL schema imports do not published successfully
+ * [JBWS-2416] - Search is not working on the mediawiki
+ * [JBWS-2419] - MTOM/XOP message use always "text/xml" for start-info regardless of content type associated with the content (SOAP message)
+ * [JBWS-2432] - NullPointerException processing headers without actor
+ * [JBWS-2437] - WSDL access url with resource suffix allows any arbitrary xml file to be viewed
+ * [JBWS-2443] - services page does not correctly update host address of endpoints
+ * [JBWS-2482] - Fix WSConsumerPlugin.testTarget() classloading issues
+ * [JBWS-2509] - dar.JMSClientTestCase contains AS4 specific code
+Patch
+
+ * [JBWS-2404] - Efficient string handling
+
Task
- TODO: enumerate
+ * [JBWS-1312] - Fix JMS transport in trunk
+ * [JBWS-1999] - WS-Security Usename Token Profile JAAS Implementation for JSE based WebServices
+ * [JBWS-2150] - Migrate AddressRewritingTestCase to jaxws
+ * [JBWS-2196] - FastInfoset interoperability
+ * [JBWS-2431] - Update native deployment macros to don't publish jaxb-api.jar and stax-api.jar to JBOSS_HOME/lib directory
+ * [JBWS-2444] - Update hudson, deploy scripts, etc. for new AS repository layout
+ * [JBWS-2445] - Move jaxws 2.1 partial impl from jaxws-ext to jaxws module
+ * [JBWS-2450] - Enable target 2.1 option when using WSImport
+ * [JBWS-2455] - Conformance Requirements JAX-WS 2.1
+ * [JBWS-2483] - Add smoke tools tests to the binary distro
+ * [JBWS-2504] - Use ControllerContext instead of KernelRegistryEntry which will be deprecated
+ * [JBWS-2505] - Remove container integration layer for AS 5.1.0 and AS 6.0.0
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2545
Enjoy,
The JBossWS Team
15 years, 8 months
JBossWS SVN: r9435 - in stack/native/branches/jbossws-native-3.1.0: modules/client and 10 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 09:46:53 -0500 (Fri, 27 Feb 2009)
New Revision: 9435
Modified:
stack/native/branches/jbossws-native-3.1.0/modules/client/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/core/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/jaxrpc/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/jaxws-ext/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/jaxws/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/management/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/resources/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/saaj/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/testsuite/framework-tests/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/testsuite/native-tests/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.1.0/pom.xml
Log:
[JBWS-2542] Updating pom files moving to GA
Modified: stack/native/branches/jbossws-native-3.1.0/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/client/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/client/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/core/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/core/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/jaxrpc/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/jaxrpc/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/jaxws/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/jaxws/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/jaxws/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/jaxws-ext/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/jaxws-ext/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/management/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/management/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/management/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/resources/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/resources/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/resources/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/saaj/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/saaj/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/saaj/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/testsuite/framework-tests/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/testsuite/framework-tests/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/testsuite/native-tests/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/testsuite/native-tests/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/testsuite/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/modules/testsuite/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.0/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/pom.xml 2009-02-27 14:06:01 UTC (rev 9434)
+++ stack/native/branches/jbossws-native-3.1.0/pom.xml 2009-02-27 14:46:53 UTC (rev 9435)
@@ -18,7 +18,7 @@
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<!-- Parent -->
<parent>
@@ -49,7 +49,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.0.9.GA</jbossws.common.version>
- <jbossws.framework.version>3.1.0-SNAPSHOT</jbossws.framework.version>
+ <jbossws.framework.version>3.1.0.GA</jbossws.framework.version>
<jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
<jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
<jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
15 years, 8 months
JBossWS SVN: r9434 - in framework: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 09:06:01 -0500 (Fri, 27 Feb 2009)
New Revision: 9434
Added:
framework/tags/jbossws-framework-3.1.0.GA/
Removed:
framework/branches/jbossws-framework-3.1.0/
Log:
[JBWS-2539] Tagging jbossws-framework-3.1.0.GA
Copied: framework/tags/jbossws-framework-3.1.0.GA (from rev 9433, framework/branches/jbossws-framework-3.1.0)
15 years, 8 months
JBossWS SVN: r9432 - stack/native/branches/jbossws-native-3.1.0/src/main/scripts.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 07:40:20 -0500 (Fri, 27 Feb 2009)
New Revision: 9432
Modified:
stack/native/branches/jbossws-native-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml
Log:
[JBWS-2539] Using right artifact
Modified: stack/native/branches/jbossws-native-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 12:39:14 UTC (rev 9431)
+++ stack/native/branches/jbossws-native-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 12:40:20 UTC (rev 9432)
@@ -106,7 +106,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>org.jboss.ws:jbossws-jboss501x:jar</include>
+ <include>org.jboss.ws:jbossws-jboss501:jar</include>
</includes>
</dependencySet>
<!-- [JBWS-2505] -->
15 years, 8 months
JBossWS SVN: r9431 - stack/cxf/branches/jbossws-cxf-3.1.0/src/main/scripts.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 07:39:14 -0500 (Fri, 27 Feb 2009)
New Revision: 9431
Modified:
stack/cxf/branches/jbossws-cxf-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml
Log:
[JBWS-2539] Using right artifact
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 12:38:20 UTC (rev 9430)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 12:39:14 UTC (rev 9431)
@@ -115,7 +115,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>org.jboss.ws:jbossws-jboss501x:jar</include>
+ <include>org.jboss.ws:jbossws-jboss501:jar</include>
</includes>
</dependencySet>
<!-- [JBWS-2505] -->
15 years, 8 months
JBossWS SVN: r9430 - stack/metro/branches/jbossws-metro-3.1.0/src/main/scripts.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 07:38:20 -0500 (Fri, 27 Feb 2009)
New Revision: 9430
Modified:
stack/metro/branches/jbossws-metro-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml
Log:
[JBWS-2539] Using right artifact
Modified: stack/metro/branches/jbossws-metro-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 12:29:55 UTC (rev 9429)
+++ stack/metro/branches/jbossws-metro-3.1.0/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 12:38:20 UTC (rev 9430)
@@ -103,7 +103,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>org.jboss.ws:jbossws-jboss501x:jar</include>
+ <include>org.jboss.ws:jbossws-jboss501:jar</include>
</includes>
</dependencySet>
<!-- JBWS-2505 -->
15 years, 8 months
JBossWS SVN: r9429 - in stack/cxf/branches/jbossws-cxf-3.1.0: modules/management and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 07:29:55 -0500 (Fri, 27 Feb 2009)
New Revision: 9429
Modified:
stack/cxf/branches/jbossws-cxf-3.1.0/modules/management/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
Log:
[JBWS-2539] Using GA versions for spi, common and container integrations
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/management/pom.xml 2009-02-27 12:26:52 UTC (rev 9428)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/management/pom.xml 2009-02-27 12:29:55 UTC (rev 9429)
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<scope>runtime</scope>
</dependency>
<!-- [JBWS-2505] -->
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/server/pom.xml 2009-02-27 12:26:52 UTC (rev 9428)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/server/pom.xml 2009-02-27 12:29:55 UTC (rev 9429)
@@ -228,7 +228,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/pom.xml 2009-02-27 12:26:52 UTC (rev 9428)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/pom.xml 2009-02-27 12:29:55 UTC (rev 9429)
@@ -424,7 +424,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml 2009-02-27 12:26:52 UTC (rev 9428)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml 2009-02-27 12:29:55 UTC (rev 9429)
@@ -44,13 +44,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.9-SNAPSHOT</jbossws.common.version>
+ <jbossws.common.version>1.0.9.GA</jbossws.common.version>
<jbossws.framework.version>3.1.0-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.1.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss423.version>3.1.0-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.1.0-SNAPSHOT</jbossws.jboss424.version>
- <jbossws.jboss500.version>3.1.0-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.1.0-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
+ <jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
+ <jbossws.jboss500.version>3.1.0.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.1.0.GA</jbossws.jboss501.version>
<!-- JBWS-2505 -->
<!-- START -->
<!--
@@ -143,12 +143,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
15 years, 8 months
JBossWS SVN: r9428 - in stack/metro/branches/jbossws-metro-3.1.0: modules/management and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 07:26:52 -0500 (Fri, 27 Feb 2009)
New Revision: 9428
Modified:
stack/metro/branches/jbossws-metro-3.1.0/modules/management/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/server/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/pom.xml
Log:
[JBWS-2539] Using GA versions for spi, common and container integrations
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/management/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/management/pom.xml 2009-02-27 12:25:18 UTC (rev 9427)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/management/pom.xml 2009-02-27 12:26:52 UTC (rev 9428)
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<scope>runtime</scope>
</dependency>
<!-- [JBWS-2505] -->
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/server/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/server/pom.xml 2009-02-27 12:25:18 UTC (rev 9427)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/server/pom.xml 2009-02-27 12:26:52 UTC (rev 9428)
@@ -177,7 +177,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/pom.xml 2009-02-27 12:25:18 UTC (rev 9427)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/pom.xml 2009-02-27 12:26:52 UTC (rev 9428)
@@ -450,7 +450,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Modified: stack/metro/branches/jbossws-metro-3.1.0/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-27 12:25:18 UTC (rev 9427)
+++ stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-27 12:26:52 UTC (rev 9428)
@@ -45,13 +45,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.9-SNAPSHOT</jbossws.common.version>
+ <jbossws.common.version>1.0.9.GA</jbossws.common.version>
<jbossws.framework.version>3.1.0-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.1.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss423.version>3.1.0-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.1.0-SNAPSHOT</jbossws.jboss424.version>
- <jbossws.jboss500.version>3.1.0-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.1.0-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
+ <jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
+ <jbossws.jboss500.version>3.1.0.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.1.0.GA</jbossws.jboss501.version>
<!-- JBWS-2505 -->
<!-- START -->
<!--
@@ -142,12 +142,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
15 years, 8 months
JBossWS SVN: r9427 - in stack/native/branches/jbossws-native-3.1.0: modules/core and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 07:25:18 -0500 (Fri, 27 Feb 2009)
New Revision: 9427
Modified:
stack/native/branches/jbossws-native-3.1.0/modules/core/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/management/pom.xml
stack/native/branches/jbossws-native-3.1.0/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.1.0/pom.xml
Log:
[JBWS-2539] Using GA versions for spi, common and container integrations
Modified: stack/native/branches/jbossws-native-3.1.0/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/core/pom.xml 2009-02-27 12:14:00 UTC (rev 9426)
+++ stack/native/branches/jbossws-native-3.1.0/modules/core/pom.xml 2009-02-27 12:25:18 UTC (rev 9427)
@@ -217,7 +217,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/native/branches/jbossws-native-3.1.0/modules/management/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/management/pom.xml 2009-02-27 12:14:00 UTC (rev 9426)
+++ stack/native/branches/jbossws-native-3.1.0/modules/management/pom.xml 2009-02-27 12:25:18 UTC (rev 9427)
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<scope>runtime</scope>
</dependency>
<!-- [JBWS-2505] -->
Modified: stack/native/branches/jbossws-native-3.1.0/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/modules/testsuite/pom.xml 2009-02-27 12:14:00 UTC (rev 9426)
+++ stack/native/branches/jbossws-native-3.1.0/modules/testsuite/pom.xml 2009-02-27 12:25:18 UTC (rev 9427)
@@ -444,7 +444,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<exclusions>
<exclusion> <!-- Exclude old jaxws impl transitive dependency brought in by jboss-metadata -->
<groupId>jboss.jbossws</groupId>
Modified: stack/native/branches/jbossws-native-3.1.0/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.0/pom.xml 2009-02-27 12:14:00 UTC (rev 9426)
+++ stack/native/branches/jbossws-native-3.1.0/pom.xml 2009-02-27 12:25:18 UTC (rev 9427)
@@ -48,13 +48,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.9-SNAPSHOT</jbossws.common.version>
+ <jbossws.common.version>1.0.9.GA</jbossws.common.version>
<jbossws.framework.version>3.1.0-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.1.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss423.version>3.1.0-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.1.0-SNAPSHOT</jbossws.jboss424.version>
- <jbossws.jboss500.version>3.1.0-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.1.0-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
+ <jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
+ <jbossws.jboss500.version>3.1.0.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.1.0.GA</jbossws.jboss501.version>
<!-- [JBWS-2505] -->
<!-- START -->
<!--
@@ -148,12 +148,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
15 years, 8 months