Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issue-74-extensions-support' int…
Browse files Browse the repository at this point in the history
…o issue-74-extensions-support

# Conflicts:
#	versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/DisplayExtensionUpdatesMojo.java
  • Loading branch information
andrzejj0 committed Apr 18, 2023
2 parents ffe57e3 + 1e4bd55 commit b52a553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
throw new MojoExecutionException(e.getMessage());
}
if (dependencies.isEmpty()) {
getLog().info("Extensions set filtered by include- and exclude-filters is empty. Nothing to do.");
getLog().info("Extensions set filtered by include- and extensions-filters is empty. Nothing to do.");
return;
}

Expand Down

0 comments on commit b52a553

Please sign in to comment.