diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples')
3 files changed, 3 insertions, 4 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 2a7a452777..e4e42058dc 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 @@ -25,7 +25,7 @@ <groupId>org.apache.tuscany.sca.samples</groupId> <artifactId>tuscany-samples</artifactId> <version>2.0-SNAPSHOT</version> - <relativePath/> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>helloworld-scaclient</artifactId> diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml index a804b3f0a3..4861185b50 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.tuscany.sca.samples</groupId> <artifactId>tuscany-samples</artifactId> <version>2.0-SNAPSHOT</version> - <relativePath/> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>helloworld-webapp</artifactId> diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml index 030f6c85f5..7b80c1d72f 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml @@ -25,9 +25,8 @@ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
-
<artifactId>helloworld</artifactId>
<version>2.0-SNAPSHOT</version>
|