diff options
Diffstat (limited to '')
6 files changed, 6 insertions, 6 deletions
diff --git a/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml b/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml index 41accba16b..b24a2228ec 100644 --- a/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml +++ b/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-scatours</artifactId>
+ <artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent><version>1.0-SNAPSHOT</version>
diff --git a/sandbox/travelsample/services/smsgateway-corba/pom.xml b/sandbox/travelsample/services/smsgateway-corba/pom.xml index 31dac316b4..0933e8e895 100644 --- a/sandbox/travelsample/services/smsgateway-corba/pom.xml +++ b/sandbox/travelsample/services/smsgateway-corba/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-scatours</artifactId>
+ <artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent><version>1.0-SNAPSHOT</version>
diff --git a/sandbox/travelsample/services/smsgateway-ejb/pom.xml b/sandbox/travelsample/services/smsgateway-ejb/pom.xml index 414c435913..ca1d943456 100644 --- a/sandbox/travelsample/services/smsgateway-ejb/pom.xml +++ b/sandbox/travelsample/services/smsgateway-ejb/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-scatours</artifactId>
+ <artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent><version>1.0-SNAPSHOT</version>
diff --git a/sandbox/travelsample/services/smsgateway-jaxws/pom.xml b/sandbox/travelsample/services/smsgateway-jaxws/pom.xml index 7a451fc4ab..67e46a8957 100644 --- a/sandbox/travelsample/services/smsgateway-jaxws/pom.xml +++ b/sandbox/travelsample/services/smsgateway-jaxws/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-scatours</artifactId>
+ <artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent><version>1.0-SNAPSHOT</version>
diff --git a/sandbox/travelsample/services/smsgateway-jms/pom.xml b/sandbox/travelsample/services/smsgateway-jms/pom.xml index 6f073aaca9..8202d4d141 100644 --- a/sandbox/travelsample/services/smsgateway-jms/pom.xml +++ b/sandbox/travelsample/services/smsgateway-jms/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-scatours</artifactId>
+ <artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent><version>1.0-SNAPSHOT</version>
diff --git a/sandbox/travelsample/services/smsgateway-rmi/pom.xml b/sandbox/travelsample/services/smsgateway-rmi/pom.xml index b1055c25e2..6255323a89 100644 --- a/sandbox/travelsample/services/smsgateway-rmi/pom.xml +++ b/sandbox/travelsample/services/smsgateway-rmi/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-scatours</artifactId>
+ <artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent><version>1.0-SNAPSHOT</version>
|