File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <web-app xmlns =" http ://java.sun.com /xml/ns/javaee " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http ://java.sun.com /xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0 .xsd"
4- version =" 3 .0" >
2+ <web-app xmlns =" https ://jakarta.ee /xml/ns/jakartaee " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" https ://jakarta.ee /xml/ns/jakartaee http://java.sun.com/xml/ns/javaee/web-app_5_0 .xsd"
4+ version =" 5 .0" >
55
66 <servlet >
77 <servlet-name >Jersey Web Application</servlet-name >
Original file line number Diff line number Diff line change 1- java.runtime.version =1.7
1+ java.runtime.version =11
You can’t perform that action at this time.
0 commit comments