mirror of https://github.com/apache/maven.git
[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:
parent
6ee2c5c442
commit
4f8648af7b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue