Skip to content

Commit 6fe3dbf

Browse files
committed
Fix Java release target
EE 10 switched back to Java 17.
1 parent c6e4dbb commit 6fe3dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/owb/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<jakarta-interceptor.version>2.1.0</jakarta-interceptor.version>
3838
<jakarta-enterprise-cdi.version>4.0.1</jakarta-enterprise-cdi.version>
3939
<jakarta-annotation-api.version>2.1.1</jakarta-annotation-api.version>
40-
<tomcat.version>11.0.0-M17</tomcat.version>
40+
<tomcat.version>11.0.0-M18</tomcat.version>
4141
</properties>
4242

4343
<dependencies>
@@ -98,7 +98,7 @@
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-compiler-plugin</artifactId>
100100
<configuration>
101-
<release>21</release>
101+
<release>17</release>
102102
</configuration>
103103
</plugin>
104104
<plugin>

0 commit comments

Comments
 (0)