Author: alessio.soldano(a)jboss.com
Date: 2011-05-11 04:48:03 -0400 (Wed, 11 May 2011)
New Revision: 14371
Modified:
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/client/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/core/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/dist/management/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/dist/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/endorsed/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/resources/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/services/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/native-tests/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/shared-tests/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta1/pom.xml
Log:
Updating poms
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/modules/client/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta1/modules/client/pom.xml 2011-05-11
08:47:16 UTC (rev 14370)
+++ stack/native/tags/jbossws-native-4.0.0.Beta1/modules/client/pom.xml 2011-05-11
08:48:03 UTC (rev 14371)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/modules/core/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta1/modules/core/pom.xml 2011-05-11 08:47:16
UTC (rev 14370)
+++ stack/native/tags/jbossws-native-4.0.0.Beta1/modules/core/pom.xml 2011-05-11 08:48:03
UTC (rev 14371)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/modules/dist/management/pom.xml
===================================================================
---
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/dist/management/pom.xml 2011-05-11
08:47:16 UTC (rev 14370)
+++
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/dist/management/pom.xml 2011-05-11
08:48:03 UTC (rev 14371)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/modules/dist/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta1/modules/dist/pom.xml 2011-05-11 08:47:16
UTC (rev 14370)
+++ stack/native/tags/jbossws-native-4.0.0.Beta1/modules/dist/pom.xml 2011-05-11 08:48:03
UTC (rev 14371)
@@ -5,12 +5,12 @@
<name>JBoss Web Services - Stack Native Distribution</name>
<artifactId>jbossws-native-dist</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/modules/endorsed/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta1/modules/endorsed/pom.xml 2011-05-11
08:47:16 UTC (rev 14370)
+++ stack/native/tags/jbossws-native-4.0.0.Beta1/modules/endorsed/pom.xml 2011-05-11
08:48:03 UTC (rev 14371)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/modules/resources/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta1/modules/resources/pom.xml 2011-05-11
08:47:16 UTC (rev 14370)
+++ stack/native/tags/jbossws-native-4.0.0.Beta1/modules/resources/pom.xml 2011-05-11
08:48:03 UTC (rev 14371)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/modules/services/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta1/modules/services/pom.xml 2011-05-11
08:47:16 UTC (rev 14370)
+++ stack/native/tags/jbossws-native-4.0.0.Beta1/modules/services/pom.xml 2011-05-11
08:48:03 UTC (rev 14371)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/native-tests/pom.xml
===================================================================
---
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/native-tests/pom.xml 2011-05-11
08:47:16 UTC (rev 14370)
+++
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/native-tests/pom.xml 2011-05-11
08:48:03 UTC (rev 14371)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/pom.xml 2011-05-11
08:47:16 UTC (rev 14370)
+++ stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/pom.xml 2011-05-11
08:48:03 UTC (rev 14371)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/shared-tests/pom.xml
===================================================================
---
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/shared-tests/pom.xml 2011-05-11
08:47:16 UTC (rev 14370)
+++
stack/native/tags/jbossws-native-4.0.0.Beta1/modules/testsuite/shared-tests/pom.xml 2011-05-11
08:48:03 UTC (rev 14371)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta1/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta1/pom.xml 2011-05-11 08:47:16 UTC (rev
14370)
+++ stack/native/tags/jbossws-native-4.0.0.Beta1/pom.xml 2011-05-11 08:48:03 UTC (rev
14371)
@@ -18,20 +18,20 @@
<packaging>pom</packaging>
<description>JBossWS Native stack</description>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta1</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.9.GA</version>
</parent>
<!-- Source Control Management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/...
- <
url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/trunk</ur...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws...
</scm>
<!-- Modules -->
@@ -45,11 +45,11 @@
<!-- Properties -->
<properties>
- <jbossws.spi.version>2.0.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.common.version>2.0.0-SNAPSHOT</jbossws.common.version>
-
<jbossws.common.tools.version>1.0.0-SNAPSHOT</jbossws.common.tools.version>
-
<jbossws.shared.testsuite.version>4.0.0-SNAPSHOT</jbossws.shared.testsuite.version>
- <jbossws.jboss600.version>4.0.0-SNAPSHOT</jbossws.jboss600.version>
+ <jbossws.spi.version>2.0.0.Beta1</jbossws.spi.version>
+ <jbossws.common.version>2.0.0.Beta1</jbossws.common.version>
+ <jbossws.common.tools.version>1.0.0.Beta1</jbossws.common.tools.version>
+
<jbossws.shared.testsuite.version>4.0.0.Beta1</jbossws.shared.testsuite.version>
+ <jbossws.jboss600.version>4.0.0.Beta1</jbossws.jboss600.version>
<!-- [JBWS-2505] -->
<!-- START -->
<!--