Modified: 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/nowsdl/soapversion/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/nowsdl/soapversion/pom.xml?rev=903579&r1=903538&r2=903579&view=diff
==============================================================================
--- 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/nowsdl/soapversion/pom.xml 
(original)
+++ 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/nowsdl/soapversion/pom.xml 
Wed Jan 27 09:41:44 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>vtest-wsbinding-nowsdl</artifactId>
-        <version>1.6-SNAPSHOT</version>
+        <version>1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>vtest-wsbinding-nowsdl-soapversion</artifactId>
@@ -32,26 +32,26 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>         
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>
     </dependencies>

Modified: tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/pom.xml?rev=903579&r1=903538&r2=903579&view=diff
==============================================================================
--- tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/pom.xml (original)
+++ tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/pom.xml Wed Jan 27 
09:41:44 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-vtest</artifactId>
-        <version>1.6-SNAPSHOT</version>
+        <version>1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>vtest-wsbinding</artifactId>
@@ -33,19 +33,19 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>vtest-utilities</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/service/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/service/pom.xml?rev=903579&r1=903538&r2=903579&view=diff
==============================================================================
--- tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/service/pom.xml (original)
+++ tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/service/pom.xml Wed Jan 
27 09:41:44 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>vtest-wsbinding</artifactId>
-        <version>1.6-SNAPSHOT</version>
+        <version>1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>vtest-wsbinding-service</artifactId>
@@ -32,26 +32,26 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>         
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>
     </dependencies>

Modified: 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/binding/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/binding/pom.xml?rev=903579&r1=903538&r2=903579&view=diff
==============================================================================
--- 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/binding/pom.xml 
(original)
+++ 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/binding/pom.xml 
Wed Jan 27 09:41:44 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>vtest-wsbinding-wsdlelement</artifactId>
-        <version>1.6-SNAPSHOT</version>
+        <version>1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>vtest-wsbinding-wsdlelement-binding</artifactId>
@@ -32,26 +32,26 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>         
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>
     </dependencies>

Modified: tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/pom.xml?rev=903579&r1=903538&r2=903579&view=diff
==============================================================================
--- tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/pom.xml 
(original)
+++ tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/pom.xml Wed 
Jan 27 09:41:44 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>vtest-wsbinding</artifactId>
-        <version>1.6-SNAPSHOT</version>
+        <version>1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>vtest-wsbinding-wsdlelement</artifactId>
@@ -33,19 +33,19 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>vtest-utilities</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/port/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/port/pom.xml?rev=903579&r1=903538&r2=903579&view=diff
==============================================================================
--- tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/port/pom.xml 
(original)
+++ tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/port/pom.xml 
Wed Jan 27 09:41:44 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>vtest-wsbinding-wsdlelement</artifactId>
-        <version>1.6-SNAPSHOT</version>
+        <version>1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>vtest-wsbinding-wsdlelement-port</artifactId>
@@ -32,26 +32,26 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>         
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>
     </dependencies>

Modified: 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/service/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/service/pom.xml?rev=903579&r1=903538&r2=903579&view=diff
==============================================================================
--- 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/service/pom.xml 
(original)
+++ 
tuscany/sca-java-1.x/tags/1.6-RC1/vtest/wsbinding/wsdlelement/service/pom.xml 
Wed Jan 27 09:41:44 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>vtest-wsbinding-wsdlelement</artifactId>
-        <version>1.6-SNAPSHOT</version>
+        <version>1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>vtest-wsbinding-wsdlelement-service</artifactId>
@@ -32,26 +32,26 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>         
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.6-SNAPSHOT</version>
+            <version>1.6</version>
             <scope>runtime</scope>
         </dependency>
     </dependencies>


Reply via email to