[seam-commits] Seam SVN: r11142 - in branches/community/Seam_2_2: seam-gen/ivy and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jun 12 09:14:06 EDT 2009


Author: jbalunas at redhat.com
Date: 2009-06-12 09:14:06 -0400 (Fri, 12 Jun 2009)
New Revision: 11142

Modified:
   branches/community/Seam_2_2/build/root.pom.xml
   branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml
Log:
JBSEAM-4048 Updated RichFaces version to 3.3.1.GA

Modified: branches/community/Seam_2_2/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/root.pom.xml	2009-06-12 12:33:38 UTC (rev 11141)
+++ branches/community/Seam_2_2/build/root.pom.xml	2009-06-12 13:14:06 UTC (rev 11142)
@@ -38,7 +38,7 @@
   
   <!-- Externalize some version numbers here -->
   <properties>
-    <version.richfaces>3.3.0.GA</version.richfaces>
+    <version.richfaces>3.3.1.GA</version.richfaces>
     <version.wicket>1.3.5.jboss1</version.wicket>
     <version.drools>5.0.1</version.drools>
   </properties>

Modified: branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml
===================================================================
--- branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml	2009-06-12 12:33:38 UTC (rev 11141)
+++ branches/community/Seam_2_2/seam-gen/ivy/ivy-build.xml	2009-06-12 13:14:06 UTC (rev 11142)
@@ -11,7 +11,7 @@
 	<!-- centralize some key artifact versions -->
 	<property name="seam.version" value="2.1.2"/>
 	<property name="jsf.version" value="1.2_12"/>
-	<property name="richfaces.version" value="3.3.0.GA"/>
+	<property name="richfaces.version" value="3.3.1.GA"/>
 	<property name="jboss-embedded.version" value="beta3"/>
 
 	<target name="init-ivy">




More information about the seam-commits mailing list