diff options
4 files changed, 4 insertions, 4 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 c026370687..c01aea0a49 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/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>helloworld-jsonp</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml index b5e7b7ee96..432e080fb6 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/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-jsonrpc</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml index 276d8525c1..cefc544042 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/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-webservice</artifactId>
diff --git a/sca-java-2.x/trunk/testing/itest/data-copy/service/pom.xml b/sca-java-2.x/trunk/testing/itest/data-copy/service/pom.xml index 263144bf01..902b2434c2 100644 --- a/sca-java-2.x/trunk/testing/itest/data-copy/service/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/data-copy/service/pom.xml @@ -14,7 +14,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>itest-nodes</artifactId>
+ <artifactId>itest-data-copy</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
|