Improvement #2085
Updated by Henning Blohm over 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"> <?xml <?xml version="1.0" encoding="UTF-8"?> encoding="UTF-8"?> <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"> http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"> </web-app> </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)