[seam-commits] Seam SVN: r14429 - in branches/community/Seam_2_3/examples-ee6: booking/booking-web and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Mar 19 05:38:29 EDT 2012


Author: manaRH
Date: 2012-03-19 05:38:29 -0400 (Mon, 19 Mar 2012)
New Revision: 14429

Modified:
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/pom.xml
Log:
added Richfaces artifacts 4.1 to be managed by examples-ee6 parent

Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml	2012-03-19 09:38:12 UTC (rev 14428)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml	2012-03-19 09:38:29 UTC (rev 14429)
@@ -57,12 +57,10 @@
         <dependency>
             <groupId>org.richfaces.ui</groupId>
             <artifactId>richfaces-components-ui</artifactId>
-            <version>4.1.0.Final</version>
         </dependency>  
         <dependency>
             <groupId>org.richfaces.core</groupId>
             <artifactId>richfaces-core-impl</artifactId>
-            <version>4.1.0.Final</version>
         </dependency>                           
     </dependencies>
   

Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml	2012-03-19 09:38:12 UTC (rev 14428)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml	2012-03-19 09:38:29 UTC (rev 14429)
@@ -60,12 +60,10 @@
         <dependency>
             <groupId>org.richfaces.ui</groupId>
             <artifactId>richfaces-components-ui</artifactId>
-            <version>4.1.0.Final</version>
         </dependency>
         <dependency>
             <groupId>org.richfaces.core</groupId>
             <artifactId>richfaces-core-impl</artifactId>
-            <version>4.1.0.Final</version>
         </dependency>
     </dependencies>
 

Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml	2012-03-19 09:38:12 UTC (rev 14428)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml	2012-03-19 09:38:29 UTC (rev 14429)
@@ -125,6 +125,16 @@
                 <version>${version.jsf2}</version>
                 <scope>provided</scope>
             </dependency>
+			<dependency>
+			   <groupId>org.richfaces.ui</groupId>
+			   <artifactId>richfaces-components-ui</artifactId>
+			   <version>${richfaces.version}</version>
+			</dependency>
+			<dependency>
+			   <groupId>org.richfaces.core</groupId>
+			   <artifactId>richfaces-core-impl</artifactId>
+			   <version>${richfaces.version}</version>
+			</dependency>            
             <dependency>
                 <groupId>javax.mail</groupId>
                 <artifactId>mail</artifactId>



More information about the seam-commits mailing list