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>