Author: alessio.soldano(a)jboss.com
Date: 2011-07-21 07:05:23 -0400 (Thu, 21 Jul 2011)
New Revision: 14734
Modified:
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/addons/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/addons/transports/http/httpserver/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/dist/management/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/dist/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/endorsed/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/shared-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/pom.xml
Log:
Updating pom.xml files
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/addons/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/addons/pom.xml 2011-07-21 11:03:16
UTC (rev 14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/addons/pom.xml 2011-07-21 11:05:23
UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/addons/transports/http/httpserver/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/addons/transports/http/httpserver/pom.xml 2011-07-21
11:03:16 UTC (rev 14733)
+++
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/addons/transports/http/httpserver/pom.xml 2011-07-21
11:05:23 UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/client/pom.xml 2011-07-21 11:03:16
UTC (rev 14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/client/pom.xml 2011-07-21 11:05:23
UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/dist/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/dist/management/pom.xml 2011-07-21
11:03:16 UTC (rev 14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/dist/management/pom.xml 2011-07-21
11:05:23 UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<!-- Build -->
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/dist/pom.xml 2011-07-21 11:03:16
UTC (rev 14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/dist/pom.xml 2011-07-21 11:05:23
UTC (rev 14734)
@@ -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.Beta3</version>
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/endorsed/pom.xml 2011-07-21
11:03:16 UTC (rev 14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/endorsed/pom.xml 2011-07-21
11:05:23 UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/resources/pom.xml 2011-07-21
11:03:16 UTC (rev 14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/resources/pom.xml 2011-07-21
11:05:23 UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/server/pom.xml 2011-07-21 11:03:16
UTC (rev 14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/server/pom.xml 2011-07-21 11:05:23
UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/cxf-spring-tests/pom.xml 2011-07-21
11:03:16 UTC (rev 14733)
+++
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/cxf-spring-tests/pom.xml 2011-07-21
11:05:23 UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/cxf-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/cxf-tests/pom.xml 2011-07-21
11:03:16 UTC (rev 14733)
+++
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/cxf-tests/pom.xml 2011-07-21
11:05:23 UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/pom.xml 2011-07-21
11:03:16 UTC (rev 14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/pom.xml 2011-07-21
11:05:23 UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -1030,7 +1030,7 @@
<exclude>org/jboss/test/ws/jaxws/jbws1841/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2241/**</exclude>
- <!-- TODO: JMX client to AS7 server -->
+ <!-- [JBWS-3330] Restore RecordProcessor functionalities, solved in
AS 7.0.1 or greater -->
<exclude>org/jboss/test/ws/management/recording/**</exclude>
<!-- TODO: will we support wars bundled in jars on AS7? -->
@@ -1218,7 +1218,7 @@
<exclude>org/jboss/test/ws/jaxws/jbws2241/**</exclude>
<!-- TODO: JMX client to AS7 server -->
-
<exclude>org/jboss/test/ws/management/recording/**</exclude>
+
<exclude>org/jboss/test/ws/management/recording/CustomRecordProcessorTestCase*</exclude>
<!-- TODO: will we support wars bundled in jars on AS7? -->
<exclude>org/jboss/test/ws/jaxws/jbws2630/**</exclude>
Modified:
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/shared-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/shared-tests/pom.xml 2011-07-21
11:03:16 UTC (rev 14733)
+++
stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/modules/testsuite/shared-tests/pom.xml 2011-07-21
11:05:23 UTC (rev 14734)
@@ -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.Beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/pom.xml 2011-07-21 11:03:16 UTC (rev
14733)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Beta3/pom.xml 2011-07-21 11:05:23 UTC (rev
14734)
@@ -19,20 +19,20 @@
<description>JBossWS CXF stack</description>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta3</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.10.Alpha2</version>
</parent>
<!-- Source Control Management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tr...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/...
- <
url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/trunk</url>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/ta...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cx...
</scm>
<!-- Modules -->
@@ -46,11 +46,11 @@
<!-- Properties -->
<properties>
- <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.jboss600.version>4.0.0-SNAPSHOT</jbossws.jboss600.version>
+ <jbossws.spi.version>2.0.0.Beta6</jbossws.spi.version>
+ <jbossws.common.version>2.0.0.Beta5</jbossws.common.version>
+ <jbossws.common.tools.version>1.0.0.Beta1</jbossws.common.tools.version>
+
<jbossws.shared.testsuite.version>4.0.0.Beta3</jbossws.shared.testsuite.version>
+ <jbossws.jboss600.version>4.0.0.Beta3</jbossws.jboss600.version>
<!-- JBWS-2505 -->
<!-- START -->
<!--