[richfaces-svn-commits] JBoss Rich Faces SVN: r18727 - in trunk/ui: core and 4 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 17 13:27:56 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-17 13:27:56 -0400 (Tue, 17 Aug 2010)
New Revision: 18727

Modified:
   trunk/ui/common/pom.xml
   trunk/ui/core/pom.xml
   trunk/ui/input/pom.xml
   trunk/ui/iteration/pom.xml
   trunk/ui/misc/pom.xml
   trunk/ui/output/pom.xml
Log:
Updated richfaces-parent refernces in /ui sub-modules

Modified: trunk/ui/common/pom.xml
===================================================================
--- trunk/ui/common/pom.xml	2010-08-17 17:16:43 UTC (rev 18726)
+++ trunk/ui/common/pom.xml	2010-08-17 17:27:56 UTC (rev 18727)
@@ -23,9 +23,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.richfaces</groupId>
-        <artifactId>richfaces-parent</artifactId>
-        <version>10-SNAPSHOT</version>
+        <groupId>org.richfaces.ui</groupId>
+        <artifactId>richfaces-ui-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.common</groupId>

Modified: trunk/ui/core/pom.xml
===================================================================
--- trunk/ui/core/pom.xml	2010-08-17 17:16:43 UTC (rev 18726)
+++ trunk/ui/core/pom.xml	2010-08-17 17:27:56 UTC (rev 18727)
@@ -23,9 +23,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.richfaces</groupId>
-        <artifactId>richfaces-parent</artifactId>
-        <version>10-SNAPSHOT</version>
+        <groupId>org.richfaces.ui</groupId>
+        <artifactId>richfaces-ui-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.core</groupId>

Modified: trunk/ui/input/pom.xml
===================================================================
--- trunk/ui/input/pom.xml	2010-08-17 17:16:43 UTC (rev 18726)
+++ trunk/ui/input/pom.xml	2010-08-17 17:27:56 UTC (rev 18727)
@@ -23,9 +23,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.richfaces</groupId>
-        <artifactId>richfaces-parent</artifactId>
-        <version>10-SNAPSHOT</version>
+        <groupId>org.richfaces.ui</groupId>
+        <artifactId>richfaces-ui-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.input</groupId>

Modified: trunk/ui/iteration/pom.xml
===================================================================
--- trunk/ui/iteration/pom.xml	2010-08-17 17:16:43 UTC (rev 18726)
+++ trunk/ui/iteration/pom.xml	2010-08-17 17:27:56 UTC (rev 18727)
@@ -23,9 +23,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.richfaces</groupId>
-        <artifactId>richfaces-parent</artifactId>
-        <version>10-SNAPSHOT</version>
+        <groupId>org.richfaces.ui</groupId>
+        <artifactId>richfaces-ui-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.iteration</groupId>

Modified: trunk/ui/misc/pom.xml
===================================================================
--- trunk/ui/misc/pom.xml	2010-08-17 17:16:43 UTC (rev 18726)
+++ trunk/ui/misc/pom.xml	2010-08-17 17:27:56 UTC (rev 18727)
@@ -25,9 +25,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.richfaces</groupId>
-        <artifactId>richfaces-parent</artifactId>
-        <version>10-SNAPSHOT</version>
+        <groupId>org.richfaces.ui</groupId>
+        <artifactId>richfaces-ui-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.misc</groupId>

Modified: trunk/ui/output/pom.xml
===================================================================
--- trunk/ui/output/pom.xml	2010-08-17 17:16:43 UTC (rev 18726)
+++ trunk/ui/output/pom.xml	2010-08-17 17:27:56 UTC (rev 18727)
@@ -23,9 +23,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.richfaces</groupId>
-        <artifactId>richfaces-parent</artifactId>
-        <version>10-SNAPSHOT</version>
+        <groupId>org.richfaces.ui</groupId>
+        <artifactId>richfaces-ui-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.output</groupId>



More information about the richfaces-svn-commits mailing list