You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2011/05/26 23:33:16 UTC

svn commit: r1128098 - /myfaces/portlet-bridge/core/branches/refactored_3.0.x/pom.xml

Author: mfreedman
Date: Thu May 26 21:33:16 2011
New Revision: 1128098

URL: http://svn.apache.org/viewvc?rev=1128098&view=rev
Log:
Modified root pom to use the last released Mojarra 2.0 version

Modified:
    myfaces/portlet-bridge/core/branches/refactored_3.0.x/pom.xml

Modified: myfaces/portlet-bridge/core/branches/refactored_3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/branches/refactored_3.0.x/pom.xml?rev=1128098&r1=1128097&r2=1128098&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/branches/refactored_3.0.x/pom.xml (original)
+++ myfaces/portlet-bridge/core/branches/refactored_3.0.x/pom.xml Thu May 26 21:33:16 2011
@@ -50,7 +50,7 @@
     <!-- <specLink>http://www.jcp.org/en/jsr/detail?id=${jsrNumber}</specLink> -->
     <specName>Portlet ${portletSpecVersion} Bridge for JavaServer Faces ${jsfSpecVersion}</specName>
     <projectSeries>3.x</projectSeries>
-    <mojarra.version>2.0.1</mojarra.version>
+    <mojarra.version>2.0.4-b09</mojarra.version>
     <myfaces.version>2.0.1</myfaces.version>
     <myfaces.shared.version>4.0.5</myfaces.shared.version>
     <blueprints.version>5</blueprints.version>