File tree 3 files changed +10
-9
lines changed
archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 64
64
<plugin >
65
65
<groupId >org.apache.maven.plugins</groupId >
66
66
<artifactId >maven-compiler-plugin</artifactId >
67
- <version >2.5.1 </version >
67
+ <version >3.8.0 </version >
68
68
<inherited >true</inherited >
69
69
<configuration >
70
- <source >1.7 </source >
71
- <target >1.7 </target >
70
+ <source >11 </source >
71
+ <target >11 </target >
72
72
</configuration >
73
73
</plugin >
74
74
<plugin >
75
75
<groupId >org.apache.maven.plugins</groupId >
76
76
<artifactId >maven-dependency-plugin</artifactId >
77
+ <version >2.8</version >
77
78
<executions >
78
79
<execution >
79
80
<id >copy-dependencies</id >
106
107
<properties >
107
108
<jersey .version>${project.version} </jersey .version>
108
109
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
109
- <jetty .version>9 .0.6.v20130930 </jetty .version>
110
+ <jetty .version>11 .0.0.beta3 </jetty .version>
110
111
</properties >
111
- </project >
112
+ </project >
Original file line number Diff line number Diff line change 1
1
<?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" >
5
5
6
6
<servlet >
7
7
<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