diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2012-03-15 09:09:16 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2012-03-15 09:09:16 +0000 |
commit | e96dd3904b142b0dc9d2313a4ee5d6327774469f (patch) | |
tree | d94e7729e8929633953a8e4911d64bc8effdf313 /sca-java-2.x/trunk/testing/itest | |
parent | dfcc3369d36ca8ee22a4808cd5fc0037b3d2f981 (diff) |
Fix suggested by Guofeng on ML to correct parent POM links. Thanks Guofeng.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1300854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest')
-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>
|