[richfaces-svn-commits] JBoss Rich Faces SVN: r18731 - in trunk: dist and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 17 14:54:59 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-17 14:54:59 -0400 (Tue, 17 Aug 2010)
New Revision: 18731

Modified:
   trunk/core/parent/pom.xml
   trunk/dist/pom.xml
   trunk/ui/parent/pom.xml
Log:
Updated relative path for modules to the richfaces-bom

Modified: trunk/core/parent/pom.xml
===================================================================
--- trunk/core/parent/pom.xml	2010-08-17 18:16:23 UTC (rev 18730)
+++ trunk/core/parent/pom.xml	2010-08-17 18:54:59 UTC (rev 18731)
@@ -30,6 +30,7 @@
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-bom</artifactId>
         <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../../bom/pom.xml</relativePath>
     </parent>
 
     <description>

Modified: trunk/dist/pom.xml
===================================================================
--- trunk/dist/pom.xml	2010-08-17 18:16:23 UTC (rev 18730)
+++ trunk/dist/pom.xml	2010-08-17 18:54:59 UTC (rev 18731)
@@ -25,6 +25,7 @@
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-bom</artifactId>
         <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../bom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces</groupId>

Modified: trunk/ui/parent/pom.xml
===================================================================
--- trunk/ui/parent/pom.xml	2010-08-17 18:16:23 UTC (rev 18730)
+++ trunk/ui/parent/pom.xml	2010-08-17 18:54:59 UTC (rev 18731)
@@ -28,6 +28,7 @@
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-bom</artifactId>
         <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../../bom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui</groupId>



More information about the richfaces-svn-commits mailing list