Author: alessio.soldano(a)jboss.com
Date: 2011-10-08 16:54:48 -0400 (Sat, 08 Oct 2011)
New Revision: 15060
Modified:
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/client/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/core/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/dist/management/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/dist/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/endorsed/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/resources/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/services/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/native-tests/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/shared-tests/pom.xml
stack/native/tags/jbossws-native-4.0.0.Beta2/pom.xml
Log:
Fixing poms
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/modules/client/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta2/modules/client/pom.xml 2011-10-08
20:45:51 UTC (rev 15059)
+++ stack/native/tags/jbossws-native-4.0.0.Beta2/modules/client/pom.xml 2011-10-08
20:54:48 UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/modules/core/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta2/modules/core/pom.xml 2011-10-08 20:45:51
UTC (rev 15059)
+++ stack/native/tags/jbossws-native-4.0.0.Beta2/modules/core/pom.xml 2011-10-08 20:54:48
UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/modules/dist/management/pom.xml
===================================================================
---
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/dist/management/pom.xml 2011-10-08
20:45:51 UTC (rev 15059)
+++
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/dist/management/pom.xml 2011-10-08
20:54:48 UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/modules/dist/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta2/modules/dist/pom.xml 2011-10-08 20:45:51
UTC (rev 15059)
+++ stack/native/tags/jbossws-native-4.0.0.Beta2/modules/dist/pom.xml 2011-10-08 20:54:48
UTC (rev 15060)
@@ -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.Beta2</version>
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/modules/endorsed/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta2/modules/endorsed/pom.xml 2011-10-08
20:45:51 UTC (rev 15059)
+++ stack/native/tags/jbossws-native-4.0.0.Beta2/modules/endorsed/pom.xml 2011-10-08
20:54:48 UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/modules/resources/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta2/modules/resources/pom.xml 2011-10-08
20:45:51 UTC (rev 15059)
+++ stack/native/tags/jbossws-native-4.0.0.Beta2/modules/resources/pom.xml 2011-10-08
20:54:48 UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/modules/services/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta2/modules/services/pom.xml 2011-10-08
20:45:51 UTC (rev 15059)
+++ stack/native/tags/jbossws-native-4.0.0.Beta2/modules/services/pom.xml 2011-10-08
20:54:48 UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/native-tests/pom.xml
===================================================================
---
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/native-tests/pom.xml 2011-10-08
20:45:51 UTC (rev 15059)
+++
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/native-tests/pom.xml 2011-10-08
20:54:48 UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/pom.xml 2011-10-08
20:45:51 UTC (rev 15059)
+++ stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/pom.xml 2011-10-08
20:54:48 UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/shared-tests/pom.xml
===================================================================
---
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/shared-tests/pom.xml 2011-10-08
20:45:51 UTC (rev 15059)
+++
stack/native/tags/jbossws-native-4.0.0.Beta2/modules/testsuite/shared-tests/pom.xml 2011-10-08
20:54:48 UTC (rev 15060)
@@ -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.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/tags/jbossws-native-4.0.0.Beta2/pom.xml
===================================================================
--- stack/native/tags/jbossws-native-4.0.0.Beta2/pom.xml 2011-10-08 20:45:51 UTC (rev
15059)
+++ stack/native/tags/jbossws-native-4.0.0.Beta2/pom.xml 2011-10-08 20:54:48 UTC (rev
15060)
@@ -18,20 +18,20 @@
<packaging>pom</packaging>
<description>JBossWS Native stack</description>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Beta2</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.10.Alpha2</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,13 +45,13 @@
<!-- 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.spi.version>2.0.0.Beta10</jbossws.spi.version>
+ <jbossws.common.version>2.0.0.Beta10</jbossws.common.version>
+ <jbossws.common.tools.version>1.0.0.Beta1</jbossws.common.tools.version>
+
<jbossws.shared.testsuite.version>4.0.0.Beta5</jbossws.shared.testsuite.version>
<jbossws.jboss600.version>4.0.0-SNAPSHOT</jbossws.jboss600.version>
<jbossws.jboss610.version>4.0.0-SNAPSHOT</jbossws.jboss610.version>
- <jbossws.jboss700.version>4.0.0-SNAPSHOT</jbossws.jboss700.version>
+ <jbossws.jboss700.version>4.0.0.Beta1</jbossws.jboss700.version>
<jboss700.version>7.0.0.Final</jboss700.version>
<ant.version>1.7.1</ant.version>
<codehaus.jettison.version>1.0-RC2</codehaus.jettison.version>