Tag for travelsample-1.0-RC2

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/tags/travelsample-1.0-RC2@948485 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/binaries/bundle/pom.xml b/binaries/bundle/pom.xml
index b42b18e..4512b81 100644
--- a/binaries/bundle/pom.xml
+++ b/binaries/bundle/pom.xml
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>

     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

-        <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

-        <relativePath>../../pom.xml</relativePath>

+        <artifactId>scatours-binaries</artifactId>

+        <version>1.0</version>

+        <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-binaries-bundle</artifactId>

     <name>Apache Tuscany SCA Tours Binaries Bundle</name>

diff --git a/binaries/jaxws/pom.xml b/binaries/jaxws/pom.xml
index 61c3fa7..aa55337 100644
--- a/binaries/jaxws/pom.xml
+++ b/binaries/jaxws/pom.xml
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>

     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

-        <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

-        <relativePath>../../pom.xml</relativePath>

+        <artifactId>scatours-binaries</artifactId>

+        <version>1.0</version>

+        <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-binaries-jaxws</artifactId>

     <name>Apache Tuscany SCA Tours Binaries JAX-WS Dependencies for JDK 5</name>

@@ -35,7 +35,7 @@
         <dependency>

             <groupId>org.apache.tuscany.sca</groupId>

             <artifactId>scatours-util-jaxws-runtime</artifactId>

-            <version>1.0-SNAPSHOT</version>

+            <version>${pom.version}</version>

         </dependency>

     </dependencies>

 

diff --git a/binaries/ode/pom.xml b/binaries/ode/pom.xml
index b2eb4d5..c77e90d 100644
--- a/binaries/ode/pom.xml
+++ b/binaries/ode/pom.xml
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>

     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

-        <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

-        <relativePath>../../pom.xml</relativePath>

+        <artifactId>scatours-binaries</artifactId>

+        <version>1.0</version>

+        <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-binaries-ode</artifactId>

     <name>Apache Tuscany SCA Tours Binaries ODE Database</name>

diff --git a/binaries/openejb/pom.xml b/binaries/openejb/pom.xml
index 2f76384..eb0b9d8 100644
--- a/binaries/openejb/pom.xml
+++ b/binaries/openejb/pom.xml
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>

     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

-        <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

-        <relativePath>../../pom.xml</relativePath>

+        <artifactId>scatours-binaries</artifactId>

+        <version>1.0</version>

+        <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-binaries-openejb</artifactId>

     <name>Apache Tuscany SCA Tours Binaries OpenEJB Dependencies</name>

@@ -33,7 +33,7 @@
         <dependency>

             <groupId>org.apache.tuscany.sca</groupId>

             <artifactId>scatours-util-openejb-runtime</artifactId>

-            <version>1.0-SNAPSHOT</version>

+            <version>${pom.version}</version>

         </dependency>

     </dependencies>

 

diff --git a/binaries/pom.xml b/binaries/pom.xml
index 31b2b28..a55d4c8 100644
--- a/binaries/pom.xml
+++ b/binaries/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-binaries</artifactId>
diff --git a/clients/currency-converter-corba/pom.xml b/clients/currency-converter-corba/pom.xml
index 9454d70..ad7dbc5 100644
--- a/clients/currency-converter-corba/pom.xml
+++ b/clients/currency-converter-corba/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-client-currency-converter-corba</artifactId>

diff --git a/clients/currency-converter-jms/pom.xml b/clients/currency-converter-jms/pom.xml
index 462b7ce..7f6ac78 100644
--- a/clients/currency-converter-jms/pom.xml
+++ b/clients/currency-converter-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-client-currency-converter-jms</artifactId>

diff --git a/clients/currency-converter-rmi/pom.xml b/clients/currency-converter-rmi/pom.xml
index d1ff485..b29c0f1 100644
--- a/clients/currency-converter-rmi/pom.xml
+++ b/clients/currency-converter-rmi/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-client-currency-converter-rmi</artifactId>

diff --git a/clients/currency-converter-ws-jaxws/pom.xml b/clients/currency-converter-ws-jaxws/pom.xml
index 26269fa..aab62fa 100644
--- a/clients/currency-converter-ws-jaxws/pom.xml
+++ b/clients/currency-converter-ws-jaxws/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-client-currency-converter-ws-jaxws</artifactId>

diff --git a/clients/pom.xml b/clients/pom.xml
index 4b6e990..70f4ed5 100644
--- a/clients/pom.xml
+++ b/clients/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-clients</artifactId>

diff --git a/contributions/blog-feed/pom.xml b/contributions/blog-feed/pom.xml
index 9ebbed0..8a214d1 100644
--- a/contributions/blog-feed/pom.xml
+++ b/contributions/blog-feed/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-blog-feed</artifactId>

diff --git a/contributions/buildingblocks-client/pom.xml b/contributions/buildingblocks-client/pom.xml
index 27c4212..0764dff 100644
--- a/contributions/buildingblocks-client/pom.xml
+++ b/contributions/buildingblocks-client/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-buildingblocks-client</artifactId>

diff --git a/contributions/buildingblocks/pom.xml b/contributions/buildingblocks/pom.xml
index 844a642..c19d0cc 100644
--- a/contributions/buildingblocks/pom.xml
+++ b/contributions/buildingblocks/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-buildingblocks</artifactId>

diff --git a/contributions/calendar/pom.xml b/contributions/calendar/pom.xml
index ac14a18..61a0fc4 100644
--- a/contributions/calendar/pom.xml
+++ b/contributions/calendar/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-calendar</artifactId>

diff --git a/contributions/car/pom.xml b/contributions/car/pom.xml
index ff8d4da..be0c72d 100644
--- a/contributions/car/pom.xml
+++ b/contributions/car/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-car</artifactId>

diff --git a/contributions/common/pom.xml b/contributions/common/pom.xml
index 84bd01b..c9b56d8 100644
--- a/contributions/common/pom.xml
+++ b/contributions/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-common</artifactId>

diff --git a/contributions/creditcard-payment-jaxb-policy/pom.xml b/contributions/creditcard-payment-jaxb-policy/pom.xml
index 8edaed7..b0f6388 100644
--- a/contributions/creditcard-payment-jaxb-policy/pom.xml
+++ b/contributions/creditcard-payment-jaxb-policy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-creditcard-payment-jaxb-policy</artifactId>
diff --git a/contributions/creditcard-payment-jaxb/pom.xml b/contributions/creditcard-payment-jaxb/pom.xml
index 9f520ba..103403e 100644
--- a/contributions/creditcard-payment-jaxb/pom.xml
+++ b/contributions/creditcard-payment-jaxb/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-creditcard-payment-jaxb</artifactId>

diff --git a/contributions/creditcard-payment-sdo/pom.xml b/contributions/creditcard-payment-sdo/pom.xml
index 07ca3ad..61d35eb 100644
--- a/contributions/creditcard-payment-sdo/pom.xml
+++ b/contributions/creditcard-payment-sdo/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-creditcard-payment-sdo</artifactId>
diff --git a/contributions/creditcard-payment-webapp/pom.xml b/contributions/creditcard-payment-webapp/pom.xml
index ee066f9..2fcafb6 100644
--- a/contributions/creditcard-payment-webapp/pom.xml
+++ b/contributions/creditcard-payment-webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-creditcard-payment-webapp</artifactId>

diff --git a/contributions/currency-corba/pom.xml b/contributions/currency-corba/pom.xml
index 51496f3..824bde6 100644
--- a/contributions/currency-corba/pom.xml
+++ b/contributions/currency-corba/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-currency-corba</artifactId>

diff --git a/contributions/currency-jms/pom.xml b/contributions/currency-jms/pom.xml
index 7f97f84..1ea492e 100644
--- a/contributions/currency-jms/pom.xml
+++ b/contributions/currency-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-currency-jms</artifactId>

diff --git a/contributions/currency-jsp/pom.xml b/contributions/currency-jsp/pom.xml
index 85a8c65..0d27322 100644
--- a/contributions/currency-jsp/pom.xml
+++ b/contributions/currency-jsp/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-currency-jsp</artifactId>

diff --git a/contributions/currency-rmi/pom.xml b/contributions/currency-rmi/pom.xml
index b464ce2..dd02d85 100644
--- a/contributions/currency-rmi/pom.xml
+++ b/contributions/currency-rmi/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-currency-rmi</artifactId>

diff --git a/contributions/currency-servlet/pom.xml b/contributions/currency-servlet/pom.xml
index a01bc6f..2f444b3 100644
--- a/contributions/currency-servlet/pom.xml
+++ b/contributions/currency-servlet/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-currency-servlet</artifactId>

diff --git a/contributions/currency-ws/pom.xml b/contributions/currency-ws/pom.xml
index 8862bfe..5eadf83 100644
--- a/contributions/currency-ws/pom.xml
+++ b/contributions/currency-ws/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-currency-ws</artifactId>

diff --git a/contributions/currency/pom.xml b/contributions/currency/pom.xml
index cc08655..6ceb0bd 100644
--- a/contributions/currency/pom.xml
+++ b/contributions/currency/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-currency</artifactId>

diff --git a/contributions/databinding-client/pom.xml b/contributions/databinding-client/pom.xml
index fc57bd6..91e283d 100644
--- a/contributions/databinding-client/pom.xml
+++ b/contributions/databinding-client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-databinding-client</artifactId>
diff --git a/contributions/emailgateway/pom.xml b/contributions/emailgateway/pom.xml
index 8b564c8..dd94858 100644
--- a/contributions/emailgateway/pom.xml
+++ b/contributions/emailgateway/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-emailgateway</artifactId>

diff --git a/contributions/feed-logger/pom.xml b/contributions/feed-logger/pom.xml
index e8384d5..2c9422e 100644
--- a/contributions/feed-logger/pom.xml
+++ b/contributions/feed-logger/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-feed-logger</artifactId>

diff --git a/contributions/flight/pom.xml b/contributions/flight/pom.xml
index 2c4fecf..6e2fea3 100644
--- a/contributions/flight/pom.xml
+++ b/contributions/flight/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-flight</artifactId>

diff --git a/contributions/fullapp-bespoketrip/pom.xml b/contributions/fullapp-bespoketrip/pom.xml
index aeedcfc..38a94c1 100644
--- a/contributions/fullapp-bespoketrip/pom.xml
+++ b/contributions/fullapp-bespoketrip/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-fullapp-bespoketrip</artifactId>
diff --git a/contributions/fullapp-coordination/pom.xml b/contributions/fullapp-coordination/pom.xml
index 1a07b85..e4dadac 100644
--- a/contributions/fullapp-coordination/pom.xml
+++ b/contributions/fullapp-coordination/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-fullapp-coordination</artifactId>
diff --git a/contributions/fullapp-currency/pom.xml b/contributions/fullapp-currency/pom.xml
index ab8d24a..a1bf4b4 100644
--- a/contributions/fullapp-currency/pom.xml
+++ b/contributions/fullapp-currency/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-fullapp-currency</artifactId>
diff --git a/contributions/fullapp-packagedtrip/pom.xml b/contributions/fullapp-packagedtrip/pom.xml
index a80fdc2..fe5a2fc 100644
--- a/contributions/fullapp-packagedtrip/pom.xml
+++ b/contributions/fullapp-packagedtrip/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-fullapp-packagedtrip</artifactId>
diff --git a/contributions/fullapp-shoppingcart/pom.xml b/contributions/fullapp-shoppingcart/pom.xml
index 5280430..6867d48 100644
--- a/contributions/fullapp-shoppingcart/pom.xml
+++ b/contributions/fullapp-shoppingcart/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-fullapp-shoppingcart</artifactId>
diff --git a/contributions/fullapp-ui/pom.xml b/contributions/fullapp-ui/pom.xml
index d2a9c02..edf5ae7 100644
--- a/contributions/fullapp-ui/pom.xml
+++ b/contributions/fullapp-ui/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-fullapp-ui</artifactId>
diff --git a/contributions/help-pages/pom.xml b/contributions/help-pages/pom.xml
index a21d3b5..cc4a64a 100644
--- a/contributions/help-pages/pom.xml
+++ b/contributions/help-pages/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-help-pages</artifactId>

diff --git a/contributions/hotel/pom.xml b/contributions/hotel/pom.xml
index f746489..fa05bc9 100644
--- a/contributions/hotel/pom.xml
+++ b/contributions/hotel/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-hotel</artifactId>

diff --git a/contributions/interaction-client/pom.xml b/contributions/interaction-client/pom.xml
index 92ae0bf..72b3350 100644
--- a/contributions/interaction-client/pom.xml
+++ b/contributions/interaction-client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-interaction-client</artifactId>
diff --git a/contributions/interaction-service-remote/pom.xml b/contributions/interaction-service-remote/pom.xml
index da8e27d..ebe4f81 100644
--- a/contributions/interaction-service-remote/pom.xml
+++ b/contributions/interaction-service-remote/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-interaction-service-remote</artifactId>
diff --git a/contributions/introducing-client/pom.xml b/contributions/introducing-client/pom.xml
index 80c915b..0f65f7f 100644
--- a/contributions/introducing-client/pom.xml
+++ b/contributions/introducing-client/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-introducing-client</artifactId>

diff --git a/contributions/introducing-tours/pom.xml b/contributions/introducing-tours/pom.xml
index 2e938a4..e3647be 100644
--- a/contributions/introducing-tours/pom.xml
+++ b/contributions/introducing-tours/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-introducing-tours</artifactId>

diff --git a/contributions/introducing-trips/pom.xml b/contributions/introducing-trips/pom.xml
index c27e4f4..b1d29e8 100644
--- a/contributions/introducing-trips/pom.xml
+++ b/contributions/introducing-trips/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-introducing-trips</artifactId>

diff --git a/contributions/notification-corba/pom.xml b/contributions/notification-corba/pom.xml
index 0125d95..1d54322 100644
--- a/contributions/notification-corba/pom.xml
+++ b/contributions/notification-corba/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-notification-corba</artifactId>

diff --git a/contributions/notification-ejb/pom.xml b/contributions/notification-ejb/pom.xml
index e33be55..36d43ef 100644
--- a/contributions/notification-ejb/pom.xml
+++ b/contributions/notification-ejb/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-notification-ejb</artifactId>

diff --git a/contributions/notification-jms/pom.xml b/contributions/notification-jms/pom.xml
index d38c858..f90cbd9 100644
--- a/contributions/notification-jms/pom.xml
+++ b/contributions/notification-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-notification-jms</artifactId>

diff --git a/contributions/notification-rmi/pom.xml b/contributions/notification-rmi/pom.xml
index d9e84c1..44ecdbc 100644
--- a/contributions/notification-rmi/pom.xml
+++ b/contributions/notification-rmi/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-notification-rmi</artifactId>

diff --git a/contributions/notification-ws/pom.xml b/contributions/notification-ws/pom.xml
index 1d23223..a3b00f1 100644
--- a/contributions/notification-ws/pom.xml
+++ b/contributions/notification-ws/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-notification-ws</artifactId>

diff --git a/contributions/notification/pom.xml b/contributions/notification/pom.xml
index 388efea..cc6c38c 100644
--- a/contributions/notification/pom.xml
+++ b/contributions/notification/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-notification</artifactId>

diff --git a/contributions/payment-bpel-process/pom.xml b/contributions/payment-bpel-process/pom.xml
index c799164..ab331b3 100644
--- a/contributions/payment-bpel-process/pom.xml
+++ b/contributions/payment-bpel-process/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-payment-bpel-process</artifactId>

diff --git a/contributions/payment-bpel/pom.xml b/contributions/payment-bpel/pom.xml
index de3015b..6d1089c 100644
--- a/contributions/payment-bpel/pom.xml
+++ b/contributions/payment-bpel/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-bpel</artifactId>
diff --git a/contributions/payment-groovy/pom.xml b/contributions/payment-groovy/pom.xml
index 6d95ed2..dd1f60c 100644
--- a/contributions/payment-groovy/pom.xml
+++ b/contributions/payment-groovy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-groovy</artifactId>
diff --git a/contributions/payment-java-callback/pom.xml b/contributions/payment-java-callback/pom.xml
index 687da12..fad42b9 100644
--- a/contributions/payment-java-callback/pom.xml
+++ b/contributions/payment-java-callback/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-java-callback</artifactId>
diff --git a/contributions/payment-java-policy/pom.xml b/contributions/payment-java-policy/pom.xml
index bc320b9..2ff27ce 100644
--- a/contributions/payment-java-policy/pom.xml
+++ b/contributions/payment-java-policy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-java-policy</artifactId>
diff --git a/contributions/payment-java-reference-pass/pom.xml b/contributions/payment-java-reference-pass/pom.xml
index 566f5d2..a4f7705 100644
--- a/contributions/payment-java-reference-pass/pom.xml
+++ b/contributions/payment-java-reference-pass/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-java-reference-pass</artifactId>
diff --git a/contributions/payment-java/pom.xml b/contributions/payment-java/pom.xml
index 8a3f7d3..3f6cae2 100644
--- a/contributions/payment-java/pom.xml
+++ b/contributions/payment-java/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-java</artifactId>
diff --git a/contributions/payment-python/pom.xml b/contributions/payment-python/pom.xml
index ca83354..194b0c0 100644
--- a/contributions/payment-python/pom.xml
+++ b/contributions/payment-python/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-python</artifactId>
diff --git a/contributions/payment-spring-policy/pom.xml b/contributions/payment-spring-policy/pom.xml
index 8b57479..88c1d28 100644
--- a/contributions/payment-spring-policy/pom.xml
+++ b/contributions/payment-spring-policy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-spring-policy</artifactId>
diff --git a/contributions/payment-spring-scatag/pom.xml b/contributions/payment-spring-scatag/pom.xml
index 15a954b..9441fe0 100644
--- a/contributions/payment-spring-scatag/pom.xml
+++ b/contributions/payment-spring-scatag/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-spring-scatag</artifactId>
diff --git a/contributions/payment-spring/pom.xml b/contributions/payment-spring/pom.xml
index a9d12e3..7c0a627 100644
--- a/contributions/payment-spring/pom.xml
+++ b/contributions/payment-spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-payment-spring</artifactId>
diff --git a/contributions/policy-client/pom.xml b/contributions/policy-client/pom.xml
index ec27d15..8cb4184 100644
--- a/contributions/policy-client/pom.xml
+++ b/contributions/policy-client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-policy-client</artifactId>
diff --git a/contributions/pom.xml b/contributions/pom.xml
index 3471f56..c175e5b 100644
--- a/contributions/pom.xml
+++ b/contributions/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contributions</artifactId>

diff --git a/contributions/scatours/pom.xml b/contributions/scatours/pom.xml
index bca0f0e..bbebd81 100644
--- a/contributions/scatours/pom.xml
+++ b/contributions/scatours/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-scatours</artifactId>

diff --git a/contributions/shoppingcart/pom.xml b/contributions/shoppingcart/pom.xml
index 9b77ec6..bd521f7 100644
--- a/contributions/shoppingcart/pom.xml
+++ b/contributions/shoppingcart/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-shoppingcart</artifactId>

diff --git a/contributions/travelcatalog/pom.xml b/contributions/travelcatalog/pom.xml
index fda7110..1df6a3e 100644
--- a/contributions/travelcatalog/pom.xml
+++ b/contributions/travelcatalog/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-travelcatalog</artifactId>

diff --git a/contributions/trip-policy/pom.xml b/contributions/trip-policy/pom.xml
index 6c1f90f..4d673c1 100644
--- a/contributions/trip-policy/pom.xml
+++ b/contributions/trip-policy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-contribution-trip-policy</artifactId>
diff --git a/contributions/trip/pom.xml b/contributions/trip/pom.xml
index a01007e..4dfd487 100644
--- a/contributions/trip/pom.xml
+++ b/contributions/trip/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-trip</artifactId>

diff --git a/contributions/tripbooking/pom.xml b/contributions/tripbooking/pom.xml
index 1582b96..562f552 100644
--- a/contributions/tripbooking/pom.xml
+++ b/contributions/tripbooking/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-tripbooking</artifactId>

diff --git a/contributions/usingsca/pom.xml b/contributions/usingsca/pom.xml
index 1c9c2a0..6195749 100644
--- a/contributions/usingsca/pom.xml
+++ b/contributions/usingsca/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-contribution-usingsca</artifactId>

diff --git a/distribution/pom.xml b/distribution/pom.xml
index d09c4d0..f0ecd2d 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-distribution</artifactId>
diff --git a/distribution/src/main/release/README b/distribution/src/main/release/README
index 9551b77..456e4c1 100644
--- a/distribution/src/main/release/README
+++ b/distribution/src/main/release/README
@@ -23,14 +23,18 @@
 

 Note 1: The travel sample depends on the Apache Tuscany SCA Java 1.x binary

 distribution, which is downloaded separately from the travel sample.

-To avoid needless duplication, the "lib" directory of the travel sample

-only contains dependencies that aren't provided in the current release

-of the Tuscany SCA Java 1.x binary distribution.

+To avoid needless duplication, the "lib" directory of the travel sample only

+contains dependencies that aren't provided in the Apache Tuscany SCA Java 1.x

+binary distribution.  The 1.0 release of the travel sample has been tested

+with Apache Tuscany SCA Java 1.6.

 

-Note 2: Before attempting to build or run the travel sample, you will need to

-download the Apache Tuscany SCA Java 1.6 (or later) binary distribution and

-set your TUSCANY_HOME environment variable to a local directory containing

-the unpacked binary distribution. 

+Note 2: The 1.0 release of the travel sample is not compatible with

+Apache Tuscany SCA Java 2.x.

+

+Note 3: Before attempting to build or run the travel sample, you will need

+to download the Apache Tuscany SCA Java 1.6 (or later 1.x release) binary

+distribution and set your TUSCANY_HOME environment variable to a local

+directory containing the unpacked binary distribution.

 

 

 Overview of the travel sample

@@ -467,12 +471,12 @@
 | 7) Full application  | fullapp                     | ant run        | http://localhost:8080/scatours        |

 ---------------------------------------------------------------------------------------------------------------

 | 8) Full application  | fullapp-nodes               | ant run-domain |                                       |

-|    (distributed)     |                             | ant run        |                                       |

+|    (distributed)     |                             | ant run        | http://localhost:8080/scatours        |

 ---------------------------------------------------------------------------------------------------------------

 | 9) Callback          | payment-java-callback       | ant run        |                                       |

 ---------------------------------------------------------------------------------------------------------------

 | 10) Reference        | payment-java-reference-pass | ant run        |                                       |

-|     passing          |                             | ant run        |                                       |

+|     passing          |                             |                |                                       |

 ---------------------------------------------------------------------------------------------------------------

 | 11) Help pages       | help-pages                  | ant run        | http://localhost:8085/help/index.html |

 ---------------------------------------------------------------------------------------------------------------

@@ -615,7 +619,7 @@
 directory and its subdirectories. This binary package contains all the built

 jar and war files and runtime dependencies for these files. By looking at the

 contents of the binaries/target directory tree you can see how to package a

-Yuscany application in binary form for distribution to users of the application.

+Tuscany application in binary form for distribution to users of the application.

 

 The following subdirectories of binaries/target contain jar and war files

 for the travel sample:

@@ -674,7 +678,7 @@
 | 7) Full application  | launchers  | ant run-fullapp                     | http://localhost:8080/scatours        |

 -------------------------------------------------------------------------------------------------------------------

 | 8) Full application  | launchers  | ant run-fullapp-domain              |                                       |

-|    (distributed)     | launchers  | ant run-fullapp-nodes               |                                       |

+|    (distributed)     | launchers  | ant run-fullapp-nodes               | http://localhost:8080/scatours        |

 -------------------------------------------------------------------------------------------------------------------

 | 9) Callback          | launchers  | ant run-payment-java-callback       |                                       |

 -------------------------------------------------------------------------------------------------------------------

diff --git a/domainconfig/fullapp/pom.xml b/domainconfig/fullapp/pom.xml
index d6e7b53..3d04d43 100644
--- a/domainconfig/fullapp/pom.xml
+++ b/domainconfig/fullapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-domainconfig-fullapp</artifactId>

diff --git a/domainconfig/introducing/pom.xml b/domainconfig/introducing/pom.xml
index 001bf09..785531f 100644
--- a/domainconfig/introducing/pom.xml
+++ b/domainconfig/introducing/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-domainconfig-introducing</artifactId>

diff --git a/domainconfig/pom.xml b/domainconfig/pom.xml
index 48dba23..9ef4bfa 100644
--- a/domainconfig/pom.xml
+++ b/domainconfig/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-domainconfig</artifactId>

diff --git a/launchers/blog-feed/pom.xml b/launchers/blog-feed/pom.xml
index b5e12d9..20c682d 100644
--- a/launchers/blog-feed/pom.xml
+++ b/launchers/blog-feed/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-blog-feed</artifactId>

diff --git a/launchers/buildingblocks/pom.xml b/launchers/buildingblocks/pom.xml
index 2cbf13c..f29fed1 100644
--- a/launchers/buildingblocks/pom.xml
+++ b/launchers/buildingblocks/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-buildingblocks</artifactId>

diff --git a/launchers/currency-converter-corba/pom.xml b/launchers/currency-converter-corba/pom.xml
index d491e10..de06234 100644
--- a/launchers/currency-converter-corba/pom.xml
+++ b/launchers/currency-converter-corba/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-currency-converter-corba</artifactId>

diff --git a/launchers/currency-converter-jms/pom.xml b/launchers/currency-converter-jms/pom.xml
index 7668bd8..ffd9544 100644
--- a/launchers/currency-converter-jms/pom.xml
+++ b/launchers/currency-converter-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-currency-converter-jms</artifactId>

diff --git a/launchers/currency-converter-rmi/pom.xml b/launchers/currency-converter-rmi/pom.xml
index bc023c4..2549ca3 100644
--- a/launchers/currency-converter-rmi/pom.xml
+++ b/launchers/currency-converter-rmi/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-currency-converter-rmi</artifactId>

diff --git a/launchers/currency-converter-ws/pom.xml b/launchers/currency-converter-ws/pom.xml
index afe48b3..00078d3 100644
--- a/launchers/currency-converter-ws/pom.xml
+++ b/launchers/currency-converter-ws/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-currency-converter-ws</artifactId>

diff --git a/launchers/currency-converter/pom.xml b/launchers/currency-converter/pom.xml
index 323e0e6..44ba83c 100644
--- a/launchers/currency-converter/pom.xml
+++ b/launchers/currency-converter/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-currency-converter</artifactId>

diff --git a/launchers/databinding/pom.xml b/launchers/databinding/pom.xml
index e5502ea..2121698 100644
--- a/launchers/databinding/pom.xml
+++ b/launchers/databinding/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-databinding</artifactId>
diff --git a/launchers/feed-logger/pom.xml b/launchers/feed-logger/pom.xml
index b3d82f4..016f1b1 100644
--- a/launchers/feed-logger/pom.xml
+++ b/launchers/feed-logger/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-feed-logger</artifactId>

diff --git a/launchers/fullapp-domain/pom.xml b/launchers/fullapp-domain/pom.xml
index 254fcf9..fae6a44 100644
--- a/launchers/fullapp-domain/pom.xml
+++ b/launchers/fullapp-domain/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-fullapp-domain</artifactId>

diff --git a/launchers/fullapp-nodes/pom.xml b/launchers/fullapp-nodes/pom.xml
index 7044caf..cf63720 100644
--- a/launchers/fullapp-nodes/pom.xml
+++ b/launchers/fullapp-nodes/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-fullapp-nodes</artifactId>
diff --git a/launchers/fullapp/pom.xml b/launchers/fullapp/pom.xml
index 5719ba9..d4da88f 100644
--- a/launchers/fullapp/pom.xml
+++ b/launchers/fullapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-fullapp</artifactId>
diff --git a/launchers/help-pages/pom.xml b/launchers/help-pages/pom.xml
index 16ea9f9..9e3561e 100644
--- a/launchers/help-pages/pom.xml
+++ b/launchers/help-pages/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-help-pages</artifactId>

diff --git a/launchers/interaction/pom.xml b/launchers/interaction/pom.xml
index 3d9afcd..16376a6 100644
--- a/launchers/interaction/pom.xml
+++ b/launchers/interaction/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-interaction</artifactId>

diff --git a/launchers/introducing-client/pom.xml b/launchers/introducing-client/pom.xml
index b86c99b..be2e687 100644
--- a/launchers/introducing-client/pom.xml
+++ b/launchers/introducing-client/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-introducing-client</artifactId>

diff --git a/launchers/introducing-domain/pom.xml b/launchers/introducing-domain/pom.xml
index fb2f48b..15476b6 100644
--- a/launchers/introducing-domain/pom.xml
+++ b/launchers/introducing-domain/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-introducing-domain</artifactId>

diff --git a/launchers/introducing-tours/pom.xml b/launchers/introducing-tours/pom.xml
index d18a670..1944990 100644
--- a/launchers/introducing-tours/pom.xml
+++ b/launchers/introducing-tours/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-introducing-tours</artifactId>

diff --git a/launchers/introducing-trips/pom.xml b/launchers/introducing-trips/pom.xml
index 8d2ef26..341e85f 100644
--- a/launchers/introducing-trips/pom.xml
+++ b/launchers/introducing-trips/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-introducing-trips</artifactId>

diff --git a/launchers/introducing/pom.xml b/launchers/introducing/pom.xml
index 36a5f96..02877ea 100644
--- a/launchers/introducing/pom.xml
+++ b/launchers/introducing/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-introducing</artifactId>

diff --git a/launchers/jumpstart/pom.xml b/launchers/jumpstart/pom.xml
index e701736..71b615b 100644
--- a/launchers/jumpstart/pom.xml
+++ b/launchers/jumpstart/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-jumpstart</artifactId>

diff --git a/launchers/notification-corba/pom.xml b/launchers/notification-corba/pom.xml
index 643edc9..34416b8 100644
--- a/launchers/notification-corba/pom.xml
+++ b/launchers/notification-corba/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-notification-corba</artifactId>

diff --git a/launchers/notification-ejb/pom.xml b/launchers/notification-ejb/pom.xml
index a70f7b2..b28bd1e 100644
--- a/launchers/notification-ejb/pom.xml
+++ b/launchers/notification-ejb/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-notification-ejb</artifactId>

diff --git a/launchers/notification-jms/pom.xml b/launchers/notification-jms/pom.xml
index 02a4b46..b83a7d2 100644
--- a/launchers/notification-jms/pom.xml
+++ b/launchers/notification-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-notification-jms</artifactId>

diff --git a/launchers/notification-rmi/pom.xml b/launchers/notification-rmi/pom.xml
index 9ab9824..61ceef8 100644
--- a/launchers/notification-rmi/pom.xml
+++ b/launchers/notification-rmi/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-notification-rmi</artifactId>

diff --git a/launchers/notification-ws/pom.xml b/launchers/notification-ws/pom.xml
index 816006e..a011b5d 100644
--- a/launchers/notification-ws/pom.xml
+++ b/launchers/notification-ws/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-notification-ws</artifactId>

diff --git a/launchers/payment-bpel/pom.xml b/launchers/payment-bpel/pom.xml
index d8cd3c2..f6d10ec 100644
--- a/launchers/payment-bpel/pom.xml
+++ b/launchers/payment-bpel/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-bpel</artifactId>
diff --git a/launchers/payment-groovy/pom.xml b/launchers/payment-groovy/pom.xml
index f6ea59c..f063d22 100644
--- a/launchers/payment-groovy/pom.xml
+++ b/launchers/payment-groovy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-groovy</artifactId>
diff --git a/launchers/payment-java-callback/pom.xml b/launchers/payment-java-callback/pom.xml
index d7888f4..643838e 100644
--- a/launchers/payment-java-callback/pom.xml
+++ b/launchers/payment-java-callback/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-java-callback</artifactId>
diff --git a/launchers/payment-java-policy/pom.xml b/launchers/payment-java-policy/pom.xml
index f2e90c2..b4d3a0f 100644
--- a/launchers/payment-java-policy/pom.xml
+++ b/launchers/payment-java-policy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-java-policy</artifactId>
diff --git a/launchers/payment-java-reference-pass/pom.xml b/launchers/payment-java-reference-pass/pom.xml
index babbe73..61f1a0d 100644
--- a/launchers/payment-java-reference-pass/pom.xml
+++ b/launchers/payment-java-reference-pass/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-java-reference-pass</artifactId>
diff --git a/launchers/payment-java/pom.xml b/launchers/payment-java/pom.xml
index 4dc082c..f64b7e2 100644
--- a/launchers/payment-java/pom.xml
+++ b/launchers/payment-java/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-java</artifactId>
diff --git a/launchers/payment-python/pom.xml b/launchers/payment-python/pom.xml
index 4940871..4eedc7d 100644
--- a/launchers/payment-python/pom.xml
+++ b/launchers/payment-python/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-python</artifactId>
diff --git a/launchers/payment-spring-scatag/pom.xml b/launchers/payment-spring-scatag/pom.xml
index f7613c3..9ec99da 100644
--- a/launchers/payment-spring-scatag/pom.xml
+++ b/launchers/payment-spring-scatag/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-spring-scatag</artifactId>
diff --git a/launchers/payment-spring/pom.xml b/launchers/payment-spring/pom.xml
index 4bb4637..b6043f7 100644
--- a/launchers/payment-spring/pom.xml
+++ b/launchers/payment-spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-payment-spring</artifactId>
diff --git a/launchers/policy/pom.xml b/launchers/policy/pom.xml
index 43b8b70..d6246f6 100644
--- a/launchers/policy/pom.xml
+++ b/launchers/policy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-launcher-policy</artifactId>
diff --git a/launchers/pom.xml b/launchers/pom.xml
index 8df7db1..0e19f35 100644
--- a/launchers/pom.xml
+++ b/launchers/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launchers</artifactId>

diff --git a/launchers/usingsca/pom.xml b/launchers/usingsca/pom.xml
index 84019c5..b31e9df 100644
--- a/launchers/usingsca/pom.xml
+++ b/launchers/usingsca/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-launcher-usingsca</artifactId>

diff --git a/pom.xml b/pom.xml
index 1ab75d0..a4409ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <artifactId>scatours</artifactId>
     <packaging>pom</packaging>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>Apache Tuscany SCA Tours Travel Sample</name>
 
     <repositories>
diff --git a/services/pom.xml b/services/pom.xml
index 99df666..ba1c395 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-services</artifactId>

diff --git a/services/smsgateway-corba/pom.xml b/services/smsgateway-corba/pom.xml
index c1f756c..36e70ff 100644
--- a/services/smsgateway-corba/pom.xml
+++ b/services/smsgateway-corba/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-service-smsgateway-corba</artifactId>

@@ -65,7 +65,7 @@
                             </includes>

                             <emitStubs>true</emitStubs>

                             <emitSkeletons>true</emitSkeletons>

-                            <compatible>false</compatible>
+                            <compatible>false</compatible>

                         </source>

                     </sources>

                     <sourceDirectory>${basedir}/src/main/resources</sourceDirectory>

@@ -73,4 +73,4 @@
             </plugin>

         </plugins>

     </build>

-</project>
\ No newline at end of file
+</project>

diff --git a/services/smsgateway-ejb/pom.xml b/services/smsgateway-ejb/pom.xml
index 633b3db..e50176d 100644
--- a/services/smsgateway-ejb/pom.xml
+++ b/services/smsgateway-ejb/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-service-smsgateway-ejb</artifactId>

diff --git a/services/smsgateway-jaxws/pom.xml b/services/smsgateway-jaxws/pom.xml
index ebd7afa..019e7f5 100644
--- a/services/smsgateway-jaxws/pom.xml
+++ b/services/smsgateway-jaxws/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-service-smsgateway-jaxws</artifactId>

diff --git a/services/smsgateway-jms/pom.xml b/services/smsgateway-jms/pom.xml
index b90c5c3..934b57f 100644
--- a/services/smsgateway-jms/pom.xml
+++ b/services/smsgateway-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-service-smsgateway-jms</artifactId>

diff --git a/services/smsgateway-rmi/pom.xml b/services/smsgateway-rmi/pom.xml
index d8c8886..d92c660 100644
--- a/services/smsgateway-rmi/pom.xml
+++ b/services/smsgateway-rmi/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-service-smsgateway-rmi</artifactId>

diff --git a/testdomain/pom.xml b/testdomain/pom.xml
index 8c0bdaa..0e53a87 100644
--- a/testdomain/pom.xml
+++ b/testdomain/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-test-domain</artifactId>

diff --git a/util/jaxws-runtime/pom.xml b/util/jaxws-runtime/pom.xml
index d7ade4e..40dc9fd 100644
--- a/util/jaxws-runtime/pom.xml
+++ b/util/jaxws-runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-util-jaxws-runtime</artifactId>

diff --git a/util/launcher-common/pom.xml b/util/launcher-common/pom.xml
index 6a55e49..857e53c 100644
--- a/util/launcher-common/pom.xml
+++ b/util/launcher-common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>scatours</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>scatours-util-launcher-common</artifactId>
diff --git a/util/openejb-runtime/pom.xml b/util/openejb-runtime/pom.xml
index 6a1b13b..457b2f7 100644
--- a/util/openejb-runtime/pom.xml
+++ b/util/openejb-runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-util-openejb-runtime</artifactId>

diff --git a/util/pom.xml b/util/pom.xml
index 36bdb39..0a55fdb 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -22,7 +22,7 @@
     <parent>

         <groupId>org.apache.tuscany.sca</groupId>

         <artifactId>scatours</artifactId>

-        <version>1.0-SNAPSHOT</version>

+        <version>1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>scatours-util</artifactId>