diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-14 06:55:10 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-14 06:55:10 +0000 |
commit | bed87c64aff757a8764f6f48d128425d666db0f0 (patch) | |
tree | 8b524a15e5cbe97bb6305926c413e504cf92e058 /branches | |
parent | 1d6516b79fb3a086b7002bfdda54ac2651ca58be (diff) |
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
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.5.1/itest/atom/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.5.1/itest/atom/pom.xml b/branches/sca-java-1.5.1/itest/atom/pom.xml index 4e100de74f..be91ff5cf3 100644 --- a/branches/sca-java-1.5.1/itest/atom/pom.xml +++ b/branches/sca-java-1.5.1/itest/atom/pom.xml @@ -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 --> |