Skip to content

Commit

Permalink
Fix remaining ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 5, 2022
1 parent edcbde4 commit 38c6397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public final class CleanLifecycleProvider
"post-clean"
};

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

private static final String[] BINDINGS = {
"clean", "org.apache.maven.plugins:maven-clean-plugin:" + MAVEN_CLEAN_PLUGIN_VERSION + ":clean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ private void populateMojoExecutionFields( Object mojo, String executionId, MojoD

if ( StringUtils.isEmpty( configuratorId ) )
{
configuratorId = "enhanced";
configuratorId = "basic";
}

try
Expand Down

0 comments on commit 38c6397

Please sign in to comment.