Author: antelder
Date: Tue Jun 21 07:03:11 2011
New Revision: 1137884
URL: http://svn.apache.org/viewvc?rev=1137884&view=rev
Log:
Correct module parent to fix Hudson build issue
Modified:
tuscany/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml
Modified: tuscany/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml?rev=1137884&r1=1137883&r2=1137884&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml
(original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/policy/interceptors/pom.xml Tue
Jun 21 07:03:11 2011
@@ -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>