Skip to content

Commit

Permalink
Updated the maven-war-plugin to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forgedhallpass committed Feb 22, 2022
1 parent 74008a2 commit 9c92e52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-compiler-plugin.version>3.10.0</maven-compiler-plugin.version>
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
<maven-scm-plugin.version>1.12.2</maven-scm-plugin.version>
<maven-release-plugin.version>3.0.0-M5</maven-release-plugin.version>
<maven-deploy-plugin.version>3.0.0-M2</maven-deploy-plugin.version>
Expand Down Expand Up @@ -294,6 +295,11 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>${maven-war-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
Expand Down

0 comments on commit 9c92e52

Please sign in to comment.