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 (X) version. 

 <pre><code> <pre><code class="xml"> 
 &lt;?xml <?xml version="1.0" encoding="UTF-8"?&gt; encoding="UTF-8"?> 
 &lt;web-app <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"&gt; http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"> 
 &lt;/web-app&gt; </web-app> 
 </code></pre> 

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

 h2. Implementation Hints 

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

Back