[jbossws-commits] JBossWS SVN: r7414 - in stack/native/trunk: modules/client and 10 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 6 12:50:11 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-06-06 12:50:11 -0400 (Fri, 06 Jun 2008)
New Revision: 7414

Modified:
   stack/native/trunk/.classpath
   stack/native/trunk/modules/client/pom.xml
   stack/native/trunk/modules/core/pom.xml
   stack/native/trunk/modules/embedded/pom.xml
   stack/native/trunk/modules/jaxrpc/pom.xml
   stack/native/trunk/modules/jaxws-ext/pom.xml
   stack/native/trunk/modules/jaxws/pom.xml
   stack/native/trunk/modules/management/pom.xml
   stack/native/trunk/modules/saaj/pom.xml
   stack/native/trunk/modules/testsuite/framework-tests/pom.xml
   stack/native/trunk/modules/testsuite/native-tests/pom.xml
   stack/native/trunk/modules/testsuite/pom.xml
   stack/native/trunk/pom.xml
Log:
Update to 3.0.3

Modified: stack/native/trunk/.classpath
===================================================================
--- stack/native/trunk/.classpath	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/.classpath	2008-06-06 16:50:11 UTC (rev 7414)
@@ -1,16 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="modules/saaj/src/main/java"/>
-	<classpathentry kind="src" path="modules/testsuite/framework-tests/target/wsconsume/java"/>
-	<classpathentry kind="src" path="modules/testsuite/native-tests/target/wsconsume/java"/>
-	<classpathentry kind="src" path="modules/testsuite/framework-tests/src/test/java"/>
-	<classpathentry kind="src" path="modules/testsuite/native-tests/src/test/java"/>
-	<classpathentry kind="src" path="modules/jaxrpc/src/main/java"/>
-	<classpathentry kind="src" path="modules/jaxws/src/main/java"/>
-	<classpathentry kind="src" path="modules/jaxws-ext/src/main/java"/>
-	<classpathentry kind="src" path="modules/core/src/main/java"/>
-	<classpathentry kind="src" path="modules/embedded/src/main/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path="target/eclipse-classes"/>
+	<classpathentry kind="output" path=""/>
 </classpath>

Modified: stack/native/trunk/modules/client/pom.xml
===================================================================
--- stack/native/trunk/modules/client/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/client/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/core/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/embedded/pom.xml
===================================================================
--- stack/native/trunk/modules/embedded/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/embedded/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/trunk/modules/jaxrpc/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/jaxrpc/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/jaxws/pom.xml
===================================================================
--- stack/native/trunk/modules/jaxws/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/jaxws/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/trunk/modules/jaxws-ext/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/jaxws-ext/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/management/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/saaj/pom.xml
===================================================================
--- stack/native/trunk/modules/saaj/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/saaj/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/framework-tests/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/testsuite/framework-tests/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native-testsuite</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-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	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native-testsuite</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/modules/testsuite/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.ws.native</groupId>
     <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2008-06-06 13:51:02 UTC (rev 7413)
+++ stack/native/trunk/pom.xml	2008-06-06 16:50:11 UTC (rev 7414)
@@ -51,7 +51,7 @@
   <!-- Properties -->
   <properties>
     <jbossws.common.version>1.0.5-SNAPSHOT</jbossws.common.version>
-    <jbossws.framework.version>3.0.2-SNAPSHOT</jbossws.framework.version>
+    <jbossws.framework.version>3.0.3-SNAPSHOT</jbossws.framework.version>
     <jbossws.spi.version>1.0.4-SNAPSHOT</jbossws.spi.version>
     <jbossws.jboss421.version>3.0.2-SNAPSHOT</jbossws.jboss421.version>
     <jbossws.jboss422.version>3.0.2-SNAPSHOT</jbossws.jboss422.version>




More information about the jbossws-commits mailing list