Skip to content

Commit

Permalink
Update maven-war-plugin to latest version so that it can be built on …
Browse files Browse the repository at this point in the history
…latest JDK versions
  • Loading branch information
acrois committed Aug 28, 2024
1 parent 36e011d commit 202be9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-examples/maven-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 202be9a

Please sign in to comment.