[jbossws-commits] JBossWS SVN: r16900 - in stack/native/trunk: modules/core and 5 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 15 11:19:46 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-10-15 11:19:46 -0400 (Mon, 15 Oct 2012)
New Revision: 16900

Modified:
   stack/native/trunk/modules/core/pom.xml
   stack/native/trunk/modules/dist/pom.xml
   stack/native/trunk/modules/resources/pom.xml
   stack/native/trunk/modules/services/pom.xml
   stack/native/trunk/modules/testsuite/native-tests/pom.xml
   stack/native/trunk/modules/testsuite/pom.xml
   stack/native/trunk/pom.xml
Log:
Preparing for next dev cycle


Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml	2012-10-15 14:24:24 UTC (rev 16899)
+++ stack/native/trunk/modules/core/pom.xml	2012-10-15 15:19:46 UTC (rev 16900)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.1.0.Final</version>
+    <version>4.1.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/trunk/modules/dist/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/pom.xml	2012-10-15 14:24:24 UTC (rev 16899)
+++ stack/native/trunk/modules/dist/pom.xml	2012-10-15 15:19:46 UTC (rev 16900)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.1.0.Final</version>
+    <version>4.1.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/trunk/modules/resources/pom.xml
===================================================================
--- stack/native/trunk/modules/resources/pom.xml	2012-10-15 14:24:24 UTC (rev 16899)
+++ stack/native/trunk/modules/resources/pom.xml	2012-10-15 15:19:46 UTC (rev 16900)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.1.0.Final</version>
+    <version>4.1.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/services/pom.xml
===================================================================
--- stack/native/trunk/modules/services/pom.xml	2012-10-15 14:24:24 UTC (rev 16899)
+++ stack/native/trunk/modules/services/pom.xml	2012-10-15 15:19:46 UTC (rev 16900)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.1.0.Final</version>
+    <version>4.1.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml	2012-10-15 14:24:24 UTC (rev 16899)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml	2012-10-15 15:19:46 UTC (rev 16900)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native-testsuite</artifactId>
-    <version>4.1.0.Final</version>
+    <version>4.1.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2012-10-15 14:24:24 UTC (rev 16899)
+++ stack/native/trunk/modules/testsuite/pom.xml	2012-10-15 15:19:46 UTC (rev 16900)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>4.1.0.Final</version>
+    <version>4.1.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2012-10-15 14:24:24 UTC (rev 16899)
+++ stack/native/trunk/pom.xml	2012-10-15 15:19:46 UTC (rev 16900)
@@ -31,7 +31,7 @@
   <packaging>pom</packaging>
   <description>JBossWS Native stack</description>
 
-  <version>4.1.0.Final</version>
+  <version>4.1.1-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.1.0.Final</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-native-4.1.0.Final</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native-4.1.0.Final</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/trunk</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/trunk</url>
   </scm>
 
   <!-- Modules -->
@@ -56,12 +56,12 @@
 
   <!-- Properties -->
   <properties>
-    <jbossws.api.version>1.0.1.Final</jbossws.api.version>
-    <jbossws.spi.version>2.1.0.Final</jbossws.spi.version>
-    <jbossws.common.version>2.1.0.Final</jbossws.common.version>
-    <jbossws.common.tools.version>1.1.0.Final</jbossws.common.tools.version>
-    <jbossws.shared.testsuite.version>4.1.0.Final</jbossws.shared.testsuite.version>
-    <jbossws.jboss712.version>4.1.0.Final</jbossws.jboss712.version>
+    <jbossws.api.version>1.0.2-SNAPSHOT</jbossws.api.version>
+    <jbossws.spi.version>2.1.1-SNAPSHOT</jbossws.spi.version>
+    <jbossws.common.version>2.1.1-SNAPSHOT</jbossws.common.version>
+    <jbossws.common.tools.version>1.1.1-SNAPSHOT</jbossws.common.tools.version>
+    <jbossws.shared.testsuite.version>4.1.1-SNAPSHOT</jbossws.shared.testsuite.version>
+    <jbossws.jboss712.version>4.1.1-SNAPSHOT</jbossws.jboss712.version>
     <jboss712.version>7.1.2.Final</jboss712.version>
     <jboss720.version>7.2.0.Alpha1-SNAPSHOT</jboss720.version>
     <javassist.version>3.15.0-GA</javassist.version>



More information about the jbossws-commits mailing list