JBossWS SVN: r7650 - in stack/native: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 13:05:40 -0400 (Wed, 18 Jun 2008)
New Revision: 7650
Added:
stack/native/tags/jbossws-native-3.0.2.GA/
Removed:
stack/native/branches/jbossws-native-3.0.2/
Log:
tag native
Copied: stack/native/tags/jbossws-native-3.0.2.GA (from rev 7649, stack/native/branches/jbossws-native-3.0.2)
16 years, 7 months
JBossWS SVN: r7649 - in stack/native/branches/jbossws-native-3.0.2: modules/client and 12 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 13:01:56 -0400 (Wed, 18 Jun 2008)
New Revision: 7649
Modified:
stack/native/branches/jbossws-native-3.0.2/modules/client/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/core/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/embedded/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/jaxrpc/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/jaxws-ext/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/jaxws/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/management/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/resources/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/saaj/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/testsuite/framework-tests/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/testsuite/native-tests/pom.xml
stack/native/branches/jbossws-native-3.0.2/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.0.2/pom.xml
stack/native/branches/jbossws-native-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml
Log:
remove references to snapshots + implement jbossws-jboss mapping
Modified: stack/native/branches/jbossws-native-3.0.2/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/client/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/client/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/core/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/core/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -199,7 +199,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
@@ -207,7 +207,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
@@ -215,7 +215,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/embedded/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/embedded/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/embedded/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/jaxrpc/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/jaxrpc/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/jaxws/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/jaxws/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/jaxws/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/jaxws-ext/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/jaxws-ext/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/management/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/management/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/management/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -42,28 +42,28 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/resources/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/resources/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/resources/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/saaj/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/saaj/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/saaj/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/testsuite/native-tests/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/testsuite/native-tests/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.0.2/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/modules/testsuite/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/modules/testsuite/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -373,7 +373,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
</dependency>
</dependencies>
<build>
@@ -408,7 +408,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
@@ -463,7 +463,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
</dependency>
</dependencies>
<build>
Modified: stack/native/branches/jbossws-native-3.0.2/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/pom.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -20,7 +20,7 @@
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<!-- Parent -->
<parent>
@@ -51,14 +51,14 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.5-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.0.2-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.0.4-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss421.version>3.0.2-SNAPSHOT</jbossws.jboss421.version>
- <jbossws.jboss422.version>3.0.2-SNAPSHOT</jbossws.jboss422.version>
- <jbossws.jboss423.version>3.0.2-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.common.version>1.0.5.GA</jbossws.common.version>
+ <jbossws.framework.version>3.0.2.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.0.4.GA</jbossws.spi.version>
+ <jbossws.jboss421.version>3.0.2.GA</jbossws.jboss421.version>
+ <jbossws.jboss422.version>3.0.2.GA</jbossws.jboss422.version>
+ <jbossws.jboss423.version>3.0.2.GA</jbossws.jboss423.version>
+ <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.0.2.GA</jbossws.jboss501.version>
<codehaus.jettison.version>1.0-RC2</codehaus.jettison.version>
<commons.logging.version>1.1.1</commons.logging.version>
<javassist.version>3.6.0.GA</javassist.version>
@@ -135,48 +135,48 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/native/branches/jbossws-native-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml 2008-06-18 16:21:26 UTC (rev 7648)
+++ stack/native/branches/jbossws-native-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml 2008-06-18 17:01:56 UTC (rev 7649)
@@ -93,23 +93,59 @@
<include>*:jbossws-framework:jar</include>
<include>*:jbossws-jboss421:jar</include>
<include>*:jbossws-jboss422:jar</include>
- <include>*:jbossws-jboss423:jar</include>
- <include>*:jbossws-jboss500:jar</include>
- <include>*:jbossws-jboss501:jar</include>
<include>*:juddi-service:sar</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>lib</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <outputFileNameMapping>jbossws-jboss423.${module.extension}</outputFileNameMapping>
<useStrictFiltering>true</useStrictFiltering>
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500:jar:container</include>
- <include>*:jbossws-jboss501:jar:container</include>
+ <include>*:jbossws-jboss423x:jar</include>
</includes>
</dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss500.${module.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500Beta4:jar</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss501.${module.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500x:jar</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss500-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500Beta4:jar:container</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss501-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500x:jar:container</include>
+ </includes>
+ </dependencySet>
</dependencySets>
</binaries>
</moduleSet>
16 years, 7 months
JBossWS SVN: r7648 - in stack/cxf/branches/jbossws-cxf-3.0.2: modules/client and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 12:21:26 -0400 (Wed, 18 Jun 2008)
New Revision: 7648
Modified:
stack/cxf/branches/jbossws-cxf-3.0.2/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.0.2/modules/management/pom.xml
stack/cxf/branches/jbossws-cxf-3.0.2/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-3.0.2/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/framework-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.0.2/pom.xml
stack/cxf/branches/jbossws-cxf-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml
Log:
remove references to snapshots + implement jbossws-jboss mapping
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/client/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/client/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/management/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/management/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -37,28 +37,28 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/resources/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/resources/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/server/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/server/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
@@ -168,7 +168,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
@@ -176,7 +176,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
@@ -184,7 +184,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/cxf-tests/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/cxf-tests/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -299,7 +299,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
</dependency>
</dependencies>
<build>
@@ -349,7 +349,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
</dependency>
</dependencies>
<build>
@@ -389,7 +389,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
</dependency>
</dependencies>
<build>
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/pom.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -20,7 +20,7 @@
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<!-- Parent -->
<parent>
@@ -46,13 +46,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.5-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.0.2-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.0.4-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss422.version>3.0.2-SNAPSHOT</jbossws.jboss422.version>
- <jbossws.jboss423.version>3.0.2-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.common.version>1.0.5.GA</jbossws.common.version>
+ <jbossws.framework.version>3.0.2.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.0.4.GA</jbossws.spi.version>
+ <jbossws.jboss422.version>3.0.2.GA</jbossws.jboss422.version>
+ <jbossws.jboss423.version>3.0.2.GA</jbossws.jboss423.version>
+ <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.0.2.GA</jbossws.jboss501.version>
<cxf.version>2.1</cxf.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<fastinfoset.api.version>1.2.2</fastinfoset.api.version>
@@ -108,48 +108,48 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/cxf/branches/jbossws-cxf-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml 2008-06-18 15:42:10 UTC (rev 7647)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml 2008-06-18 16:21:26 UTC (rev 7648)
@@ -78,23 +78,59 @@
<includes>
<include>*:jbossws-framework:jar</include>
<include>*:jbossws-jboss422:jar</include>
- <include>*:jbossws-jboss423:jar</include>
- <include>*:jbossws-jboss500:jar</include>
- <include>*:jbossws-jboss501:jar</include>
<include>*:juddi-service:sar</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>lib</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <outputFileNameMapping>jbossws-jboss423.${module.extension}</outputFileNameMapping>
<useStrictFiltering>true</useStrictFiltering>
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500:jar:container</include>
- <include>*:jbossws-jboss501:jar:container</include>
+ <include>*:jbossws-jboss423x:jar</include>
</includes>
</dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss500.${module.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500Beta4:jar</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss501.${module.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500x:jar</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss500-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500Beta4:jar:container</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss501-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500x:jar:container</include>
+ </includes>
+ </dependencySet>
</dependencySets>
</binaries>
</moduleSet>
16 years, 7 months
JBossWS SVN: r7647 - in stack/metro/branches/jbossws-metro-3.0.2: modules/client and 8 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 11:42:10 -0400 (Wed, 18 Jun 2008)
New Revision: 7647
Modified:
stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml
Log:
remove references to snapshots + implement jbossws-jboss mapping
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -37,28 +37,28 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
@@ -156,7 +156,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
@@ -164,7 +164,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
@@ -172,7 +172,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
</parent>
<!-- Dependencies -->
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -10,14 +10,14 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- Properties -->
<properties>
<surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
- <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
+ <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
<surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
<test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
<test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
@@ -321,7 +321,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
</dependency>
</dependencies>
<build>
@@ -371,7 +371,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
</dependency>
</dependencies>
<build>
@@ -421,7 +421,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
</dependency>
</dependencies>
<build>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/pom.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -20,7 +20,7 @@
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<!-- Parent -->
<parent>
@@ -47,13 +47,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.5-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.0.2-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.0.4-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss422.version>3.0.2-SNAPSHOT</jbossws.jboss422.version>
- <jbossws.jboss423.version>3.0.2-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.common.version>1.0.5.GA</jbossws.common.version>
+ <jbossws.framework.version>3.0.2.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.0.4.GA</jbossws.spi.version>
+ <jbossws.jboss422.version>3.0.2.GA</jbossws.jboss422.version>
+ <jbossws.jboss423.version>3.0.2.GA</jbossws.jboss423.version>
+ <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.0.2.GA</jbossws.jboss501.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jaxb.api.version>2.1</jaxb.api.version>
<jaxb.impl.version>2.1.6</jaxb.impl.version>
@@ -107,48 +107,48 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/metro/branches/jbossws-metro-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml 2008-06-18 14:51:45 UTC (rev 7646)
+++ stack/metro/branches/jbossws-metro-3.0.2/src/main/scripts/assembly-deploy-artifacts.xml 2008-06-18 15:42:10 UTC (rev 7647)
@@ -82,23 +82,59 @@
<includes>
<include>*:jbossws-framework:jar</include>
<include>*:jbossws-jboss422:jar</include>
- <include>*:jbossws-jboss423:jar</include>
- <include>*:jbossws-jboss500:jar</include>
- <include>*:jbossws-jboss501:jar</include>
<include>*:juddi-service:sar</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>lib</outputDirectory>
- <outputFileNameMapping>${artifact.artifactId}-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <outputFileNameMapping>jbossws-jboss423.${module.extension}</outputFileNameMapping>
<useStrictFiltering>true</useStrictFiltering>
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500:jar:container</include>
- <include>*:jbossws-jboss501:jar:container</include>
+ <include>*:jbossws-jboss423x:jar</include>
</includes>
</dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss500.${module.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500Beta4:jar</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss501.${module.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500x:jar</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss500-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500Beta4:jar:container</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <outputFileNameMapping>jbossws-jboss501-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>false</unpack>
+ <includes>
+ <include>*:jbossws-jboss500x:jar:container</include>
+ </includes>
+ </dependencySet>
</dependencySets>
</binaries>
</moduleSet>
16 years, 7 months
JBossWS SVN: r7646 - in stack/metro/branches/jbossws-metro-3.0.2: modules/client and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 10:51:45 -0400 (Wed, 18 Jun 2008)
New Revision: 7646
Modified:
stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/pom.xml
Log:
rollback completely to original state using 'svn merge -r 7641:7640 https://svn.jboss.org/repos/jbossws/stack/metro/branches/jbossws-metro-3.0.2' command
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<!-- Dependencies -->
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -10,14 +10,14 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- Properties -->
<properties>
<surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
- <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
+ <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
<surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
<test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
<test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/pom.xml 2008-06-18 14:47:20 UTC (rev 7645)
+++ stack/metro/branches/jbossws-metro-3.0.2/pom.xml 2008-06-18 14:51:45 UTC (rev 7646)
@@ -20,7 +20,7 @@
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
- <version>3.0.2.GA</version>
+ <version>3.0.2-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -47,13 +47,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.5.GA</jbossws.common.version>
- <jbossws.framework.version>3.0.2.GA</jbossws.framework.version>
- <jbossws.spi.version>1.0.4.GA</jbossws.spi.version>
- <jbossws.jboss422.version>3.0.2.GA</jbossws.jboss422.version>
- <jbossws.jboss423.version>3.0.2.GA</jbossws.jboss423.version>
- <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.0.2.GA</jbossws.jboss501.version>
+ <jbossws.common.version>1.0.5-SNAPSHOT</jbossws.common.version>
+ <jbossws.framework.version>3.0.2-SNAPSHOT</jbossws.framework.version>
+ <jbossws.spi.version>1.0.4-SNAPSHOT</jbossws.spi.version>
+ <jbossws.jboss422.version>3.0.2-SNAPSHOT</jbossws.jboss422.version>
+ <jbossws.jboss423.version>3.0.2-SNAPSHOT</jbossws.jboss423.version>
+ <jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jaxb.api.version>2.1</jaxb.api.version>
<jaxb.impl.version>2.1.6</jaxb.impl.version>
@@ -107,48 +107,48 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423x</artifactId>
+ <artifactId>jbossws-jboss423</artifactId>
<version>${jbossws.jboss423.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423x</artifactId>
+ <artifactId>jbossws-jboss423</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
16 years, 7 months
JBossWS SVN: r7645 - in stack/metro: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 10:47:20 -0400 (Wed, 18 Jun 2008)
New Revision: 7645
Added:
stack/metro/branches/jbossws-metro-3.0.2/
Removed:
stack/metro/tags/jbossws-metro-3.0.2/
Log:
reallocate to branch
Copied: stack/metro/branches/jbossws-metro-3.0.2 (from rev 7644, stack/metro/tags/jbossws-metro-3.0.2)
16 years, 7 months
JBossWS SVN: r7644 - in stack/metro: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 10:45:00 -0400 (Wed, 18 Jun 2008)
New Revision: 7644
Added:
stack/metro/tags/jbossws-metro-3.0.2/
Removed:
stack/metro/branches/jbossws-metro-3.0.2/
Log:
rollback
Copied: stack/metro/tags/jbossws-metro-3.0.2 (from rev 7643, stack/metro/branches/jbossws-metro-3.0.2)
16 years, 7 months
JBossWS SVN: r7643 - in stack/metro: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 10:43:57 -0400 (Wed, 18 Jun 2008)
New Revision: 7643
Added:
stack/metro/branches/jbossws-metro-3.0.2/
Removed:
stack/metro/tags/jbossws-metro-3.0.2.GA/
Log:
rollback
Copied: stack/metro/branches/jbossws-metro-3.0.2 (from rev 7642, stack/metro/tags/jbossws-metro-3.0.2.GA)
16 years, 7 months
JBossWS SVN: r7642 - in stack/metro: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 10:35:12 -0400 (Wed, 18 Jun 2008)
New Revision: 7642
Added:
stack/metro/tags/jbossws-metro-3.0.2.GA/
Removed:
stack/metro/branches/jbossws-metro-3.0.2/
Log:
move branch to tag
Copied: stack/metro/tags/jbossws-metro-3.0.2.GA (from rev 7641, stack/metro/branches/jbossws-metro-3.0.2)
16 years, 7 months
JBossWS SVN: r7641 - in stack/metro/branches/jbossws-metro-3.0.2: modules/client and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-18 10:31:19 -0400 (Wed, 18 Jun 2008)
New Revision: 7641
Modified:
stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml
stack/metro/branches/jbossws-metro-3.0.2/pom.xml
Log:
prepare for release
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/management/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/resources/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/server/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/framework-tests/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/metro-tests/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
</parent>
<!-- Dependencies -->
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -10,14 +10,14 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- Properties -->
<properties>
<surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
- <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
+ <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
<surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
<test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
<test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/wsit/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.0.2/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/pom.xml 2008-06-18 13:56:50 UTC (rev 7640)
+++ stack/metro/branches/jbossws-metro-3.0.2/pom.xml 2008-06-18 14:31:19 UTC (rev 7641)
@@ -20,7 +20,7 @@
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.2.GA</version>
<!-- Parent -->
<parent>
@@ -47,13 +47,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.5-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.0.2-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.0.4-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss422.version>3.0.2-SNAPSHOT</jbossws.jboss422.version>
- <jbossws.jboss423.version>3.0.2-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.common.version>1.0.5.GA</jbossws.common.version>
+ <jbossws.framework.version>3.0.2.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.0.4.GA</jbossws.spi.version>
+ <jbossws.jboss422.version>3.0.2.GA</jbossws.jboss422.version>
+ <jbossws.jboss423.version>3.0.2.GA</jbossws.jboss423.version>
+ <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.0.2.GA</jbossws.jboss501.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jaxb.api.version>2.1</jaxb.api.version>
<jaxb.impl.version>2.1.6</jaxb.impl.version>
@@ -107,48 +107,48 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss423</artifactId>
+ <artifactId>jbossws-jboss423x</artifactId>
<version>${jbossws.jboss423.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500</artifactId>
+ <artifactId>jbossws-jboss500Beta4</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
16 years, 7 months