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 939a028c78 Use release instead of source and target 939a028c78 is described below commit 939a028c785d94d7634ffb52d76f0b1740575620 Author: remm <r...@apache.org> AuthorDate: Fri Nov 17 11:16:23 2023 +0100 Use release instead of source and target --- modules/openssl-foreign/pom.xml | 3 +-- modules/owb/pom.xml | 3 +-- modules/stuffed/pom.xml | 9 ++++----- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/modules/openssl-foreign/pom.xml b/modules/openssl-foreign/pom.xml index 3cd77f6f42..5a926d3d23 100644 --- a/modules/openssl-foreign/pom.xml +++ b/modules/openssl-foreign/pom.xml @@ -78,8 +78,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>22</source> - <target>22</target> + <release>22</release> </configuration> </plugin> <plugin> diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml index cba0bbc116..d769fa404b 100644 --- a/modules/owb/pom.xml +++ b/modules/owb/pom.xml @@ -98,8 +98,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>11</source> - <target>11</target> + <release>11</release> </configuration> </plugin> <plugin> diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml index 6f4b44c370..0185fbb1a3 100644 --- a/modules/stuffed/pom.xml +++ b/modules/stuffed/pom.xml @@ -29,7 +29,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <mainClass>org.apache.catalina.startup.Tomcat</mainClass> - <tomcat.version>11.0.0-SNAPSHOT</tomcat.version> + <tomcat.version>11.0.0-M14</tomcat.version> </properties> <dependencies> @@ -76,16 +76,15 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> + <version>3.11.0</version> <configuration> - <source>11</source> - <target>11</target> + <release>21</release> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.2.4</version> + <version>3.5.1</version> <executions> <execution> <phase>package</phase> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org