[weld-commits] Weld SVN: r4016 - in api/trunk: parent and 2 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Oct 13 13:01:09 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-13 13:01:09 -0400 (Tue, 13 Oct 2009)
New Revision: 4016

Modified:
   api/trunk/cdi/pom.xml
   api/trunk/parent/pom.xml
   api/trunk/weld-spi/pom.xml
   api/trunk/weld/pom.xml
Log:
fix relative paths

Modified: api/trunk/cdi/pom.xml
===================================================================
--- api/trunk/cdi/pom.xml	2009-10-13 16:53:25 UTC (rev 4015)
+++ api/trunk/cdi/pom.xml	2009-10-13 17:01:09 UTC (rev 4016)
@@ -6,7 +6,7 @@
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-api-parent</artifactId>
       <version>1.0-SNAPSHOT</version>
-      <relativePath>../parent</relativePath>
+      <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
    <groupId>javax.enterprise</groupId>

Modified: api/trunk/parent/pom.xml
===================================================================
--- api/trunk/parent/pom.xml	2009-10-13 16:53:25 UTC (rev 4015)
+++ api/trunk/parent/pom.xml	2009-10-13 17:01:09 UTC (rev 4016)
@@ -4,7 +4,7 @@
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-api-bom</artifactId>
       <version>1.0-SNAPSHOT</version>
-      <relativePath>../bom</relativePath>
+      <relativePath>../bom/pom.xml</relativePath>
    </parent>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-api-parent</artifactId>

Modified: api/trunk/weld/pom.xml
===================================================================
--- api/trunk/weld/pom.xml	2009-10-13 16:53:25 UTC (rev 4015)
+++ api/trunk/weld/pom.xml	2009-10-13 17:01:09 UTC (rev 4016)
@@ -3,7 +3,7 @@
       <artifactId>weld-api-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
       <version>1.0-SNAPSHOT</version>
-      <relativePath>../parent</relativePath>
+      <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>

Modified: api/trunk/weld-spi/pom.xml
===================================================================
--- api/trunk/weld-spi/pom.xml	2009-10-13 16:53:25 UTC (rev 4015)
+++ api/trunk/weld-spi/pom.xml	2009-10-13 17:01:09 UTC (rev 4016)
@@ -3,7 +3,7 @@
       <artifactId>weld-api-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
       <version>1.0-SNAPSHOT</version>
-      <relativePath>../parent</relativePath>
+      <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>



More information about the weld-commits mailing list