summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-23 11:18:44 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-23 11:18:44 +0000
commitd051f5465d815443478deafac6e4247719365d21 (patch)
tree87e822990f6e4520f92bc71fd4787380dcceefac
parentbe95a112193aaf946afd2bff8596107d44d69bcb (diff)
Change all the samples to use samples\pom.xml as the parent instead of the sca parent so that they pick up the sample s=config (which is mainly the deploy plugin config which has skip=true so they don;t get deployed to the maven repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967047 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-reference/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-service/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/binding-rmi/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/binding-sca/contribution-calculator/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/binding-sca/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/calculator-osgi/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/calculator-scaclient/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/contribution-implementation-java-calculator/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/dosgi-calculator-operations/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-spring/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/helloworld/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/launcher-shell/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/logging-scribe/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/store/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml8
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml2
34 files changed, 60 insertions, 60 deletions
diff --git a/sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-reference/pom.xml b/sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-reference/pom.xml
index 3e43d891b6..c10d764ff1 100644
--- a/sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-reference/pom.xml
+++ b/sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-reference/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-contribution-binding-rmi-calculator-reference</artifactId>
<name>Apache Tuscany SCA Sample Contribution binding-rmi Calculator Reference</name>
diff --git a/sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-service/pom.xml b/sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-service/pom.xml
index 6d1beb5365..5cd39e96bb 100644
--- a/sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-service/pom.xml
+++ b/sca-java-2.x/trunk/samples/binding-rmi/contribution-calculator-service/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-contribution-binding-rmi-calculator-service</artifactId>
<name>Apache Tuscany SCA Sample Contribution binding-rmi Calculator Service</name>
diff --git a/sca-java-2.x/trunk/samples/binding-rmi/pom.xml b/sca-java-2.x/trunk/samples/binding-rmi/pom.xml
index 0351165043..073687983d 100644
--- a/sca-java-2.x/trunk/samples/binding-rmi/pom.xml
+++ b/sca-java-2.x/trunk/samples/binding-rmi/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-binding-rmi</artifactId>
<packaging>pom</packaging>
diff --git a/sca-java-2.x/trunk/samples/binding-sca/contribution-calculator/pom.xml b/sca-java-2.x/trunk/samples/binding-sca/contribution-calculator/pom.xml
index 3fa16f4c2c..c877155853 100644
--- a/sca-java-2.x/trunk/samples/binding-sca/contribution-calculator/pom.xml
+++ b/sca-java-2.x/trunk/samples/binding-sca/contribution-calculator/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-contribution-binding-sca-calculator</artifactId>
<name>Apache Tuscany SCA Sample Contribution binding-sca Calculator</name>
diff --git a/sca-java-2.x/trunk/samples/binding-sca/pom.xml b/sca-java-2.x/trunk/samples/binding-sca/pom.xml
index bbd7d63f89..e3cc9d6e43 100644
--- a/sca-java-2.x/trunk/samples/binding-sca/pom.xml
+++ b/sca-java-2.x/trunk/samples/binding-sca/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-binding-sca</artifactId>
<packaging>pom</packaging>
diff --git a/sca-java-2.x/trunk/samples/calculator-osgi/pom.xml b/sca-java-2.x/trunk/samples/calculator-osgi/pom.xml
index c567b6f655..6580790162 100644
--- a/sca-java-2.x/trunk/samples/calculator-osgi/pom.xml
+++ b/sca-java-2.x/trunk/samples/calculator-osgi/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-calculator-osgi</artifactId>
<name>Apache Tuscany SCA Sample Calculator OSGi</name>
diff --git a/sca-java-2.x/trunk/samples/calculator-scaclient/pom.xml b/sca-java-2.x/trunk/samples/calculator-scaclient/pom.xml
index 7970959610..6ec8480192 100644
--- a/sca-java-2.x/trunk/samples/calculator-scaclient/pom.xml
+++ b/sca-java-2.x/trunk/samples/calculator-scaclient/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-calculator-scaclient</artifactId>
diff --git a/sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml b/sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml
index f2bc9769ba..876c3a5bfc 100644
--- a/sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml
+++ b/sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-contribution-binding-ws-calculator</artifactId>
<name>Apache Tuscany SCA Sample Contribution binding-ws Calculator</name>
diff --git a/sca-java-2.x/trunk/samples/contribution-implementation-java-calculator/pom.xml b/sca-java-2.x/trunk/samples/contribution-implementation-java-calculator/pom.xml
index be463f62de..a1cf0e4f9f 100644
--- a/sca-java-2.x/trunk/samples/contribution-implementation-java-calculator/pom.xml
+++ b/sca-java-2.x/trunk/samples/contribution-implementation-java-calculator/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-contribution-implementation-java-calculator</artifactId>
<name>Apache Tuscany SCA Sample Contribution Implementation Java Calculator</name>
diff --git a/sca-java-2.x/trunk/samples/dosgi-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/dosgi-calculator-operations/pom.xml
index 39b9b8cc28..cf7faab1e8 100644
--- a/sca-java-2.x/trunk/samples/dosgi-calculator-operations/pom.xml
+++ b/sca-java-2.x/trunk/samples/dosgi-calculator-operations/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-dosgi-calculator-operations</artifactId>
diff --git a/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml b/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml
index 893561a8bb..2e06ff7e05 100644
--- a/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml
+++ b/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-dosgi-calculator</artifactId>
diff --git a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/pom.xml
index 5abd4665bb..926208b388 100644
--- a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/pom.xml
+++ b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-dosgi-dynamic-calculator-operations</artifactId>
diff --git a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/pom.xml b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/pom.xml
index 904e956300..0394373342 100644
--- a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/pom.xml
+++ b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-dosgi-dynamic-calculator</artifactId>
diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
index 9456e166da..3f4be82f71 100644
--- a/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<packaging>zip</packaging>
diff --git a/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
index 39d99f465c..4e7f057ca9 100644
--- a/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-scaclient</artifactId>
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
index 31b56c93da..b8cb765c38 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-spring</artifactId>
diff --git a/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml b/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml
index 5b389b8b0c..c5bf5ff186 100644
--- a/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-ws-sdo</artifactId>
<name>Apache Tuscany SCA Sample HelloWorld Web Service SDO</name>
diff --git a/sca-java-2.x/trunk/samples/helloworld/pom.xml b/sca-java-2.x/trunk/samples/helloworld/pom.xml
index e480d4f534..e510599a58 100644
--- a/sca-java-2.x/trunk/samples/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
diff --git a/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml b/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml
index 93771f01b8..dfe90b7c69 100644
--- a/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml
+++ b/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-embedded-jse</artifactId>
<name>Apache Tuscany SCA Sample Launcher Embedded JSE</name>
diff --git a/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml b/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml
index ec6671259e..aa0876b338 100644
--- a/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml
+++ b/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-embedded-osgi-base</artifactId>
<name>Apache Tuscany SCA Sample Launcher Embedded OSGi using base jar</name>
diff --git a/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml b/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml
index db631f2664..c3cf7e6577 100644
--- a/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml
+++ b/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-embedded-osgi</artifactId>
<name>Apache Tuscany SCA Sample Launcher Embedded OSGi</name>
diff --git a/sca-java-2.x/trunk/samples/launcher-shell/pom.xml b/sca-java-2.x/trunk/samples/launcher-shell/pom.xml
index 6aadb73d6b..cde0e15f62 100644
--- a/sca-java-2.x/trunk/samples/launcher-shell/pom.xml
+++ b/sca-java-2.x/trunk/samples/launcher-shell/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-shell</artifactId>
<name>Apache Tuscany SCA Sample Launcher Shell</name>
diff --git a/sca-java-2.x/trunk/samples/logging-scribe/pom.xml b/sca-java-2.x/trunk/samples/logging-scribe/pom.xml
index 9c6a90c569..a21897ca5b 100644
--- a/sca-java-2.x/trunk/samples/logging-scribe/pom.xml
+++ b/sca-java-2.x/trunk/samples/logging-scribe/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
diff --git a/sca-java-2.x/trunk/samples/store-webapp/pom.xml b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
index e935343f2f..16dce9f922 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/store/pom.xml b/sca-java-2.x/trunk/samples/store/pom.xml
index fda567968c..6386a58525 100644
--- a/sca-java-2.x/trunk/samples/store/pom.xml
+++ b/sca-java-2.x/trunk/samples/store/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml
index c3a6394407..1ca3770b74 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/pom.xml
@@ -22,10 +22,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-samples</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-bpel-webapp</artifactId>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml
index 3be79a9ce3..f414d87837 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml
index 05ea4f48d1..326422ed7b 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jms/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml
index df06258f4f..388df0913e 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml
index 8d7fca0216..6f2b820e4c 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jsf/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml
index 8f2776d24b..05a3e23895 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
index d1fd22ac35..45725aaf72 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml
index 771f92c702..16259aba62 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml
index 89172ffc81..8d70ec23a7 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>