Skip to content

Commit

Permalink
bump maven-war-plugin to 3.4.0 to fix build with java17 (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb authored Jan 18, 2024
1 parent 008bda5 commit cbbd6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadastrapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<version>3.4.0</version>
<configuration>
<classifier>generic</classifier>
<warName>${project.artifactId}</warName>
Expand Down

0 comments on commit cbbd6ca

Please sign in to comment.