You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/11/11 15:55:12 UTC

svn commit: r1540744 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: lofwyr
Date: Mon Nov 11 14:55:12 2013
New Revision: 1540744

URL: http://svn.apache.org/r1540744
Log:
update liberty version

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1540744&r1=1540743&r2=1540744&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Mon Nov 11 14:55:12 2013
@@ -339,21 +339,20 @@ mvn selenium:start-server</source>
         </p>
         <ul>
           <li>Download the server like:
-            <source>wlp-developers-runtime-8.5.next.beta.jar</source>
+            <source>wlp-developers-runtime-8.5.5.0.jar</source>
             from
             <a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/wasdev/entry/download?lang=en">IBM</a>
-            (Todo: check if this is the correct version)
           </li>
           <li>
             Unpack the server anywhere in you file system, e.g. like this
-            <source>mkdir /opt/wlp-developers-runtime-8.5.next.beta
-cd /opt/wlp-developers-runtime-8.5.next.beta
-java -jar ~/Downloads/wlp-developers-runtime-8.5.next.beta.jar
+            <source>mkdir /opt/wlp-developers-runtime-8.5.5.0
+cd /opt/wlp-developers-runtime-8.5.5.0
+java -jar ~/Downloads/wlp-developers-runtime-8.5.5.0.jar
             </source>
           </li>
           <li>
             Adding your server home to a property in the settings.xml of Maven
-            <source>&lt;wlp.directory&gt;/opt/wlp-developers-runtime-8.5.next.beta&lt;/wlp.directory&gt;</source>
+            <source>&lt;wlp.directory&gt;/opt/wlp-developers-runtime-8.5.5.0&lt;/wlp.directory&gt;</source>
           </li>
         </ul>
         <p>