We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b6386 commit c2ee79cCopy full SHA for c2ee79c
archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml
@@ -67,8 +67,8 @@
67
<version>2.5.1</version>
68
<inherited>true</inherited>
69
<configuration>
70
- <source>1.7</source>
71
- <target>1.7</target>
+ <source>11</source>
+ <target>11</target>
72
</configuration>
73
</plugin>
74
<plugin>
@@ -106,6 +106,6 @@
106
<properties>
107
<jersey.version>${project.version}</jersey.version>
108
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
109
- <jetty.version>9.0.6.v20130930</jetty.version>
+ <jetty.version>11.0.0.beta3</jetty.version>
110
</properties>
111
-</project>
+</project>
0 commit comments