JBossWS SVN: r8103 - in stack/metro: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-14 06:01:18 -0400 (Thu, 14 Aug 2008)
New Revision: 8103
Added:
stack/metro/tags/jbossws-metro-3.0.3.GA/
Removed:
stack/metro/branches/jbossws-metro-3.0.3.GA/
Log:
[JBWS-2273] Tagging jbossws-metro-3.0.3.GA
Copied: stack/metro/tags/jbossws-metro-3.0.3.GA (from rev 8102, stack/metro/branches/jbossws-metro-3.0.3.GA)
16 years, 4 months
JBossWS SVN: r8102 - in stack/metro/branches/jbossws-metro-3.0.3.GA: modules/client and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-14 05:48:11 -0400 (Thu, 14 Aug 2008)
New Revision: 8102
Modified:
stack/metro/branches/jbossws-metro-3.0.3.GA/modules/client/pom.xml
stack/metro/branches/jbossws-metro-3.0.3.GA/modules/management/pom.xml
stack/metro/branches/jbossws-metro-3.0.3.GA/modules/resources/pom.xml
stack/metro/branches/jbossws-metro-3.0.3.GA/modules/server/pom.xml
stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/framework-tests/pom.xml
stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/metro-tests/pom.xml
stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/pom.xml
stack/metro/branches/jbossws-metro-3.0.3.GA/modules/wsit/pom.xml
stack/metro/branches/jbossws-metro-3.0.3.GA/pom.xml
Log:
[JBWS-2273] Moving to GA version
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/modules/client/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/modules/client/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/modules/client/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/modules/management/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/modules/management/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/modules/management/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/modules/resources/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/modules/resources/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/modules/resources/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/modules/server/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/modules/server/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/modules/server/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/framework-tests/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/framework-tests/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/metro-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/metro-tests/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/metro-tests/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
</parent>
<!-- Dependencies -->
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/modules/testsuite/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/modules/wsit/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/modules/wsit/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/pom.xml 2008-08-14 09:08:57 UTC (rev 8101)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/pom.xml 2008-08-14 09:48:11 UTC (rev 8102)
@@ -20,7 +20,7 @@
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<!-- Parent -->
<parent>
@@ -31,9 +31,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/branches/jboss...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/branches/jbossws-...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/branches/jbossws-met...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-metr...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/tags/jbossws-metro-3...</url>
</scm>
<!-- Modules -->
16 years, 4 months
JBossWS SVN: r8101 - in stack/native: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-14 05:08:57 -0400 (Thu, 14 Aug 2008)
New Revision: 8101
Added:
stack/native/tags/jbossws-native-3.0.3.GA/
Removed:
stack/native/branches/jbossws-native-3.0.3.GA/
Log:
[JBWS-2272] Tagging jbossws-native-3.0.3.GA
Copied: stack/native/tags/jbossws-native-3.0.3.GA (from rev 8100, stack/native/branches/jbossws-native-3.0.3.GA)
16 years, 4 months
JBossWS SVN: r8100 - in stack/native/branches/jbossws-native-3.0.3.GA: modules/client and 11 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-14 03:46:31 -0400 (Thu, 14 Aug 2008)
New Revision: 8100
Modified:
stack/native/branches/jbossws-native-3.0.3.GA/modules/client/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/core/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/embedded/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxrpc/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxws-ext/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxws/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/management/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/resources/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/saaj/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/framework-tests/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/native-tests/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.0.3.GA/pom.xml
Log:
[JBWS-2272] Moving to GA version
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/client/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/client/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/core/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/core/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/embedded/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/embedded/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/embedded/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxrpc/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxrpc/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxws/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxws/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxws/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxws-ext/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/jaxws-ext/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/management/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/management/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/management/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/resources/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/resources/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/resources/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/saaj/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/saaj/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/saaj/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/framework-tests/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/framework-tests/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/native-tests/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/native-tests/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/modules/testsuite/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.3.GA/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/pom.xml 2008-08-13 15:16:36 UTC (rev 8099)
+++ stack/native/branches/jbossws-native-3.0.3.GA/pom.xml 2008-08-14 07:46:31 UTC (rev 8100)
@@ -20,7 +20,7 @@
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
- <version>3.0.3-SNAPSHOT</version>
+ <version>3.0.3.GA</version>
<!-- Parent -->
<parent>
@@ -31,9 +31,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/branches/jbos...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/branches/jbossws...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/branches/jbossws-na...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-nat...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native...</url>
</scm>
<!-- Modules -->
16 years, 4 months
JBossWS SVN: r8099 - stack/native/branches/dlofthouse/JBWS-1862/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/binding.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-08-13 11:16:36 -0400 (Wed, 13 Aug 2008)
New Revision: 8099
Modified:
stack/native/branches/dlofthouse/JBWS-1862/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java
Log:
Testing of internal API was dependent on old defaults.
Modified: stack/native/branches/dlofthouse/JBWS-1862/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java
===================================================================
--- stack/native/branches/dlofthouse/JBWS-1862/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java 2008-08-13 15:02:47 UTC (rev 8098)
+++ stack/native/branches/dlofthouse/JBWS-1862/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java 2008-08-13 15:16:36 UTC (rev 8099)
@@ -158,11 +158,13 @@
call.setOperationName(new QName("http://org.jboss.ws/2004", opName));
call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.IN);
- call.setReturnType(Constants.TYPE_LITERAL_STRING, String.class);
opMetaData = call.getOperationMetaData();
opMetaData.getEndpointMetaData().setServiceEndpointInterfaceName(SOAPBindingTestService.class.getName());
+ ParameterMetaData returnParam = new ParameterMetaData(opMetaData, new QName(Constants.DEFAULT_RPC_RETURN_NAME), Constants.TYPE_LITERAL_STRING, "java.lang.String");
+ opMetaData.setReturnParameter(returnParam);
+
// Associate a message context with the current thread
SOAPMessageContextJAXRPC messageContext = new SOAPMessageContextJAXRPC();
MessageContextAssociation.pushMessageContext(messageContext);
@@ -355,7 +357,7 @@
CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
msgContext.setSOAPMessage(resMessage);
- EndpointInvocation epInv = new EndpointInvocation(opMetaData);
+ EndpointInvocation epInv = new EndpointInvocation(opMetaData);
binding.unbindResponseMessage(opMetaData, resMessage, epInv, null);
assertEquals("Hello World!", epInv.getReturnValue());
}
16 years, 4 months
JBossWS SVN: r8098 - stack/cxf/branches/jbossws-cxf-3.0.3.GA.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-13 11:02:47 -0400 (Wed, 13 Aug 2008)
New Revision: 8098
Modified:
stack/cxf/branches/jbossws-cxf-3.0.3.GA/pom.xml
Log:
[JBWS-2282] Using tagged spi, framework, common and 4.2.x container integration
Modified: stack/cxf/branches/jbossws-cxf-3.0.3.GA/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.3.GA/pom.xml 2008-08-13 15:02:34 UTC (rev 8097)
+++ stack/cxf/branches/jbossws-cxf-3.0.3.GA/pom.xml 2008-08-13 15:02:47 UTC (rev 8098)
@@ -46,12 +46,12 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.6-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.0.3-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.0.5-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss422.version>3.0.3-SNAPSHOT</jbossws.jboss422.version>
- <jbossws.jboss423.version>3.0.3-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.0.3-SNAPSHOT</jbossws.jboss424.version>
+ <jbossws.common.version>1.0.6.GA</jbossws.common.version>
+ <jbossws.framework.version>3.0.3.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.0.5.GA</jbossws.spi.version>
+ <jbossws.jboss422.version>3.0.3.GA</jbossws.jboss422.version>
+ <jbossws.jboss423.version>3.0.3.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.0.3.GA</jbossws.jboss424.version>
<!-- JBWS-2263 -->
<!--
<jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
16 years, 4 months
JBossWS SVN: r8097 - stack/metro/branches/jbossws-metro-3.0.3.GA.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-13 11:02:34 -0400 (Wed, 13 Aug 2008)
New Revision: 8097
Modified:
stack/metro/branches/jbossws-metro-3.0.3.GA/pom.xml
Log:
[JBWS-2282] Using tagged spi, framework, common and 4.2.x container integration
Modified: stack/metro/branches/jbossws-metro-3.0.3.GA/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.3.GA/pom.xml 2008-08-13 15:02:05 UTC (rev 8096)
+++ stack/metro/branches/jbossws-metro-3.0.3.GA/pom.xml 2008-08-13 15:02:34 UTC (rev 8097)
@@ -47,12 +47,12 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.6-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.0.3-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.0.5-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss422.version>3.0.3-SNAPSHOT</jbossws.jboss422.version>
- <jbossws.jboss423.version>3.0.3-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.0.3-SNAPSHOT</jbossws.jboss424.version>
+ <jbossws.common.version>1.0.6.GA</jbossws.common.version>
+ <jbossws.framework.version>3.0.3.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.0.5.GA</jbossws.spi.version>
+ <jbossws.jboss422.version>3.0.3.GA</jbossws.jboss422.version>
+ <jbossws.jboss423.version>3.0.3.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.0.3.GA</jbossws.jboss424.version>
<!-- JBWS-2263 -->
<!--
<jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
16 years, 4 months
JBossWS SVN: r8096 - stack/native/branches/jbossws-native-3.0.3.GA.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-13 11:02:05 -0400 (Wed, 13 Aug 2008)
New Revision: 8096
Modified:
stack/native/branches/jbossws-native-3.0.3.GA/pom.xml
Log:
[JBWS-2282] Using tagged spi, framework, common and 4.2.x container integration
Modified: stack/native/branches/jbossws-native-3.0.3.GA/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.3.GA/pom.xml 2008-08-13 13:50:07 UTC (rev 8095)
+++ stack/native/branches/jbossws-native-3.0.3.GA/pom.xml 2008-08-13 15:02:05 UTC (rev 8096)
@@ -51,12 +51,12 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.6-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.0.3-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.0.5-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss422.version>3.0.3-SNAPSHOT</jbossws.jboss422.version>
- <jbossws.jboss423.version>3.0.3-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.0.3-SNAPSHOT</jbossws.jboss424.version>
+ <jbossws.common.version>1.0.6.GA</jbossws.common.version>
+ <jbossws.framework.version>3.0.3.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.0.5.GA</jbossws.spi.version>
+ <jbossws.jboss422.version>3.0.3.GA</jbossws.jboss422.version>
+ <jbossws.jboss423.version>3.0.3.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.0.3.GA</jbossws.jboss424.version>
<!-- JBWS-2263 -->
<!--
<jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
16 years, 4 months
JBossWS SVN: r8095 - container/jboss42/tags/jbossws-jboss424x-3.0.3.GA.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-13 09:50:07 -0400 (Wed, 13 Aug 2008)
New Revision: 8095
Modified:
container/jboss42/tags/jbossws-jboss424x-3.0.3.GA/pom.xml
Log:
Use GA releases
Modified: container/jboss42/tags/jbossws-jboss424x-3.0.3.GA/pom.xml
===================================================================
--- container/jboss42/tags/jbossws-jboss424x-3.0.3.GA/pom.xml 2008-08-13 13:49:12 UTC (rev 8094)
+++ container/jboss42/tags/jbossws-jboss424x-3.0.3.GA/pom.xml 2008-08-13 13:50:07 UTC (rev 8095)
@@ -24,8 +24,8 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.6-SNAPSHOT</jbossws.common.version>
- <jbossws.spi.version>1.0.5-SNAPSHOT</jbossws.spi.version>
+ <jbossws.common.version>1.0.6.GA</jbossws.common.version>
+ <jbossws.spi.version>1.0.5.GA</jbossws.spi.version>
<!--
To deploy-file to snapshot repo do:
16 years, 4 months
JBossWS SVN: r8094 - container/jboss42/tags/jbossws-jboss423-3.0.3.GA.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-08-13 09:49:12 -0400 (Wed, 13 Aug 2008)
New Revision: 8094
Modified:
container/jboss42/tags/jbossws-jboss423-3.0.3.GA/pom.xml
Log:
Use GA releases
Modified: container/jboss42/tags/jbossws-jboss423-3.0.3.GA/pom.xml
===================================================================
--- container/jboss42/tags/jbossws-jboss423-3.0.3.GA/pom.xml 2008-08-13 13:46:49 UTC (rev 8093)
+++ container/jboss42/tags/jbossws-jboss423-3.0.3.GA/pom.xml 2008-08-13 13:49:12 UTC (rev 8094)
@@ -24,8 +24,8 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.6-SNAPSHOT</jbossws.common.version>
- <jbossws.spi.version>1.0.5-SNAPSHOT</jbossws.spi.version>
+ <jbossws.common.version>1.0.6.GA</jbossws.common.version>
+ <jbossws.spi.version>1.0.5.GA</jbossws.spi.version>
<!--
To deploy-file to snapshot repo do:
16 years, 4 months