This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 36855305f5 Use release instead of source and target
36855305f5 is described below
commit 36855305f5395bee604a21b5883f543603828c32
Author: remm <[email protected]>
AuthorDate: Fri Nov 17 11:16:23 2023 +0100
Use release instead of source and target
---
modules/openssl-foreign/pom.xml | 5 ++---
modules/owb/pom.xml | 3 +--
modules/stuffed/pom.xml | 10 ++++------
3 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/modules/openssl-foreign/pom.xml b/modules/openssl-foreign/pom.xml
index 9d4b7a211d..97aab2b6e7 100644
--- a/modules/openssl-foreign/pom.xml
+++ b/modules/openssl-foreign/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>30</version>
</parent>
<groupId>org.apache.tomcat</groupId>
@@ -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 0dd8fb8f10..e418a11795 100644
--- a/modules/stuffed/pom.xml
+++ b/modules/stuffed/pom.xml
@@ -29,8 +29,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mainClass>org.apache.catalina.startup.Tomcat</mainClass>
- <tomcat.version>10.0.18</tomcat.version>
- <!-- <tomcat.version>9.0.60</tomcat.version> -->
+ <tomcat.version>10.1.16</tomcat.version>
</properties>
<dependencies>
@@ -77,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>11</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: [email protected]
For additional commands, e-mail: [email protected]