Skip to content

Commit

Permalink
migrate to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
asamoilich committed Feb 22, 2024
1 parent 74c7d91 commit e10287b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1</version>
<version>3.4.0</version>
<configuration>
<warName>ROOT</warName>
<webResources>
Expand Down Expand Up @@ -218,7 +218,7 @@

<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1</version>
<version>3.4.0</version>
<configuration>
<warName>ROOT</warName>
<webResources combine.children="append">
Expand Down

0 comments on commit e10287b

Please sign in to comment.