Skip to content

Commit

Permalink
Update apache maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2021
1 parent 3d294df commit 1d04ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions freeciv-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
<version>3.0.0</version>
<executions>
<execution>
<id>enforce-files-exist</id>
Expand Down Expand Up @@ -167,7 +167,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.3.2</version>
<configuration>
<recompressZippedFiles>false</recompressZippedFiles>
<webResources>
Expand Down Expand Up @@ -248,7 +248,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>copy-generated-webapp-resources</id>
Expand Down

0 comments on commit 1d04ff2

Please sign in to comment.