summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-07-27 23:33:07 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-07-27 23:33:07 +0000
commitf96ec6839ec75b5ab807f224c548549066753186 (patch)
tree211ddbac091ea1caba41164851873b7579337b2b /sca-java-2.x
parent859ece142d7941cb567885cd23d81432017683ba (diff)
Fix the relative path in pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml2
-rw-r--r--sca-java-2.x/trunk/testing/itest/data-copy/service/pom.xml2
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>