mirror of https://github.com/apache/maven.git
[MNG-7790] Update lifecycle plugins (#1154)
Changes: install: 3.1.0 -> 3.1.1 deploy: 3.1.0 -> 3.1.1 resources: 3.3.0 -> 3.3.1 compiler: 3.10.1 -> 3.11.0 surefire: 3.0.0 -> 3.1.2 plugin: 3.7.0 -> 3.9.0 wrapper: 3.1.1 -> 3.2.0 --- https://issues.apache.org/jira/browse/MNG-7790
This commit is contained in:
parent
ac0bc5541e
commit
be3625d190
|
@ -33,7 +33,7 @@ public final class WrapperLifecycleProvider extends AbstractLifecycleProvider {
|
|||
// START SNIPPET: wrapper
|
||||
private static final String[] PHASES = {"wrapper"};
|
||||
|
||||
private static final String MAVEN_WRAPPER_PLUGIN_VERSION = "3.1.1";
|
||||
private static final String MAVEN_WRAPPER_PLUGIN_VERSION = "3.2.0";
|
||||
|
||||
private static final String[] BINDINGS = {
|
||||
"wrapper", "org.apache.maven.plugins:maven-wrapper-plugin:" + MAVEN_WRAPPER_PLUGIN_VERSION + ":wrapper"
|
||||
|
|
|
@ -35,15 +35,15 @@ import static java.util.Objects.requireNonNull;
|
|||
*/
|
||||
public abstract class AbstractLifecycleMappingProvider implements Provider<LifecycleMapping> {
|
||||
// START SNIPPET: versions
|
||||
protected static final String RESOURCES_PLUGIN_VERSION = "3.3.0";
|
||||
protected static final String RESOURCES_PLUGIN_VERSION = "3.3.1";
|
||||
|
||||
protected static final String COMPILER_PLUGIN_VERSION = "3.10.1";
|
||||
protected static final String COMPILER_PLUGIN_VERSION = "3.11.0";
|
||||
|
||||
protected static final String SUREFIRE_PLUGIN_VERSION = "3.0.0";
|
||||
protected static final String SUREFIRE_PLUGIN_VERSION = "3.1.2";
|
||||
|
||||
protected static final String INSTALL_PLUGIN_VERSION = "3.1.0";
|
||||
protected static final String INSTALL_PLUGIN_VERSION = "3.1.1";
|
||||
|
||||
protected static final String DEPLOY_PLUGIN_VERSION = "3.1.0";
|
||||
protected static final String DEPLOY_PLUGIN_VERSION = "3.1.1";
|
||||
|
||||
// packaging
|
||||
|
||||
|
@ -53,7 +53,7 @@ public abstract class AbstractLifecycleMappingProvider implements Provider<Lifec
|
|||
|
||||
protected static final String EJB_PLUGIN_VERSION = "3.2.1";
|
||||
|
||||
protected static final String PLUGIN_PLUGIN_VERSION = "3.7.1";
|
||||
protected static final String PLUGIN_PLUGIN_VERSION = "3.9.0";
|
||||
|
||||
protected static final String RAR_PLUGIN_VERSION = "3.0.0";
|
||||
|
||||
|
|
Loading…
Reference in New Issue