JBossWS SVN: r15453 - in stack/cxf/tags/jbossws-cxf-4.0.0.GA: modules/addons and 10 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-12-19 11:56:02 -0500 (Mon, 19 Dec 2011)
New Revision: 15453
Modified:
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/addons/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/addons/transports/http/httpserver/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/client/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/dist/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/endorsed/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/resources/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/server/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/cxf-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/shared-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.GA/pom.xml
Log:
Fixing poms
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/addons/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/addons/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/addons/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/addons/transports/http/httpserver/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/addons/transports/http/httpserver/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/client/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/client/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/client/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/dist/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/dist/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/dist/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -4,12 +4,12 @@
<name>JBoss Web Services - Stack CXF Distrubiton</name>
<artifactId>jbossws-cxf-dist</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/endorsed/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/endorsed/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/resources/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/resources/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/resources/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/server/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/server/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/server/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/cxf-spring-tests/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/cxf-spring-tests/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/cxf-tests/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/cxf-tests/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -1283,7 +1283,7 @@
<additionalClasspathElements>
<!-- Lib below required just for jaxrpc tests; listed here to prevent CXF stack from depending on Native stack -->
<!-- JBossWS Native Core version available on 710 -->
- <additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.0.CR2.jar</additionalClasspathElement>
+ <additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.0.GA.jar</additionalClasspathElement>
<!-- JBossWS Native Core version overwritten by jbossws-native stack install -->
<additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core.jar</additionalClasspathElement>
<!-- JBossWS Native Core version specified through system property -->
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/shared-tests/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/modules/testsuite/shared-tests/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.GA/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.GA/pom.xml 2011-12-19 16:45:13 UTC (rev 15452)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.GA/pom.xml 2011-12-19 16:56:02 UTC (rev 15453)
@@ -32,7 +32,7 @@
<description>JBossWS CXF stack</description>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<!-- Parent -->
<parent>
@@ -43,9 +43,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/trunk</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4....</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-4.0.0.GA</url>
</scm>
<!-- Modules -->
@@ -59,14 +59,14 @@
<!-- Properties -->
<properties>
- <jbossws.api.version>1.0.0-SNAPSHOT</jbossws.api.version>
- <jbossws.spi.version>2.0.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.common.version>2.0.0-SNAPSHOT</jbossws.common.version>
- <jbossws.common.tools.version>1.0.0-SNAPSHOT</jbossws.common.tools.version>
- <jbossws.shared.testsuite.version>4.0.0-SNAPSHOT</jbossws.shared.testsuite.version>
- <jbossws.jboss700.version>4.0.0-SNAPSHOT</jbossws.jboss700.version>
- <jbossws.jboss701.version>4.0.0-SNAPSHOT</jbossws.jboss701.version>
- <jbossws.jboss702.version>4.0.0-SNAPSHOT</jbossws.jboss702.version>
+ <jbossws.api.version>1.0.0.GA</jbossws.api.version>
+ <jbossws.spi.version>2.0.0.GA</jbossws.spi.version>
+ <jbossws.common.version>2.0.0.GA</jbossws.common.version>
+ <jbossws.common.tools.version>1.0.0.GA</jbossws.common.tools.version>
+ <jbossws.shared.testsuite.version>4.0.0.GA</jbossws.shared.testsuite.version>
+ <jbossws.jboss700.version>4.0.0.GA</jbossws.jboss700.version>
+ <jbossws.jboss701.version>4.0.0.GA</jbossws.jboss701.version>
+ <jbossws.jboss702.version>4.0.0.GA</jbossws.jboss702.version>
<jboss700.version>7.0.0.Final</jboss700.version>
<jboss701.version>7.0.1.Final</jboss701.version>
<jboss702.version>7.0.2.Final</jboss702.version>
13 years
JBossWS SVN: r15452 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-12-19 11:45:13 -0500 (Mon, 19 Dec 2011)
New Revision: 15452
Removed:
stack/native/branches/JBWS-3393/
Log:
Removing branch not used anymore
13 years
JBossWS SVN: r15451 - stack/cxf/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-12-19 11:44:17 -0500 (Mon, 19 Dec 2011)
New Revision: 15451
Added:
stack/cxf/tags/jbossws-cxf-4.0.0.GA/
Log:
Tagging jbossws-cxf-4.0.0.GA
13 years
JBossWS SVN: r15450 - stack/cxf/branches.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-12-19 11:42:01 -0500 (Mon, 19 Dec 2011)
New Revision: 15450
Removed:
stack/cxf/branches/JBWS-3393/
Log:
Removing branch not used anymore
13 years
JBossWS SVN: r15449 - stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-12-19 11:20:44 -0500 (Mon, 19 Dec 2011)
New Revision: 15449
Modified:
stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/src/main/distro/ReleaseNotes.txt
Log:
Fixing release notes
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/src/main/distro/ReleaseNotes.txt 2011-12-19 16:20:05 UTC (rev 15448)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/src/main/distro/ReleaseNotes.txt 2011-12-19 16:20:44 UTC (rev 15449)
@@ -26,21 +26,20 @@
What's new in jbossws-native-${project.version}
----------------------------------
-Feature Request
-
- TODO: enumerate
-
Bug
- TODO: enumerate
+ * [JBWS-3387] - JAXRPC SchemaBindingBuilder can't rely on jaxws integration classloader (AS7)
Task
- TODO: enumerate
+ * [JBWS-3281] - Create a migration guide to JBossWS 4.0 / AS 7 integration
+ * [JBWS-3373] - port component link servlet on AS7
+ * [JBWS-3393] - Remove support for AS6 as target container
+ * [JBWS-3401] - Support deployment of EJB3 endpoints bundled in war archives referencing WSDL that is importing XML schema(s)
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/browse/JBWS-3404
Enjoy,
The JBossWS Team
13 years
JBossWS SVN: r15448 - stack/native/trunk/modules/dist/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-12-19 11:20:05 -0500 (Mon, 19 Dec 2011)
New Revision: 15448
Modified:
stack/native/trunk/modules/dist/src/main/distro/ReleaseNotes.txt
Log:
Updating release notes
Modified: stack/native/trunk/modules/dist/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/ReleaseNotes.txt 2011-12-19 15:52:03 UTC (rev 15447)
+++ stack/native/trunk/modules/dist/src/main/distro/ReleaseNotes.txt 2011-12-19 16:20:05 UTC (rev 15448)
@@ -48,6 +48,25 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-----------------------
+jbossws-native-4.0.0.GA
+-----------------------
+
+Bug
+
+ * [JBWS-3387] - JAXRPC SchemaBindingBuilder can't rely on jaxws integration classloader (AS7)
+
+Task
+
+ * [JBWS-3281] - Create a migration guide to JBossWS 4.0 / AS 7 integration
+ * [JBWS-3373] - port component link servlet on AS7
+ * [JBWS-3393] - Remove support for AS6 as target container
+ * [JBWS-3401] - Support deployment of EJB3 endpoints bundled in war archives referencing WSDL that is importing XML schema(s)
+
+Errata
+
+ See: https://jira.jboss.org/browse/JBWS-3404
+
------------------------
jbossws-native-4.0.0.CR1
------------------------
13 years
JBossWS SVN: r15447 - in stack/native/tags/jbossws-native-4.0.0.GA: modules/client and 8 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-12-19 10:52:03 -0500 (Mon, 19 Dec 2011)
New Revision: 15447
Modified:
stack/native/tags/jbossws-native-4.0.0.GA/modules/client/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/modules/core/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/modules/endorsed/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/modules/resources/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/modules/services/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/native-tests/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/shared-tests/pom.xml
stack/native/tags/jbossws-native-4.0.0.GA/pom.xml
Log:
Fixing poms
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/client/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/client/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/client/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/core/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/core/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/core/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/dist/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -5,12 +5,12 @@
<name>JBoss Web Services - Stack Native Distribution</name>
<artifactId>jbossws-native-dist</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/endorsed/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/endorsed/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/endorsed/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/resources/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/resources/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/resources/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/services/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/services/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/services/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/native-tests/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/native-tests/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/shared-tests/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/modules/testsuite/shared-tests/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.GA/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.GA/pom.xml 2011-12-19 13:59:25 UTC (rev 15446)
+++ stack/native/tags/jbossws-native-4.0.0.GA/pom.xml 2011-12-19 15:52:03 UTC (rev 15447)
@@ -31,7 +31,7 @@
<packaging>pom</packaging>
<description>JBossWS Native stack</description>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.GA</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 -->
@@ -58,14 +58,14 @@
<!-- Properties -->
<properties>
- <jbossws.api.version>1.0.0-SNAPSHOT</jbossws.api.version>
- <jbossws.spi.version>2.0.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.common.version>2.0.0-SNAPSHOT</jbossws.common.version>
- <jbossws.common.tools.version>1.0.0-SNAPSHOT</jbossws.common.tools.version>
- <jbossws.shared.testsuite.version>4.0.0-SNAPSHOT</jbossws.shared.testsuite.version>
- <jbossws.jboss700.version>4.0.0-SNAPSHOT</jbossws.jboss700.version>
- <jbossws.jboss701.version>4.0.0-SNAPSHOT</jbossws.jboss701.version>
- <jbossws.jboss702.version>4.0.0-SNAPSHOT</jbossws.jboss702.version>
+ <jbossws.api.version>1.0.0.GA</jbossws.api.version>
+ <jbossws.spi.version>2.0.0.GA</jbossws.spi.version>
+ <jbossws.common.version>2.0.0.GA</jbossws.common.version>
+ <jbossws.common.tools.version>1.0.0.GA</jbossws.common.tools.version>
+ <jbossws.shared.testsuite.version>4.0.0.GA</jbossws.shared.testsuite.version>
+ <jbossws.jboss700.version>4.0.0.GA</jbossws.jboss700.version>
+ <jbossws.jboss701.version>4.0.0.GA</jbossws.jboss701.version>
+ <jbossws.jboss702.version>4.0.0.GA</jbossws.jboss702.version>
<jboss700.version>7.0.0.Final</jboss700.version>
<jboss701.version>7.0.1.Final</jboss701.version>
<jboss702.version>7.0.2.Final</jboss702.version>
13 years
JBossWS SVN: r15445 - stack/native/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-12-19 08:47:24 -0500 (Mon, 19 Dec 2011)
New Revision: 15445
Added:
stack/native/tags/jbossws-native-4.0.0.GA/
Log:
Tagging jbossws-native-4.0.0.GA
13 years