Author: alessio.soldano(a)jboss.com
Date: 2011-06-14 11:45:29 -0400 (Tue, 14 Jun 2011)
New Revision: 14565
Modified:
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/addons/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/addons/transports/http/httpserver/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/client/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/dist/management/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/dist/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/endorsed/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/resources/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/server/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/cxf-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/shared-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/pom.xml
Log:
Updating poms
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/addons/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/addons/pom.xml 2011-06-14 15:32:42 UTC
(rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/addons/pom.xml 2011-06-14 15:45:29 UTC
(rev 14565)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/addons/transports/http/httpserver/pom.xml
===================================================================
---
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/addons/transports/http/httpserver/pom.xml 2011-06-14
15:32:42 UTC (rev 14564)
+++
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/addons/transports/http/httpserver/pom.xml 2011-06-14
15:45:29 UTC (rev 14565)
@@ -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.Beta2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/client/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/client/pom.xml 2011-06-14 15:32:42 UTC
(rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/client/pom.xml 2011-06-14 15:45:29 UTC
(rev 14565)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/dist/management/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/dist/management/pom.xml 2011-06-14
15:32:42 UTC (rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/dist/management/pom.xml 2011-06-14
15:45:29 UTC (rev 14565)
@@ -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.Beta2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<!-- Build -->
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/dist/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/dist/pom.xml 2011-06-14 15:32:42 UTC
(rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/dist/pom.xml 2011-06-14 15:45:29 UTC
(rev 14565)
@@ -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.Beta2</version>
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/endorsed/pom.xml 2011-06-14 15:32:42
UTC (rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/endorsed/pom.xml 2011-06-14 15:45:29
UTC (rev 14565)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/resources/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/resources/pom.xml 2011-06-14 15:32:42
UTC (rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/resources/pom.xml 2011-06-14 15:45:29
UTC (rev 14565)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/server/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/server/pom.xml 2011-06-14 15:32:42 UTC
(rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/server/pom.xml 2011-06-14 15:45:29 UTC
(rev 14565)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
---
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/cxf-spring-tests/pom.xml 2011-06-14
15:32:42 UTC (rev 14564)
+++
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/cxf-spring-tests/pom.xml 2011-06-14
15:45:29 UTC (rev 14565)
@@ -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.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/cxf-tests/pom.xml 2011-06-14
15:32:42 UTC (rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/cxf-tests/pom.xml 2011-06-14
15:45:29 UTC (rev 14565)
@@ -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.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/pom.xml 2011-06-14 15:32:42
UTC (rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/pom.xml 2011-06-14 15:45:29
UTC (rev 14565)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/shared-tests/pom.xml
===================================================================
---
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/shared-tests/pom.xml 2011-06-14
15:32:42 UTC (rev 14564)
+++
stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/modules/testsuite/shared-tests/pom.xml 2011-06-14
15:45:29 UTC (rev 14565)
@@ -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.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/pom.xml 2011-06-14 15:32:42 UTC (rev 14564)
+++ stack/cxf/tags/jbossws-cxf-4.0.0.Beta2/pom.xml 2011-06-14 15:45:29 UTC (rev 14565)
@@ -19,20 +19,20 @@
<description>JBossWS CXF stack</description>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta2</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.10.Alpha1</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.Beta5</jbossws.spi.version>
+ <jbossws.common.version>2.0.0.Beta4</jbossws.common.version>
+ <jbossws.common.tools.version>1.0.0.Beta1</jbossws.common.tools.version>
+
<jbossws.shared.testsuite.version>4.0.0.Beta2</jbossws.shared.testsuite.version>
+ <jbossws.jboss600.version>4.0.0.Beta2</jbossws.jboss600.version>
<!-- JBWS-2505 -->
<!-- START -->
<!--