summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2011-03-30 16:50:38 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2011-03-30 16:50:38 +0000
commitf3518e8a524f3c528094ca29b4df935a357abb71 (patch)
treecb381f85a4d3ea924fc0e505f7d84900ba36a19e /sca-java-2.x/trunk/samples
parent082d335eb87d4b8d0f0b3fd1133ca2f37d5dabad (diff)
Reverting groupId changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087013 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml1
5 files changed, 5 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
index dc91877d6c..f10cb6d343 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.tuscany.sca</groupId>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath/>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
index ac6e759140..af6f446ce5 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.tuscany.sca</groupId>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath/>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
index f837dbf65d..6f4f92c230 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.tuscany.sca</groupId>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath/>
diff --git a/sca-java-2.x/trunk/samples/getting-started/pom.xml b/sca-java-2.x/trunk/samples/getting-started/pom.xml
index c906c413c0..378b6a2c31 100644
--- a/sca-java-2.x/trunk/samples/getting-started/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/pom.xml
@@ -20,7 +20,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.tuscany.sca</groupId>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index b28bf31f19..f1022591fd 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -25,6 +25,7 @@
<version>2.0-SNAPSHOT</version>
</parent>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>