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 6fe3dbf547 Fix Java release target
6fe3dbf547 is described below
commit 6fe3dbf547e2e07388f688b4266f7020017294e3
Author: remm <[email protected]>
AuthorDate: Wed Mar 27 14:08:15 2024 +0100
Fix Java release target
EE 10 switched back to Java 17.
---
modules/owb/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index a372517918..912abeed69 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -37,7 +37,7 @@
<jakarta-interceptor.version>2.1.0</jakarta-interceptor.version>
<jakarta-enterprise-cdi.version>4.0.1</jakarta-enterprise-cdi.version>
<jakarta-annotation-api.version>2.1.1</jakarta-annotation-api.version>
- <tomcat.version>11.0.0-M17</tomcat.version>
+ <tomcat.version>11.0.0-M18</tomcat.version>
</properties>
<dependencies>
@@ -98,7 +98,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <release>21</release>
+ <release>17</release>
</configuration>
</plugin>
<plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]