summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/import-export/client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/itest/import-export/client/pom.xml')
-rw-r--r--sca-java-2.x/trunk/itest/import-export/client/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/itest/import-export/client/pom.xml b/sca-java-2.x/trunk/itest/import-export/client/pom.xml
index 4000c9bab0..350ce2a755 100644
--- a/sca-java-2.x/trunk/itest/import-export/client/pom.xml
+++ b/sca-java-2.x/trunk/itest/import-export/client/pom.xml
@@ -25,8 +25,8 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>itest-import-export-test-client</artifactId>
- <name>Apache Tuscany SCA iTest Import Export Test Client</name>
+ <artifactId>itest-import-export-client</artifactId>
+ <name>Apache Tuscany SCA iTest Import Export Client</name>
<dependencies>
<dependency>
@@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>itest-import-export-test-iface-export</artifactId>
+ <artifactId>itest-import-export-iface-export</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>