diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml index c01aea0a49..90fdd582dd 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-jsonp</artifactId>
|