Author: alessio.soldano(a)jboss.com
Date: 2009-10-29 04:05:30 -0400 (Thu, 29 Oct 2009)
New Revision: 11064
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/management/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/framework-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/pom.xml
Log:
Fixing poms
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/client/pom.xml 2009-10-29 08:00:09
UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/client/pom.xml 2009-10-29 08:05:30
UTC (rev 11064)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/management/pom.xml 2009-10-29
08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/management/pom.xml 2009-10-29
08:05:30 UTC (rev 11064)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/resources/pom.xml 2009-10-29 08:00:09
UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/resources/pom.xml 2009-10-29 08:05:30
UTC (rev 11064)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/server/pom.xml 2009-10-29 08:00:09
UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/server/pom.xml 2009-10-29 08:05:30
UTC (rev 11064)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/cxf-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/cxf-tests/pom.xml 2009-10-29
08:00:09 UTC (rev 11063)
+++
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/cxf-tests/pom.xml 2009-10-29
08:05:30 UTC (rev 11064)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/framework-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/framework-tests/pom.xml 2009-10-29
08:00:09 UTC (rev 11063)
+++
stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/framework-tests/pom.xml 2009-10-29
08:05:30 UTC (rev 11064)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/pom.xml 2009-10-29 08:00:09
UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/modules/testsuite/pom.xml 2009-10-29 08:05:30
UTC (rev 11064)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.2.SP3/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2.SP3/pom.xml 2009-10-29 08:00:09 UTC (rev 11063)
+++ stack/cxf/branches/jbossws-cxf-3.1.2.SP3/pom.xml 2009-10-29 08:05:30 UTC (rev 11064)
@@ -17,7 +17,7 @@
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
- <version>3.1.2.SP2</version>
+ <version>3.1.2-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
-
<
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...
+
<
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...
</scm>
<!-- Modules -->
@@ -44,7 +44,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.1.0.SP2</jbossws.common.version>
- <jbossws.framework.version>3.1.2.SP4</jbossws.framework.version>
+ <jbossws.framework.version>3.1.2-SNAPSHOT</jbossws.framework.version>
<jbossws.spi.version>1.1.2.SP1</jbossws.spi.version>
<!-- JBWS-2505 -->
<!-- START -->