summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-26 14:27:16 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-26 14:27:16 +0000
commitebfc768bee2bcc1f1f78acd45b6bf29250638a53 (patch)
tree3285d6571ad8cea421902ee59f04cd1da59893ac /sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml
parent64af928d87c8e57c817c9c80c9c34c3601ebe245 (diff)
Fix mvn clean install problem by changing reactor build order
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml
index b42b18ea4e..73f28bdab6 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours</artifactId>
+ <artifactId>scatours-binaries</artifactId>
<version>1.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>scatours-binaries-bundle</artifactId>
<name>Apache Tuscany SCA Tours Binaries Bundle</name>