Skip to content

Commit

Permalink
Upgrade lifecycle plugins to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jun 20, 2024
1 parent 6e9889b commit da6211d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static class WrapperLifecycleProvider extends BaseLifecycleProvider {

static class CleanLifecycle implements Lifecycle {

private static final String MAVEN_CLEAN_PLUGIN_VERSION = "3.2.0";
private static final String MAVEN_CLEAN_PLUGIN_VERSION = "4.0.0-SNAPSHOT";

@Override
public String id() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
*/
public abstract class AbstractLifecycleMappingProvider implements Provider<LifecycleMapping> {
// START SNIPPET: versions
protected static final String RESOURCES_PLUGIN_VERSION = "3.3.1";
protected static final String RESOURCES_PLUGIN_VERSION = "4.0.0-SNAPSHOT";

protected static final String COMPILER_PLUGIN_VERSION = "3.13.0";
protected static final String COMPILER_PLUGIN_VERSION = "4.0.0-SNAPSHOT";

protected static final String SUREFIRE_PLUGIN_VERSION = "3.2.5";

protected static final String INSTALL_PLUGIN_VERSION = "3.1.1";
protected static final String INSTALL_PLUGIN_VERSION = "4.0.0-SNAPSHOT";

protected static final String DEPLOY_PLUGIN_VERSION = "3.1.1";
protected static final String DEPLOY_PLUGIN_VERSION = "4.0.0-SNAPSHOT";

// packaging

protected static final String JAR_PLUGIN_VERSION = "3.4.1";
protected static final String JAR_PLUGIN_VERSION = "4.0.0-SNAPSHOT";

protected static final String EAR_PLUGIN_VERSION = "3.3.0";

protected static final String EJB_PLUGIN_VERSION = "3.2.1";

protected static final String PLUGIN_PLUGIN_VERSION = "3.12.0";
protected static final String PLUGIN_PLUGIN_VERSION = "4.0.0-SNAPSHOT";

protected static final String RAR_PLUGIN_VERSION = "3.0.0";

Expand Down

0 comments on commit da6211d

Please sign in to comment.