Author: richard.opalka(a)jboss.com
Date: 2008-07-15 04:37:34 -0400 (Tue, 15 Jul 2008)
New Revision: 7824
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
switch to tagged AS 5 CR1 integration
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2008-07-15 07:23:48 UTC (rev 7823)
+++ stack/native/trunk/modules/core/pom.xml 2008-07-15 08:37:34 UTC (rev 7824)
@@ -207,7 +207,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss500CR1</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-07-15 07:23:48 UTC (rev 7823)
+++ stack/native/trunk/modules/management/pom.xml 2008-07-15 08:37:34 UTC (rev 7824)
@@ -47,12 +47,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss500CR1</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss500CR1</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-15 07:23:48 UTC (rev 7823)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-15 08:37:34 UTC (rev 7824)
@@ -408,7 +408,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss500CR1</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-07-15 07:23:48 UTC (rev 7823)
+++ stack/native/trunk/pom.xml 2008-07-15 08:37:34 UTC (rev 7824)
@@ -57,7 +57,7 @@
<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-SNAPSHOT</jbossws.jboss500.version>
+ <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
<jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
<codehaus.jettison.version>1.0-RC2</codehaus.jettison.version>
<commons.logging.version>1.1.1</commons.logging.version>
@@ -147,18 +147,18 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss500CR1</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss500CR1</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <artifactId>jbossws-jboss500CR1</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-07-15 07:23:48
UTC (rev 7823)
+++ stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-07-15 08:37:34
UTC (rev 7824)
@@ -113,7 +113,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500x:jar</include>
+ <include>*:jbossws-jboss500CR1:jar</include>
</includes>
</dependencySet>
<dependencySet>
@@ -133,7 +133,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500x:jar:container</include>
+ <include>*:jbossws-jboss500CR1:jar:container</include>
</includes>
</dependencySet>
<dependencySet>
Show replies by date