You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2020/07/15 13:46:07 UTC

[wicket] 02/02: Bump maven-war-plugin to 3.3.1

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit c32afb16347ae56e777dc91f1de42b1658d4f327
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Jul 15 16:45:27 2020 +0300

    Bump maven-war-plugin to 3.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9e74f79..47ab7d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
 		<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
 		<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
 		<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
-		<maven-war-plugin.version>3.3.0</maven-war-plugin.version>
+		<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
 		<yuicompressor-maven-plugin.version>1.5.1</yuicompressor-maven-plugin.version>
 
 		<automatic-module-name>MUST-BE-OVERRIDDEN-BY-MODULES</automatic-module-name>