[seam-commits] Seam SVN: r12066 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Feb 20 17:19:00 EST 2010


Author: manaRH
Date: 2010-02-20 17:19:00 -0500 (Sat, 20 Feb 2010)
New Revision: 12066

Modified:
   branches/community/Seam_2_2/build/root.pom.xml
   branches/community/Seam_2_2/build/ui.pom.xml
Log:
JBSEAM-4534 - upgrade of RIchfaces to 3.3.3.CR1

Modified: branches/community/Seam_2_2/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/root.pom.xml	2010-02-19 23:28:16 UTC (rev 12065)
+++ branches/community/Seam_2_2/build/root.pom.xml	2010-02-20 22:19:00 UTC (rev 12066)
@@ -38,7 +38,7 @@
   
   <!-- Externalize some version numbers here -->
   <properties>
-    <version.richfaces>3.3.1.GA</version.richfaces>
+    <version.richfaces>3.3.3.CR1</version.richfaces>
     <version.wicket>1.3.5.jboss1</version.wicket>
     <version.drools>5.0.1</version.drools>
     <version.testng>5.9</version.testng>

Modified: branches/community/Seam_2_2/build/ui.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/ui.pom.xml	2010-02-19 23:28:16 UTC (rev 12065)
+++ branches/community/Seam_2_2/build/ui.pom.xml	2010-02-20 22:19:00 UTC (rev 12066)
@@ -103,6 +103,12 @@
       <artifactId>richfaces-ui</artifactId>
       <optional>true</optional>
     </dependency>
+    
+    <dependency>
+       <groupId>org.richfaces.framework</groupId>
+       <artifactId>richfaces-impl</artifactId>
+       <optional>true</optional>
+    </dependency>
 
     <!-- Maven's "nearest" dependency resolution doesn't take into account parent dependency management! -->
     <dependency>



More information about the seam-commits mailing list