diff options
author | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-13 09:12:10 +0000 |
---|---|---|
committer | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-13 09:12:10 +0000 |
commit | 957ed8ebbe1080c22428cc1e97d40f8b2b96ca9c (patch) | |
tree | 1873c2122e22061cc9e8b8b0cfe6c0af9fb84ccb /sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp | |
parent | aaffeb998351334a423f833b46066bc8f3a82357 (diff) |
Corrected wrong parent poms.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045041 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp')
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml index 66478f9963..0aeed87589 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-samples</artifactId> + <artifactId>tuscany-samples-implementation-webapp</artifactId> <version>2.0-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-implementation-web-helloworld-jsp-webapp</artifactId> |