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/import-export | |
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/import-export')
3 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/import-export/exports/pom.xml b/sca-java-2.x/trunk/testing/itest/import-export/exports/pom.xml index e83be7145f..22f7070bce 100644 --- a/sca-java-2.x/trunk/testing/itest/import-export/exports/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/import-export/exports/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-import-export</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/testing/itest/import-export/imports/pom.xml b/sca-java-2.x/trunk/testing/itest/import-export/imports/pom.xml index 73da8052b5..83abd2f3a6 100644 --- a/sca-java-2.x/trunk/testing/itest/import-export/imports/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/import-export/imports/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-import-export</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/testing/itest/import-export/tests/pom.xml b/sca-java-2.x/trunk/testing/itest/import-export/tests/pom.xml index e6f96c6bbc..4d33c78765 100644 --- a/sca-java-2.x/trunk/testing/itest/import-export/tests/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/import-export/tests/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-import-export</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
|