You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/05/26 16:27:16 UTC

svn commit: r948451 - in /tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries: bundle/pom.xml jaxws/pom.xml ode/pom.xml openejb/pom.xml

Author: nash
Date: Wed May 26 14:27:16 2010
New Revision: 948451

URL: http://svn.apache.org/viewvc?rev=948451&view=rev
Log:
Fix mvn clean install problem by changing reactor build order

Modified:
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml?rev=948451&r1=948450&r2=948451&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/bundle/pom.xml Wed May 26 14:27:16 2010
@@ -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>

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml?rev=948451&r1=948450&r2=948451&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml Wed May 26 14:27:16 2010
@@ -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>

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml?rev=948451&r1=948450&r2=948451&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/ode/pom.xml Wed May 26 14:27:16 2010
@@ -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>

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml?rev=948451&r1=948450&r2=948451&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml Wed May 26 14:27:16 2010
@@ -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>