diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-30 06:09:42 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-30 06:09:42 +0000 |
commit | 3fb2e332a5ea00056419dcf422e07ae0d00dbce0 (patch) | |
tree | 88c686cdad45f8d45659fe070565a48dfd6bcd1e /sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient | |
parent | 347b86dcc1d4ed63ca4197065b4bf4e60f7f00f6 (diff) |
Starting to port store sample to next release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml | 2 |
1 files changed, 1 insertions, 1 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 f10cb6d343..dc91877d6c 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.samples</groupId> + <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples</artifactId> <version>2.0-SNAPSHOT</version> <relativePath/> |