diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-21 07:03:11 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-21 07:03:11 +0000 |
commit | 6fecd93cd8a8452b7784fb2eee90af930f56952d (patch) | |
tree | ad0cea87b7d92fb67947ab25f6bba62231f326e9 /sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml | |
parent | bdebd1c6e20b74e306d43ed31c79a1c3fac263dd (diff) |
Correct module parent to fix Hudson build issue
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137884 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml | 2 |
1 files changed, 1 insertions, 1 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 93329293aa..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>itest-ws</artifactId>
+ <artifactId>itest-policy</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
|