Skip to content

Commit f5b2aab

Browse files
committed
Fix remaining ITs
1 parent edcbde4 commit f5b2aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: maven-core/src/main/java/org/apache/maven/lifecycle/providers/CleanLifecycleProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class CleanLifecycleProvider
4040
"post-clean"
4141
};
4242

43-
private static final String MAVEN_CLEAN_PLUGIN_VERSION = "4.0.0-SNAPSHOT";
43+
private static final String MAVEN_CLEAN_PLUGIN_VERSION = "3.1.0";
4444

4545
private static final String[] BINDINGS = {
4646
"clean", "org.apache.maven.plugins:maven-clean-plugin:" + MAVEN_CLEAN_PLUGIN_VERSION + ":clean"

Diff for: maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ private void populateMojoExecutionFields( Object mojo, String executionId, MojoD
650650

651651
if ( StringUtils.isEmpty( configuratorId ) )
652652
{
653-
configuratorId = "enhanced";
653+
configuratorId = "basic";
654654
}
655655

656656
try

0 commit comments

Comments
 (0)