summaryrefslogtreecommitdiffstats
path: root/java/sca/tutorials/store/www-services
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/tutorials/store/www-services/cart-amazon/pom.xml4
-rw-r--r--java/sca/tutorials/store/www-services/catalog-amazon/pom.xml4
-rw-r--r--java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml4
-rw-r--r--java/sca/tutorials/store/www-services/pom.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/java/sca/tutorials/store/www-services/cart-amazon/pom.xml b/java/sca/tutorials/store/www-services/cart-amazon/pom.xml
index 3e5d5983ed..9b4b725746 100644
--- a/java/sca/tutorials/store/www-services/cart-amazon/pom.xml
+++ b/java/sca/tutorials/store/www-services/cart-amazon/pom.xml
@@ -21,12 +21,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-tutorial</artifactId>
+ <artifactId>tuscany-tutorial-store</artifactId>
<version>1.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-cart-amazon</artifactId>
- <name>Apache Tuscany SCA Tutorial Amazon Cart</name>
+ <name>Apache Tuscany SCA Store Tutorial Amazon Cart</name>
<dependencies>
diff --git a/java/sca/tutorials/store/www-services/catalog-amazon/pom.xml b/java/sca/tutorials/store/www-services/catalog-amazon/pom.xml
index d585f4c771..c333abafd3 100644
--- a/java/sca/tutorials/store/www-services/catalog-amazon/pom.xml
+++ b/java/sca/tutorials/store/www-services/catalog-amazon/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-tutorial</artifactId>
+ <artifactId>tuscany-tutorial-store</artifactId>
<version>1.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-catalog-amazon</artifactId>
<packaging>jar</packaging>
- <name>Apache Tuscany SCA Tutorial Amazon Catalog</name>
+ <name>Apache Tuscany SCA Store Tutorial Amazon Catalog</name>
<dependencies>
<dependency>
diff --git a/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml b/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml
index 1b9b08b236..a03234ec3f 100644
--- a/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml
+++ b/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml
@@ -21,12 +21,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-tutorial</artifactId>
+ <artifactId>tuscany-tutorial-store</artifactId>
<version>1.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-db</artifactId>
- <name>Apache Tuscany SCA Tutorial Catalog Database</name>
+ <name>Apache Tuscany SCA Store Tutorial Catalog Database</name>
<repositories>
<repository>
diff --git a/java/sca/tutorials/store/www-services/pom.xml b/java/sca/tutorials/store/www-services/pom.xml
index b0de297828..967cf33a79 100644
--- a/java/sca/tutorials/store/www-services/pom.xml
+++ b/java/sca/tutorials/store/www-services/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-tutorial-store</artifactId>
<version>1.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-www-services</artifactId>
<packaging>pom</packaging>
- <name>Apache Tuscany SCA Tutorial External Web Services</name>
+ <name>Apache Tuscany SCA Store Tutorial External Web Services</name>
<profiles>
<profile>