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 2006/06/06 04:46:53 UTC

svn commit: r411975 - /myfaces/tomahawk/branches/1_1_3/examples/simple/src/main/webapp/home.jsp

Author: matzew
Date: Mon Jun  5 19:46:53 2006
New Revision: 411975

URL: http://svn.apache.org/viewvc?rev=411975&view=rev
Log:
changed version nr.

Modified:
    myfaces/tomahawk/branches/1_1_3/examples/simple/src/main/webapp/home.jsp

Modified: myfaces/tomahawk/branches/1_1_3/examples/simple/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/examples/simple/src/main/webapp/home.jsp?rev=411975&r1=411974&r2=411975&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/examples/simple/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/branches/1_1_3/examples/simple/src/main/webapp/home.jsp Mon Jun  5 19:46:53 2006
@@ -17,7 +17,7 @@
                 <t:graphicImage id="header_logo" url="images/logo_mini.jpg" alt="#{example_messages['alt_logo']}" />
                 <f:verbatim>
                     <h:outputText style="font-size:20px;color:#FFFFFF" escape="false" value="MyFaces - The free JavaServer&#8482; Faces Implementation"/>
-                    <h:outputText style="font-size:10px;color:#FFFFFF" value="(Version 1.1.1)"/>
+                    <h:outputText style="font-size:10px;color:#FFFFFF" value="(Tomahawk Version 1.1.3)"/>
                 </f:verbatim>
             </h:panelGrid>