Fix the relative path for parent pom.xml

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2009-08-14 06:55:10 +00:00
parent 1d6516b79f
commit bed87c64af

View file

@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-atom</artifactId>
<name>Apache Tuscany SCA iTest Atom Binding</name>
@ -150,7 +150,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>1.9</version>
<version>1.12</version>
<!-- Explicitly add the transitive dependencies for jaxws-api
http://jira.codehaus.org/browse/MEV-498
-->