JBossWS SVN: r18522 - stack/cxf/branches/jbossws-cxf-4.3.0.Final/modules/dist/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 05:59:24 -0400 (Fri, 14 Mar 2014)
New Revision: 18522
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final/modules/dist/src/main/distro/ReleaseNotes.txt
Log:
Setting release notes
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final/modules/dist/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.0.Final/modules/dist/src/main/distro/ReleaseNotes.txt 2014-03-14 09:58:45 UTC (rev 18521)
+++ stack/cxf/branches/jbossws-cxf-4.3.0.Final/modules/dist/src/main/distro/ReleaseNotes.txt 2014-03-14 09:59:24 UTC (rev 18522)
@@ -28,28 +28,67 @@
Bug
- [JBWS-???] - ...
+ * [JBWS-3620] - Authentication failures w/ Undertow
+ * [JBWS-3670] - Spring declared endpoints, AS components and injection
+ * [JBWS-3707] - AbstractCommonConfig is not thread safe
+ * [JBWS-3709] - WSDiscoveryTestCase failures related to network environment
+ * [JBWS-3721] - UDP endpoint failure in pure IPv6 environment
+ * [JBWS-3722] - jbossws-cxf-client is using 2.1 version of jaxb-impl
+ * [JBWS-3736] - soap:address rewrite does not consider wsdlLocation in SEI @WebService
+ * [JBWS-3741] - WebService doesn't support "//"
+ * [JBWS-3742] - EndpointMetricsImpl is not thread-safe
+ * [JBWS-3749] - update build-testsuite.xml to reflect new location of netty module in wildfly 8.0.0
+ * [JBWS-3766] - Null value of POJOEndpoint.viewName causes NullPointerException when building service on JDK 1.8
+ * [JBWS-3772] - ServerConfig#getWebServiceSecurePort returns wrong default value on WFLY
Enhancement
- [JBWS-???] - ...
+ * [JBWS-3662] - dynamic registration of Bouncy Castle JCE provider in cxf specific tests
+ * [JBWS-3689] - Ensure consistent state of server config is always used
+ * [JBWS-3691] - Prevent race condition in default webservice port retrieval mechanism
+ * [JBWS-3702] - Provide an Undertow based alternative to jbossws-cxf-transports-httpserver
+ * [JBWS-3708] - Enforce client/endpoint config immutability at runtime
+ * [JBWS-3737] - Build PolicyAttachmentStore when the first @PolicySets annotation is found
+ * [JBWS-3739] - Enforce jbossws-spi metadata immutability
+ * [JBWS-3743] - Block HTTP GET requests with no query string
+ * [JBWS-3747] - Higher precision in endpoint metrics
+ * [JBWS-3753] - Improve destination matching when processing requests
+ * [JBWS-3756] - Add permission checks to sensitive public static methods
Feature Request
- [JBWS-???] - ...
+ * [JBWS-3676] - Minor dependency cleanup in jbossws-common
+ * [JBWS-3734] - Upgrade to Apache CXF 2.7.8
+ * [JBWS-3744] - Remove published wsdl files during app undeployment
+ * [JBWS-3745] - Allow disabling Nagle's algorithm on Web Service calls
+ * [JBWS-3752] - Upgrade to Apache CXF 2.7.10
+ * [JBWS-3767] - Implement JASPIC SOAP profile
Task
- [JBWS-???] - ...
+ * [JBWS-3664] - Upgrade JavaEE specs dependencies to latest versions
+ * [JBWS-3728] - Add a callback handler mechanism for controlling attribute updates in AbstractServerConfig
+ * [JBWS-3732] - Check for endpoint-config existence when processing @EndpointConfig
+ * [JBWS-3740] - Drop JBoss AS 7.1.x integration
+ * [JBWS-3746] - Hudson cleanup
+ * [JBWS-3751] - Upgrade to Apache WSS4J 1.6.14
+ * [JBWS-3754] - Fix Netty dependency version issues (testsuite against WFLY 8)
+ * [JBWS-3755] - Provide mechanism for knowing when running in-container
+ * [JBWS-3762] - Upgrade PicketLink and PicketBox dependencies
+ * [JBWS-3765] - Run integration tests in alphabetical order to increase error reproducibility
+ * [JBWS-3768] - Fix issues with CXF Conduit re-use and tests modifying client conduits
+ * [JBWS-3769] - Ensure URLConnection inputstreams are properly closed in the testsuite
+ * [JBWS-3774] - JBossWS 4.3.0.Final errata
-Sub-task
+Errata
- [JBWS-???] - ...
+ See: https://issues.jboss.org/browse/JBWS-3774
-Errata
+Migration notes
- See: https://issues.jboss.org/browse/JBWS-???
+ See: https://community.jboss.org/wiki/JBossWS430MigrationNotes
+
This version of "${project.name}" is based on Apache CXF ${cxf.version}
Enjoy,
10 years, 9 months
JBossWS SVN: r18521 - stack/cxf/trunk/modules/dist/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 05:58:45 -0400 (Fri, 14 Mar 2014)
New Revision: 18521
Modified:
stack/cxf/trunk/modules/dist/src/main/distro/ReleaseNotes.txt
Log:
Updating release notes
Modified: stack/cxf/trunk/modules/dist/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/distro/ReleaseNotes.txt 2014-03-14 09:02:26 UTC (rev 18520)
+++ stack/cxf/trunk/modules/dist/src/main/distro/ReleaseNotes.txt 2014-03-14 09:58:45 UTC (rev 18521)
@@ -55,9 +55,80 @@
Enjoy,
The JBossWS Team
+
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------
+jbossws-cxf-4.3.0.Final
+-----------------------
+
+Bug
+
+ * [JBWS-3620] - Authentication failures w/ Undertow
+ * [JBWS-3670] - Spring declared endpoints, AS components and injection
+ * [JBWS-3707] - AbstractCommonConfig is not thread safe
+ * [JBWS-3709] - WSDiscoveryTestCase failures related to network environment
+ * [JBWS-3721] - UDP endpoint failure in pure IPv6 environment
+ * [JBWS-3722] - jbossws-cxf-client is using 2.1 version of jaxb-impl
+ * [JBWS-3736] - soap:address rewrite does not consider wsdlLocation in SEI @WebService
+ * [JBWS-3741] - WebService doesn't support "//"
+ * [JBWS-3742] - EndpointMetricsImpl is not thread-safe
+ * [JBWS-3749] - update build-testsuite.xml to reflect new location of netty module in wildfly 8.0.0
+ * [JBWS-3766] - Null value of POJOEndpoint.viewName causes NullPointerException when building service on JDK 1.8
+ * [JBWS-3772] - ServerConfig#getWebServiceSecurePort returns wrong default value on WFLY
+
+Enhancement
+
+ * [JBWS-3662] - dynamic registration of Bouncy Castle JCE provider in cxf specific tests
+ * [JBWS-3689] - Ensure consistent state of server config is always used
+ * [JBWS-3691] - Prevent race condition in default webservice port retrieval mechanism
+ * [JBWS-3702] - Provide an Undertow based alternative to jbossws-cxf-transports-httpserver
+ * [JBWS-3708] - Enforce client/endpoint config immutability at runtime
+ * [JBWS-3737] - Build PolicyAttachmentStore when the first @PolicySets annotation is found
+ * [JBWS-3739] - Enforce jbossws-spi metadata immutability
+ * [JBWS-3743] - Block HTTP GET requests with no query string
+ * [JBWS-3747] - Higher precision in endpoint metrics
+ * [JBWS-3753] - Improve destination matching when processing requests
+ * [JBWS-3756] - Add permission checks to sensitive public static methods
+
+Feature Request
+
+ * [JBWS-3676] - Minor dependency cleanup in jbossws-common
+ * [JBWS-3734] - Upgrade to Apache CXF 2.7.8
+ * [JBWS-3744] - Remove published wsdl files during app undeployment
+ * [JBWS-3745] - Allow disabling Nagle's algorithm on Web Service calls
+ * [JBWS-3752] - Upgrade to Apache CXF 2.7.10
+ * [JBWS-3767] - Implement JASPIC SOAP profile
+
+Task
+
+ * [JBWS-3664] - Upgrade JavaEE specs dependencies to latest versions
+ * [JBWS-3728] - Add a callback handler mechanism for controlling attribute updates in AbstractServerConfig
+ * [JBWS-3732] - Check for endpoint-config existence when processing @EndpointConfig
+ * [JBWS-3740] - Drop JBoss AS 7.1.x integration
+ * [JBWS-3746] - Hudson cleanup
+ * [JBWS-3751] - Upgrade to Apache WSS4J 1.6.14
+ * [JBWS-3754] - Fix Netty dependency version issues (testsuite against WFLY 8)
+ * [JBWS-3755] - Provide mechanism for knowing when running in-container
+ * [JBWS-3762] - Upgrade PicketLink and PicketBox dependencies
+ * [JBWS-3765] - Run integration tests in alphabetical order to increase error reproducibility
+ * [JBWS-3768] - Fix issues with CXF Conduit re-use and tests modifying client conduits
+ * [JBWS-3769] - Ensure URLConnection inputstreams are properly closed in the testsuite
+ * [JBWS-3774] - JBossWS 4.3.0.Final errata
+
+Errata
+
+ See: https://issues.jboss.org/browse/JBWS-3774
+
+Migration notes
+
+ See: https://community.jboss.org/wiki/JBossWS430MigrationNotes
+
+
+This version of "JBoss Web Services - Stack CXF Distribution" is based on Apache CXF 2.7.10
+
+
+-----------------------
jbossws-cxf-4.2.3.Final
-----------------------
10 years, 9 months
JBossWS SVN: r18520 - stack/cxf/branches/jbossws-cxf-4.3.0.Final.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 05:02:26 -0400 (Fri, 14 Mar 2014)
New Revision: 18520
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final/pom.xml
Log:
Moving to final component versions
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.0.Final/pom.xml 2014-03-14 09:01:20 UTC (rev 18519)
+++ stack/cxf/branches/jbossws-cxf-4.3.0.Final/pom.xml 2014-03-14 09:02:26 UTC (rev 18520)
@@ -61,12 +61,12 @@
<!-- Properties -->
<properties>
<jbossws.api.version>1.0.2.Final</jbossws.api.version>
- <jbossws.spi.version>2.3.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.common.version>2.3.0-SNAPSHOT</jbossws.common.version>
+ <jbossws.spi.version>2.3.0.Final</jbossws.spi.version>
+ <jbossws.common.version>2.3.0.Final</jbossws.common.version>
<jbossws.common.tools.version>1.2.0.Final</jbossws.common.tools.version>
- <jbossws.jboss720.version>4.3.0-SNAPSHOT</jbossws.jboss720.version>
- <jbossws.wildfly800.version>4.3.0-SNAPSHOT</jbossws.wildfly800.version>
- <jbossws.native.version>4.2.0.CR1</jbossws.native.version>
+ <jbossws.jboss720.version>4.3.0.Final</jbossws.jboss720.version>
+ <jbossws.wildfly800.version>4.3.0.Final</jbossws.wildfly800.version>
+ <jbossws.native.version>4.2.0.Final</jbossws.native.version>
<jboss720.version>7.2.0.Final</jboss720.version>
<wildfly800.version>8.0.0.Final</wildfly800.version>
<wildfly801.version>8.0.1.Final-SNAPSHOT</wildfly801.version>
10 years, 9 months
JBossWS SVN: r18519 - in stack/native/trunk: modules/core and 5 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 05:01:20 -0400 (Fri, 14 Mar 2014)
New Revision: 18519
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/dist/pom.xml
stack/native/trunk/modules/resources/pom.xml
stack/native/trunk/modules/services/pom.xml
stack/native/trunk/modules/testsuite/native-tests/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
Log:
Preparing for next dev cycle
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2014-03-14 08:59:25 UTC (rev 18518)
+++ stack/native/trunk/modules/core/pom.xml 2014-03-14 09:01:20 UTC (rev 18519)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0.Final</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/dist/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/pom.xml 2014-03-14 08:59:25 UTC (rev 18518)
+++ stack/native/trunk/modules/dist/pom.xml 2014-03-14 09:01:20 UTC (rev 18519)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0.Final</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/resources/pom.xml
===================================================================
--- stack/native/trunk/modules/resources/pom.xml 2014-03-14 08:59:25 UTC (rev 18518)
+++ stack/native/trunk/modules/resources/pom.xml 2014-03-14 09:01:20 UTC (rev 18519)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0.Final</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/services/pom.xml
===================================================================
--- stack/native/trunk/modules/services/pom.xml 2014-03-14 08:59:25 UTC (rev 18518)
+++ stack/native/trunk/modules/services/pom.xml 2014-03-14 09:01:20 UTC (rev 18519)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0.Final</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2014-03-14 08:59:25 UTC (rev 18518)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2014-03-14 09:01:20 UTC (rev 18519)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>4.2.0.Final</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2014-03-14 08:59:25 UTC (rev 18518)
+++ stack/native/trunk/modules/testsuite/pom.xml 2014-03-14 09:01:20 UTC (rev 18519)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0.Final</version>
+ <version>4.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2014-03-14 08:59:25 UTC (rev 18518)
+++ stack/native/trunk/pom.xml 2014-03-14 09:01:20 UTC (rev 18519)
@@ -31,7 +31,7 @@
<packaging>pom</packaging>
<description>JBossWS Native stack</description>
- <version>4.2.0.Final</version>
+ <version>4.3.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -42,9 +42,9 @@
<!-- Source Control Management -->
<scm>
- <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>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/trunk</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/trunk</url>
</scm>
<!-- Modules -->
10 years, 9 months
JBossWS SVN: r18518 - stack/native/tags.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 04:59:25 -0400 (Fri, 14 Mar 2014)
New Revision: 18518
Added:
stack/native/tags/jbossws-native-4.2.0.Final/
Log:
Tagging jbossws-native-4.2.0.Final
10 years, 9 months
JBossWS SVN: r18517 - in stack/native/trunk: modules/core and 5 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 04:58:46 -0400 (Fri, 14 Mar 2014)
New Revision: 18517
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/dist/pom.xml
stack/native/trunk/modules/resources/pom.xml
stack/native/trunk/modules/services/pom.xml
stack/native/trunk/modules/testsuite/native-tests/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
Log:
Preparing for tagging
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
+++ stack/native/trunk/modules/core/pom.xml 2014-03-14 08:58:46 UTC (rev 18517)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/dist/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
+++ stack/native/trunk/modules/dist/pom.xml 2014-03-14 08:58:46 UTC (rev 18517)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/resources/pom.xml
===================================================================
--- stack/native/trunk/modules/resources/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
+++ stack/native/trunk/modules/resources/pom.xml 2014-03-14 08:58:46 UTC (rev 18517)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/services/pom.xml
===================================================================
--- stack/native/trunk/modules/services/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
+++ stack/native/trunk/modules/services/pom.xml 2014-03-14 08:58:46 UTC (rev 18517)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2014-03-14 08:58:46 UTC (rev 18517)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
+++ stack/native/trunk/modules/testsuite/pom.xml 2014-03-14 08:58:46 UTC (rev 18517)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
+++ stack/native/trunk/pom.xml 2014-03-14 08:58:46 UTC (rev 18517)
@@ -31,7 +31,7 @@
<packaging>pom</packaging>
<description>JBossWS Native stack</description>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.0.Final</version>
<!-- Parent -->
<parent>
@@ -42,9 +42,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/trunk</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/trunk</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 -->
@@ -57,11 +57,11 @@
<!-- Properties -->
<properties>
<jbossws.api.version>1.0.2.Final</jbossws.api.version>
- <jbossws.spi.version>2.3.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.common.version>2.3.0-SNAPSHOT</jbossws.common.version>
+ <jbossws.spi.version>2.3.0.Final</jbossws.spi.version>
+ <jbossws.common.version>2.3.0.Final</jbossws.common.version>
<jbossws.common.tools.version>1.2.0.Final</jbossws.common.tools.version>
<jbossws.shared.testsuite.version>4.2.0.Beta1</jbossws.shared.testsuite.version>
- <jbossws.jboss720.version>4.3.0-SNAPSHOT</jbossws.jboss720.version>
+ <jbossws.jboss720.version>4.3.0.Final</jbossws.jboss720.version>
<jboss720.version>7.2.0.Final</jboss720.version>
<javassist.version>3.15.0-GA</javassist.version>
<ejb.api.version>1.0.1.Final</ejb.api.version>
10 years, 9 months
JBossWS SVN: r18516 - in container/jboss72/branches/jbossws-jboss720: server-integration and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 04:45:35 -0400 (Fri, 14 Mar 2014)
New Revision: 18516
Modified:
container/jboss72/branches/jbossws-jboss720/pom.xml
container/jboss72/branches/jbossws-jboss720/server-integration/pom.xml
container/jboss72/branches/jbossws-jboss720/tests-integration/pom.xml
Log:
Modified: container/jboss72/branches/jbossws-jboss720/pom.xml
===================================================================
--- container/jboss72/branches/jbossws-jboss720/pom.xml 2014-03-14 08:44:52 UTC (rev 18515)
+++ container/jboss72/branches/jbossws-jboss720/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
@@ -51,8 +51,8 @@
<properties>
<jbossws.api.version>1.0.2.Final</jbossws.api.version>
- <jbossws.spi.version>2.3.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.common.version>2.3.0-SNAPSHOT</jbossws.common.version>
+ <jbossws.spi.version>2.3.1-SNAPSHOT</jbossws.spi.version>
+ <jbossws.common.version>2.3.1-SNAPSHOT</jbossws.common.version>
<jboss.msc.version>1.0.4.GA</jboss.msc.version>
<jboss.version>7.2.0.Final</jboss.version>
<jboss.jaxws.api.version>2.0.2.Final</jboss.jaxws.api.version>
Modified: container/jboss72/branches/jbossws-jboss720/server-integration/pom.xml
===================================================================
--- container/jboss72/branches/jbossws-jboss720/server-integration/pom.xml 2014-03-14 08:44:52 UTC (rev 18515)
+++ container/jboss72/branches/jbossws-jboss720/server-integration/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss720-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: container/jboss72/branches/jbossws-jboss720/tests-integration/pom.xml
===================================================================
--- container/jboss72/branches/jbossws-jboss720/tests-integration/pom.xml 2014-03-14 08:44:52 UTC (rev 18515)
+++ container/jboss72/branches/jbossws-jboss720/tests-integration/pom.xml 2014-03-14 08:45:35 UTC (rev 18516)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss720-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
10 years, 9 months
JBossWS SVN: r18515 - in container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final: server-integration and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 04:44:52 -0400 (Fri, 14 Mar 2014)
New Revision: 18515
Modified:
container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/pom.xml
container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/server-integration/pom.xml
container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/tests-integration/pom.xml
Log:
Fixing poms
Modified: container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/pom.xml
===================================================================
--- container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/pom.xml 2014-03-14 08:44:38 UTC (rev 18514)
+++ container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/pom.xml 2014-03-14 08:44:52 UTC (rev 18515)
@@ -35,13 +35,13 @@
<description>JBossWS WildFly 8.0.0.Final Integration Parent</description>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly800-parent</artifactId>
- <version>4.3.0.CR2</version>
+ <version>4.3.0.Final</version>
<packaging>pom</packaging>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/container/wildfly80/tags/j...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/container/wildfly80/tags/jbos...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/container/wildfly80/tags/jbossws...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/container/wildfly80/tags/j...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/container/wildfly80/tags/jbos...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/container/wildfly80/tags/jbossws...</url>
</scm>
<modules>
@@ -51,8 +51,8 @@
<properties>
<jbossws.api.version>1.0.2.Final</jbossws.api.version>
- <jbossws.spi.version>2.3.0.CR1</jbossws.spi.version>
- <jbossws.common.version>2.3.0.CR2</jbossws.common.version>
+ <jbossws.spi.version>2.3.0.Final</jbossws.spi.version>
+ <jbossws.common.version>2.3.0.Final</jbossws.common.version>
<jboss.msc.version>1.2.0.Final</jboss.msc.version>
<wildfly.version>8.0.0.Final</wildfly.version>
<wildfly.security-manager.version>1.0.0.Final</wildfly.security-manager.version>
Modified: container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/server-integration/pom.xml
===================================================================
--- container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/server-integration/pom.xml 2014-03-14 08:44:38 UTC (rev 18514)
+++ container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/server-integration/pom.xml 2014-03-14 08:44:52 UTC (rev 18515)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly800-parent</artifactId>
- <version>4.3.0.CR2</version>
+ <version>4.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/tests-integration/pom.xml
===================================================================
--- container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/tests-integration/pom.xml 2014-03-14 08:44:38 UTC (rev 18514)
+++ container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/tests-integration/pom.xml 2014-03-14 08:44:52 UTC (rev 18515)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly800-parent</artifactId>
- <version>4.3.0.CR2</version>
+ <version>4.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
10 years, 9 months
JBossWS SVN: r18514 - in container/wildfly80/branches/jbossws-wildfly800: server-integration and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 04:44:38 -0400 (Fri, 14 Mar 2014)
New Revision: 18514
Modified:
container/wildfly80/branches/jbossws-wildfly800/pom.xml
container/wildfly80/branches/jbossws-wildfly800/server-integration/pom.xml
container/wildfly80/branches/jbossws-wildfly800/tests-integration/pom.xml
Log:
Preparing for next dev cycle
Modified: container/wildfly80/branches/jbossws-wildfly800/pom.xml
===================================================================
--- container/wildfly80/branches/jbossws-wildfly800/pom.xml 2014-03-14 08:39:56 UTC (rev 18513)
+++ container/wildfly80/branches/jbossws-wildfly800/pom.xml 2014-03-14 08:44:38 UTC (rev 18514)
@@ -35,7 +35,7 @@
<description>JBossWS WildFly 8.0.0.Final Integration Parent</description>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly800-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
@@ -51,8 +51,8 @@
<properties>
<jbossws.api.version>1.0.2.Final</jbossws.api.version>
- <jbossws.spi.version>2.3.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.common.version>2.3.0-SNAPSHOT</jbossws.common.version>
+ <jbossws.spi.version>2.3.1-SNAPSHOT</jbossws.spi.version>
+ <jbossws.common.version>2.3.1-SNAPSHOT</jbossws.common.version>
<jboss.msc.version>1.2.0.Final</jboss.msc.version>
<wildfly.version>8.0.0.Final</wildfly.version>
<wildfly.security-manager.version>1.0.0.Final</wildfly.security-manager.version>
Modified: container/wildfly80/branches/jbossws-wildfly800/server-integration/pom.xml
===================================================================
--- container/wildfly80/branches/jbossws-wildfly800/server-integration/pom.xml 2014-03-14 08:39:56 UTC (rev 18513)
+++ container/wildfly80/branches/jbossws-wildfly800/server-integration/pom.xml 2014-03-14 08:44:38 UTC (rev 18514)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly800-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: container/wildfly80/branches/jbossws-wildfly800/tests-integration/pom.xml
===================================================================
--- container/wildfly80/branches/jbossws-wildfly800/tests-integration/pom.xml 2014-03-14 08:39:56 UTC (rev 18513)
+++ container/wildfly80/branches/jbossws-wildfly800/tests-integration/pom.xml 2014-03-14 08:44:38 UTC (rev 18514)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly800-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
10 years, 9 months
JBossWS SVN: r18513 - container/wildfly80/tags.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-03-14 04:39:56 -0400 (Fri, 14 Mar 2014)
New Revision: 18513
Added:
container/wildfly80/tags/jbossws-wildfly800-4.3.0.Final/
Log:
Tagging jbossws-wildfly800-4.3.0.Final
10 years, 9 months