[MNG-7790] Update lifecycle plugins, take 2 (#1163)

Changes:
* war 3.3.3 -> 3.4.0

---

https://issues.apache.org/jira/browse/MNG-7790
This commit is contained in:
Tamas Cservenak 2023-06-15 14:09:06 +02:00 committed by GitHub
parent 6ee2c5c442
commit 4f8648af7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public abstract class AbstractLifecycleMappingProvider implements Provider<Lifec
protected static final String RAR_PLUGIN_VERSION = "3.0.0";
protected static final String WAR_PLUGIN_VERSION = "3.3.2";
protected static final String WAR_PLUGIN_VERSION = "3.4.0";
// END SNIPPET: versions
private final LifecycleMapping lifecycleMapping;