[jbossws-commits] JBossWS SVN: r15864 - in stack/cxf/tags/jbossws-cxf-4.0.2.GA: modules/addons and 10 other directories.
jbossws-commits at lists.jboss.org
jbossws-commits at lists.jboss.org
Mon Mar 5 06:41:06 EST 2012
Author: alessio.soldano at jboss.com
Date: 2012-03-05 06:41:05 -0500 (Mon, 05 Mar 2012)
New Revision: 15864
Modified:
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/addons/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/addons/transports/http/httpserver/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/client/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/dist/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/endorsed/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/resources/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/server/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/cxf-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/shared-tests/pom.xml
stack/cxf/tags/jbossws-cxf-4.0.2.GA/pom.xml
Log:
Updating poms
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/addons/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/addons/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/addons/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/addons/transports/http/httpserver/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/addons/transports/http/httpserver/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/client/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/client/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/client/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/dist/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/dist/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/dist/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -4,12 +4,12 @@
<name>JBoss Web Services - Stack CXF Distrubiton</name>
<artifactId>jbossws-cxf-dist</artifactId>
<packaging>pom</packaging>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/endorsed/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/endorsed/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/resources/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/resources/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/resources/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/server/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/server/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/server/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/cxf-spring-tests/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/cxf-spring-tests/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/cxf-tests/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/cxf-tests/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -1286,7 +1286,7 @@
<!-- 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 available on 711 -->
- <additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.1.GA.jar</additionalClasspathElement>
+ <additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.2.GA.jar</additionalClasspathElement>
<!-- JBossWS Native Core version specified through system property -->
<additionalClasspathElement>${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/${jbossws-native-core.filename}</additionalClasspathElement>
</additionalClasspathElements>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/shared-tests/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/modules/testsuite/shared-tests/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/tags/jbossws-cxf-4.0.2.GA/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.0.2.GA/pom.xml 2012-03-05 11:15:08 UTC (rev 15863)
+++ stack/cxf/tags/jbossws-cxf-4.0.2.GA/pom.xml 2012-03-05 11:41:05 UTC (rev 15864)
@@ -32,7 +32,7 @@
<description>JBossWS CXF stack</description>
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.2.GA</version>
<!-- Parent -->
<parent>
@@ -43,9 +43,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws-cxf-4.0.x</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws-cxf-4.0.x</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/branches/jbossws-cxf-4.0.x</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4.0.2.GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4.0.2.GA</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-4.0.2.GA</url>
</scm>
<!-- Modules -->
@@ -60,13 +60,13 @@
<!-- Properties -->
<properties>
<jbossws.api.version>1.0.0.GA</jbossws.api.version>
- <jbossws.spi.version>2.0.3-SNAPSHOT</jbossws.spi.version>
- <jbossws.common.version>2.0.2-SNAPSHOT</jbossws.common.version>
+ <jbossws.spi.version>2.0.3.GA</jbossws.spi.version>
+ <jbossws.common.version>2.0.2.GA</jbossws.common.version>
<jbossws.common.tools.version>1.0.0.GA</jbossws.common.tools.version>
- <jbossws.shared.testsuite.version>4.0.2-SNAPSHOT</jbossws.shared.testsuite.version>
+ <jbossws.shared.testsuite.version>4.0.2.GA</jbossws.shared.testsuite.version>
<jbossws.jboss701.version>4.0.1.GA</jbossws.jboss701.version>
<jbossws.jboss702.version>4.0.1.GA</jbossws.jboss702.version>
- <jbossws.jboss710.version>4.0.2-SNAPSHOT</jbossws.jboss710.version>
+ <jbossws.jboss710.version>4.0.2.GA</jbossws.jboss710.version>
<jboss701.version>7.0.1.Final</jboss701.version>
<jboss702.version>7.0.2.Final</jboss702.version>
<jboss710.version>7.1.0.Final</jboss710.version>
@@ -82,7 +82,7 @@
<jboss.security.sx.version>2.0.4</jboss.security.sx.version>
<jboss.xb.version>2.0.3.GA</jboss.xb.version>
<picketbox.version>4.0.6.Beta1</picketbox.version>
- <jaxws-jboss-httpserver-httpspi.version>1.0.1-SNAPSHOT</jaxws-jboss-httpserver-httpspi.version>
+ <jaxws-jboss-httpserver-httpspi.version>1.0.1.GA</jaxws-jboss-httpserver-httpspi.version>
<httpserver.version>1.0.0.Final</httpserver.version>
<jaxb.api.version>1.0.3.Final</jaxb.api.version>
<jaxb.impl.version>2.2.4</jaxb.impl.version>
More information about the jbossws-commits
mailing list