Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
Graal dropped support for Java 8 and trying Tomcat 10.1 also causes
problems, so move up to 11 for the example script.
  • Loading branch information
rmaucher committed Jan 26, 2022
1 parent c744a4f commit 52f627e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/stuffed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mainClass>org.apache.catalina.startup.Tomcat</mainClass>
<tomcat.version>10.0.14</tomcat.version>
<!-- <tomcat.version>9.0.56</tomcat.version> -->
<tomcat.version>10.0.16</tomcat.version>
<!-- <tomcat.version>9.0.58</tomcat.version> -->
</properties>

<dependencies>
Expand Down Expand Up @@ -79,8 +79,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 52f627e

Please sign in to comment.