This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 52f627e Update version numbers 52f627e is described below commit 52f627ee0b2867c5597251ee7982b458783efae4 Author: remm <r...@apache.org> AuthorDate: Wed Jan 26 13:24:35 2022 +0100 Update version numbers Graal dropped support for Java 8 and trying Tomcat 10.1 also causes problems, so move up to 11 for the example script. --- modules/stuffed/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml index 128be6e..634c768 100644 --- a/modules/stuffed/pom.xml +++ b/modules/stuffed/pom.xml @@ -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> @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org