You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/10/24 02:01:52 UTC

svn commit: r829284 - /myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Author: matzew
Date: Sat Oct 24 00:01:52 2009
New Revision: 829284

URL: http://svn.apache.org/viewvc?rev=829284&view=rev
Log:
updated trinidad2 to pick up a fixed JSF 2.0 JAR

Modified:
    myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Modified: myfaces/trinidad/branches/trinidad-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x/pom.xml?rev=829284&r1=829283&r2=829284&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-2.0.x/pom.xml (original)
+++ myfaces/trinidad/branches/trinidad-2.0.x/pom.xml Sat Oct 24 00:01:52 2009
@@ -45,7 +45,8 @@
     <jsp.version>2.1</jsp.version>
     <jstl.version>1.2</jstl.version>
     <jsf-spec.version>1.2</jsf-spec.version>
-    <jsf-ri.version>2.0.0-b22</jsf-ri.version>
+    <jsf-ri.version>2.0.1</jsf-ri.version>
+    <!--jsf-ri.version>2.0.0-b22</jsf-ri.version-->
     <!--jsf-myfaces.version>1.2.4</jsf-myfaces.version>
     <jsf-facelets.version>1.1.14</jsf-facelets.version-->
     <portlet-bridge.version>1.0.0-beta</portlet-bridge.version>