diff options
Diffstat (limited to '')
10 files changed, 10 insertions, 10 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml index 214965f1fc..06fb9364f0 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/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>
<!-- packaging>zip</packaging -->
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml index 1c151663c4..2f4ff52282 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/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-jaxrs</artifactId>
<version>2.0-SNAPSHOT</version>
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>
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 432e080fb6..9cdbd06477 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>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-jsonrpc</artifactId>
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 469333aab5..303eb9efd0 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>../../pom.xml</relativePath> + <relativePath /> </parent> <artifactId>helloworld-scaclient</artifactId> diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml index f5d6a0e1e6..6ea93f7ce5 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/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-spring</artifactId>
<version>2.0-SNAPSHOT</version>
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 74175a0492..48c5ddb38d 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>../../pom.xml</relativePath> + <relativePath /> </parent> <artifactId>helloworld-webapp</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 cefc544042..072d43d81a 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>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-webservice</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml index da3593e1a1..306e75ba62 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/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-withdeps</artifactId>
<version>2.0-SNAPSHOT</version>
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 367ba62cf6..8098e1d4fd 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,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</artifactId>
<version>2.0-SNAPSHOT</version>
|