Author: richard.opalka(a)jboss.com
Date: 2009-08-27 07:10:10 -0400 (Thu, 27 Aug 2009)
New Revision: 10621
Modified:
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/management/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/framework-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.0.GA/pom.xml
Log:
[JBWS-2733] fixing version and scm
Modified: stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/client/pom.xml 2009-08-27 09:39:54 UTC
(rev 10620)
+++ stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/client/pom.xml 2009-08-27 11:10:10 UTC
(rev 10621)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/management/pom.xml 2009-08-27 09:39:54
UTC (rev 10620)
+++ stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/management/pom.xml 2009-08-27 11:10:10
UTC (rev 10621)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/resources/pom.xml 2009-08-27 09:39:54
UTC (rev 10620)
+++ stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/resources/pom.xml 2009-08-27 11:10:10
UTC (rev 10621)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/server/pom.xml 2009-08-27 09:39:54 UTC
(rev 10620)
+++ stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/server/pom.xml 2009-08-27 11:10:10 UTC
(rev 10621)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/cxf-tests/pom.xml 2009-08-27
09:39:54 UTC (rev 10620)
+++ stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/cxf-tests/pom.xml 2009-08-27
11:10:10 UTC (rev 10621)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified:
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/framework-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/framework-tests/pom.xml 2009-08-27
09:39:54 UTC (rev 10620)
+++
stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/framework-tests/pom.xml 2009-08-27
11:10:10 UTC (rev 10621)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/pom.xml 2009-08-27 09:39:54
UTC (rev 10620)
+++ stack/cxf/branches/jbossws-cxf-3.2.0.GA/modules/testsuite/pom.xml 2009-08-27 11:10:10
UTC (rev 10621)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.0.GA/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.0.GA/pom.xml 2009-08-27 09:39:54 UTC (rev 10620)
+++ stack/cxf/branches/jbossws-cxf-3.2.0.GA/pom.xml 2009-08-27 11:10:10 UTC (rev 10621)
@@ -17,7 +17,7 @@
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/br...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/...
-
<
url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/branches/jbossw...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/ta...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cx...
</scm>
<!-- Modules -->
@@ -43,17 +43,17 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.2.0-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.2.0-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.2.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss500.version>3.2.0-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.2.0-SNAPSHOT</jbossws.jboss501.version>
- <jbossws.jboss510.version>3.2.0-SNAPSHOT</jbossws.jboss510.version>
+ <jbossws.common.version>1.2.0.GA</jbossws.common.version>
+ <jbossws.framework.version>3.2.0.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.2.0.GA</jbossws.spi.version>
+ <jbossws.jboss500.version>3.2.0.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.2.0.GA</jbossws.jboss501.version>
+ <jbossws.jboss510.version>3.2.0.GA</jbossws.jboss510.version>
<!-- JBWS-2505 -->
<!-- START -->
<!--
- <jbossws.jboss520.version>3.2.0-SNAPSHOT</jbossws.jboss520.version>
- <jbossws.jboss600.version>3.2.0-SNAPSHOT</jbossws.jboss600.version>
+ <jbossws.jboss520.version>3.2.0.GA</jbossws.jboss520.version>
+ <jbossws.jboss600.version>3.2.0.GA</jbossws.jboss600.version>
-->
<!-- END -->
<cxf.version>2.2.3</cxf.version>