[jbossws-commits] JBossWS SVN: r17271 - in stack/cxf/tags/jbossws-cxf-4.1.2.Final: modules/addons and 10 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Feb 4 06:16:52 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-02-04 06:16:52 -0500 (Mon, 04 Feb 2013)
New Revision: 17271

Modified:
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/addons/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/addons/transports/http/httpserver/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/client/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/dist/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/endorsed/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/resources/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/server/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/cxf-spring-tests/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/cxf-tests/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/shared-tests/pom.xml
   stack/cxf/tags/jbossws-cxf-4.1.2.Final/pom.xml
Log:
Fixing poms


Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/addons/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/addons/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/addons/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/addons/transports/http/httpserver/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/addons/transports/http/httpserver/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf-addons</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
   

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/client/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/client/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/client/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/dist/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/dist/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/dist/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/endorsed/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/endorsed/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/resources/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/resources/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/resources/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/server/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/server/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/server/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/cxf-spring-tests/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/cxf-spring-tests/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf-testsuite</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/cxf-tests/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/cxf-tests/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf-testsuite</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/shared-tests/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/modules/testsuite/shared-tests/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.cxf</groupId>
     <artifactId>jbossws-cxf-testsuite</artifactId>
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2.Final</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: stack/cxf/tags/jbossws-cxf-4.1.2.Final/pom.xml
===================================================================
--- stack/cxf/tags/jbossws-cxf-4.1.2.Final/pom.xml	2013-02-04 10:14:23 UTC (rev 17270)
+++ stack/cxf/tags/jbossws-cxf-4.1.2.Final/pom.xml	2013-02-04 11:16:52 UTC (rev 17271)
@@ -32,7 +32,7 @@
   <description>JBossWS CXF stack</description>
 
   
-  <version>4.1.2-SNAPSHOT</version>
+  <version>4.1.2.Final</version>
   
   <!-- Parent -->
   <parent>
@@ -43,9 +43,9 @@
   
   <!-- Source Control Management -->
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws-cxf-4.1.x</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws-cxf-4.1.x</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/branches/jbossws-cxf-4.1.x</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4.1.2.Final</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4.1.2.Final</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-4.1.2.Final</url>
   </scm>
   
   <!-- Modules -->



More information about the jbossws-commits mailing list