diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld/pom.xml')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld/pom.xml b/sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld/pom.xml index 147f591a0e..29d43bd6c4 100644 --- a/sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/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-Beta1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |