summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 21:09:15 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 21:09:15 +0000
commit0483f8b59114781f9e160a0bb938034ced1b9d82 (patch)
treed72316804556c268be9d5321e13b9ed78ae2c2d0 /sca-java-1.x/trunk/tutorials/travelsample/services
parent9c36dc55ed5b13d722a6a2fd5c8ed1d97835be8a (diff)
Merge revision r944737 from 1.0 release branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/services')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/pom.xml1
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/pom.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/pom.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/pom.xml2
6 files changed, 5 insertions, 6 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/pom.xml
index 8428d9a791..99df6669d1 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/pom.xml
@@ -25,7 +25,6 @@
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <version>1.0-SNAPSHOT</version>
<artifactId>scatours-services</artifactId>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Tours non-SCA Services</name>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml
index 261c22d5e1..c1f756c20f 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml
@@ -24,7 +24,7 @@
<artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
- </parent><version>1.0-SNAPSHOT</version>
+ </parent>
<artifactId>scatours-service-smsgateway-corba</artifactId>
<name>Apache Tuscany SCA Tours SMS Gateway CORBA Service</name>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml
index 9be6e6647d..633b3db5a7 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml
@@ -24,7 +24,7 @@
<artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
- </parent><version>1.0-SNAPSHOT</version>
+ </parent>
<artifactId>scatours-service-smsgateway-ejb</artifactId>
<name>Apache Tuscany SCA Tours SMS Gateway EJB Service</name>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/pom.xml
index 06c497db00..ebd7afad63 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jaxws/pom.xml
@@ -24,7 +24,7 @@
<artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
- </parent><version>1.0-SNAPSHOT</version>
+ </parent>
<artifactId>scatours-service-smsgateway-jaxws</artifactId>
<name>Apache Tuscany SCA Tours SMS Gateway JAX-WS Service</name>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/pom.xml
index 9b0bee5a6f..b90c5c30d2 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/pom.xml
@@ -24,7 +24,7 @@
<artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
- </parent><version>1.0-SNAPSHOT</version>
+ </parent>
<artifactId>scatours-service-smsgateway-jms</artifactId>
<name>Apache Tuscany SCA Tours SMS Gateway JMS Service</name>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/pom.xml
index 1922ec271b..d8c8886645 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-rmi/pom.xml
@@ -24,7 +24,7 @@
<artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
- </parent><version>1.0-SNAPSHOT</version>
+ </parent>
<artifactId>scatours-service-smsgateway-rmi</artifactId>
<name>Apache Tuscany SCA Tours SMS Gateway RMI Service</name>