diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml | 2 | ||||
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/policy/reliability/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml index 839c0eddc9..317fd4edb9 100644 --- a/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-policy</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/trunk/testing/itest/policy/reliability/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/reliability/pom.xml index 617f51f58d..b52c4e7344 100644 --- a/sca-java-2.x/trunk/testing/itest/policy/reliability/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/policy/reliability/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-policy</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
|