Skip to content

Commit

Permalink
Merge pull request #828 from cazfi/plugup
Browse files Browse the repository at this point in the history
  • Loading branch information
cazfi authored Apr 5, 2024
2 parents bfb9770 + df85a12 commit 7066ef4
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 @@ -165,7 +165,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<release>11</release>
</configuration>
Expand Down Expand Up @@ -286,7 +286,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>Precompile Handlebars templates</id>
Expand Down Expand Up @@ -337,7 +337,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>com.github.blutorange</groupId>
<artifactId>closure-compiler-maven-plugin</artifactId>
<version>2.28.0</version>
<version>2.30.0</version>
<configuration>
<closureLanguageIn>ECMASCRIPT_2019</closureLanguageIn>
<closureLanguageOut>ECMASCRIPT_2019</closureLanguageOut>
Expand Down

0 comments on commit 7066ef4

Please sign in to comment.