Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency org.apache.maven.plugins:maven-war-plu…
Browse files Browse the repository at this point in the history
…gin to v3
  • Loading branch information
renovate-bot committed Aug 25, 2021
1 parent 1160c76 commit e9bc2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1</version>
<version>3.3.1</version>
<configuration>
<warName>${project.artifactId}</warName>
<webXml>${basedir}/src/main/webapp/WEB-INF/web.xml</webXml>
Expand Down Expand Up @@ -502,7 +502,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1</version>
<version>3.3.1</version>
<configuration>
<classifier>localdev</classifier>
<warName>${project.artifactId}</warName>
Expand Down

0 comments on commit e9bc2e5

Please sign in to comment.