Skip to content

Commit

Permalink
Use maven-war-plugin 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Dec 24, 2024
1 parent 3bea7f9 commit bde0560
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 @@ -54,6 +54,7 @@
<version.plugin.maven-javadoc-plugin>3.11.2</version.plugin.maven-javadoc-plugin>
<version.plugin.maven-release-plugin>2.2.2</version.plugin.maven-release-plugin>
<version.plugin.maven-deploy-plugin>3.1.3</version.plugin.maven-deploy-plugin>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>

<!-- Version of maven extensions -->
<version.extension.wagon-webdav>1.0-beta-2</version.extension.wagon-webdav>
Expand Down Expand Up @@ -234,6 +235,11 @@
<artifactId>maven-deploy-plugin </artifactId>
<version>${version.plugin.maven-deploy-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>${maven-war-plugin.version}</version>
</plugin>

<plugin>
<groupId>org.eclipse.jetty.ee10</groupId>
Expand Down

0 comments on commit bde0560

Please sign in to comment.