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