blob: c6d8bd19c00db7e3a5cb02aafad8707efee1f086 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<ui:composition template="/main.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:tc="http://myfaces.apache.org/tobago/component"
xmlns:ui="http://java.sun.com/jsf/facelets">
<tc:section label="Migration of Tobago applications">
<p>
Here you can find migration guides to the major versions of Tobago.
</p>
<ul>
<li>
<tc:link label="Upgrade from 4.0 to 5.0"
outcome="/content/10-intro/50-migration/95-migration/4.0_to_5.0.xhtml"/>
</li>
<li>
<tc:link label="Upgrade from 3.0 to 4.0"
outcome="/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml"/>
</li>
<li>
<tc:link label="Upgrade from 2.0 to 3.0"
outcome="/content/10-intro/50-migration/97-migration/2.0_to_3.0.xhtml"/>
</li>
<li>
<tc:link label="Upgrade from 1.5 to 2.0"
outcome="/content/10-intro/50-migration/98-migration/1.5_to_2.0.xhtml"/>
</li>
<li>
<tc:link label="Upgrade from 1.0 to 1.5"
outcome="/content/10-intro/50-migration/99-migration/1.0_to_1.5.xhtml"/>
</li>
</ul>
</tc:section>
</ui:composition>