summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0
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
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 'sca-java-1.x/branches/sca-java-travelsample-1.0')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml4
4 files changed, 8 insertions, 8 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>
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml
index ad0df68a8f..9b8919a64a 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/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-jaxws</artifactId>
<name>Apache Tuscany SCA Tours Binaries JAX-WS Dependencies for JDK 5</name>
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml
index b2eb4d5d3d..9fd57eee9f 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/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-ode</artifactId>
<name>Apache Tuscany SCA Tours Binaries ODE Database</name>
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml
index 1b0b2f77e4..2210ba5ffb 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/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-openejb</artifactId>
<name>Apache Tuscany SCA Tours Binaries OpenEJB Dependencies</name>