Project

General

Profile

Improvement #2085

Updated by Henning Blohm almost 3 years ago

h2. Acceptance Criteria 

 * the web.xml template should show the latest supported version by our jetty version. 

 <pre><code class="xml"> 
 <?xml version="1.0" encoding="UTF-8"?> 
 <web-app version="4.0" xmlns="http://xmlns.jcp.org/xml/ns/javaee" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"> 
 </web-app> 
 </code></pre> 

 * There should be no more v3 artifacts 
 * we should reach version 3.2.0 

 h2. Implementation Hints 

 * The update site repo needs to be moved to office repos. (X)

Back