diff options
author | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-27 20:51:31 +0000 |
---|---|---|
committer | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-27 20:51:31 +0000 |
commit | befd7e7b166cc9ccdfbbc7801cadef175b9ed885 (patch) | |
tree | c62a589998f4d5ff7e7344bfe31c6f85da21f30c /sca-java-2.x/trunk/testing/itest/nodes | |
parent | 076965bd420d6984d1d6dce70f53b89b1b1d1054 (diff) |
Modified poms for Maven 3 compliance.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064296 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/nodes')
10 files changed, 10 insertions, 10 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml index 31bff9a388..4107ef2b41 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-nodes</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/pom.xml index 8367550f5a..a74826b11b 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-itest</artifactId> + <artifactId>itest-nodes</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/pom.xml index 87b6a4fc51..bd081db9b6 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-itest</artifactId> + <artifactId>itest-nodes</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/pom.xml index 862475b534..edf7c25e8c 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-itest</artifactId> + <artifactId>itest-nodes</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/pom.xml index e5e84571cd..4d74565f7b 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-itest</artifactId> + <artifactId>itest-nodes</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml index 2eb8acfbaa..e6c235406f 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-nodes</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml index 49d18bf3b4..b2dbc8bea1 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-itest</artifactId> + <artifactId>itest-nodes</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-tribes/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-tribes/pom.xml index ff52b60103..f222b4ec6e 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-tribes/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-tribes/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-nodes</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm/pom.xml index 1edbfc3b99..156d92b29d 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-itest</artifactId> + <artifactId>itest-nodes</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-node-test/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-node-test/pom.xml index d35761bc88..c4a98a8ca2 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/one-node-test/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/nodes/one-node-test/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-itest</artifactId> + <artifactId>itest-nodes</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> |