[jboss-cvs] JBoss Profiler SVN: r584 - branches/JBossProfiler2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 27 09:58:16 EST 2010


Author: jesper.pedersen
Date: 2010-11-27 09:58:16 -0500 (Sat, 27 Nov 2010)
New Revision: 584

Modified:
   branches/JBossProfiler2/build.xml
   branches/JBossProfiler2/ivy.xml
Log:
[JBPROFILER-94] RichFaces 3.3.3.Final

Modified: branches/JBossProfiler2/build.xml
===================================================================
--- branches/JBossProfiler2/build.xml	2010-11-27 14:53:43 UTC (rev 583)
+++ branches/JBossProfiler2/build.xml	2010-11-27 14:58:16 UTC (rev 584)
@@ -55,8 +55,8 @@
     <property name="version.jsf-facelets" value="1.1.15"/>
     <property name="version.servlet" value="2.5"/>
     <property name="version.commons-io" value="1.4"/>
-    <property name="version.richfaces" value="3.3.2.SR1"/>
-    <property name="version.richfaces.ui" value="3.2.2.SR1"/>
+    <property name="version.richfaces" value="3.3.3.Final"/>
+    <property name="version.richfaces.ui.tree" value="3.2.2.SR1"/>
     <property name="version.jms" value="1.1"/>
     <property name="version.ejb" value="3.0"/>
     <property name="version.jpa" value="1.0"/>

Modified: branches/JBossProfiler2/ivy.xml
===================================================================
--- branches/JBossProfiler2/ivy.xml	2010-11-27 14:53:43 UTC (rev 583)
+++ branches/JBossProfiler2/ivy.xml	2010-11-27 14:58:16 UTC (rev 584)
@@ -49,7 +49,7 @@
     <dependency org="org.jboss.remoting" name="jboss-remoting" rev="${version.jboss.remoting}" conf="core"/>
     <dependency org="org.richfaces.framework" name="richfaces-api" rev="${version.richfaces}" conf="core"/>
     <dependency org="org.richfaces.framework" name="richfaces-impl" rev="${version.richfaces}" conf="core"/>
-    <dependency org="org.richfaces.ui" name="tree" rev="${version.richfaces.ui}" conf="core"/>
+    <dependency org="org.richfaces.ui" name="tree" rev="${version.richfaces.ui.tree}" conf="core"/>
   </dependencies>
 
 </ivy-module>



More information about the jboss-cvs-commits mailing list