[jbossws-commits] JBossWS SVN: r16044 - in stack/native/branches/jbossws-native-4.0.x: modules/client and 7 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Mar 26 10:16:11 EDT 2012


Author: ropalka
Date: 2012-03-26 10:16:10 -0400 (Mon, 26 Mar 2012)
New Revision: 16044

Modified:
   stack/native/branches/jbossws-native-4.0.x/modules/client/pom.xml
   stack/native/branches/jbossws-native-4.0.x/modules/core/pom.xml
   stack/native/branches/jbossws-native-4.0.x/modules/dist/pom.xml
   stack/native/branches/jbossws-native-4.0.x/modules/endorsed/pom.xml
   stack/native/branches/jbossws-native-4.0.x/modules/resources/pom.xml
   stack/native/branches/jbossws-native-4.0.x/modules/services/pom.xml
   stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/pom.xml
   stack/native/branches/jbossws-native-4.0.x/modules/testsuite/pom.xml
   stack/native/branches/jbossws-native-4.0.x/pom.xml
Log:
prepare for next dev. cycle

Modified: stack/native/branches/jbossws-native-4.0.x/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/client/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/modules/client/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.0.3.GA</version>
+    <version>4.0.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/branches/jbossws-native-4.0.x/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/core/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/modules/core/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.0.3.GA</version>
+    <version>4.0.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/branches/jbossws-native-4.0.x/modules/dist/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/dist/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/modules/dist/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -5,12 +5,11 @@
   <name>JBoss Web Services - Stack Native Distribution</name>
   <artifactId>jbossws-native-dist</artifactId>
   <packaging>pom</packaging>
-  <version>4.0.3.GA</version>
 
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.0.3.GA</version>
+    <version>4.0.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/branches/jbossws-native-4.0.x/modules/endorsed/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/endorsed/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/modules/endorsed/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.0.3.GA</version>
+    <version>4.0.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/branches/jbossws-native-4.0.x/modules/resources/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/resources/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/modules/resources/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.0.3.GA</version>
+    <version>4.0.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/branches/jbossws-native-4.0.x/modules/services/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/services/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/modules/services/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.0.3.GA</version>
+    <version>4.0.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/native-tests/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native-testsuite</artifactId>
-    <version>4.0.3.GA</version>
+    <version>4.0.4-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/branches/jbossws-native-4.0.x/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/modules/testsuite/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/modules/testsuite/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.0.3.GA</version>
+    <version>4.0.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/branches/jbossws-native-4.0.x/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.x/pom.xml	2012-03-26 14:12:27 UTC (rev 16043)
+++ stack/native/branches/jbossws-native-4.0.x/pom.xml	2012-03-26 14:16:10 UTC (rev 16044)
@@ -31,7 +31,7 @@
   <packaging>pom</packaging>
   <description>JBossWS Native stack</description>
 
-  <version>4.0.3.GA</version>
+  <version>4.0.4-SNAPSHOT</version>
 
   <!-- Parent -->
   <parent>
@@ -42,9 +42,9 @@
 
   <!-- Source Control Management -->
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-4.0.3.GA</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-4.0.3.GA</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native-4.0.3.GA</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-4.0.x</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-4.0.x</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/branches/jbossws-native-4.0.x</url>
   </scm>
 
   <!-- Modules -->



More information about the jbossws-commits mailing list