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] authored Aug 22, 2023
1 parent 3d294df commit 519668c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.4.0</version>
<executions>
<execution>
<id>enforce-files-exist</id>
Expand Down Expand Up @@ -157,7 +157,7 @@ Rerun the sync-js-hand.js script.

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand All @@ -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.4.0</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.3.1</version>
<executions>
<execution>
<id>copy-generated-webapp-resources</id>
Expand Down

0 comments on commit 519668c

Please sign in to comment.