Skip to content

Commit

Permalink
Set maven-war-plugin version (it's used in a tutorial)
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Jun 28, 2021
1 parent 65de49d commit 056ce2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -874,6 +874,11 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.33.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 056ce2a

Please sign in to comment.