Skip to content

Commit

Permalink
provide suggested version
Browse files Browse the repository at this point in the history
Fixes #3671
  • Loading branch information
mlehmannm authored and laeubi committed Mar 15, 2024
1 parent 6148113 commit c261d9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public boolean compare(MavenProject project, BaselineContext context) throws Exc
message.append(baselineGroupUnit.getVersion());
message.append(", suggested version: ");
message.append(suggestedVersion);
context.reportBaselineProblem(message.toString());
context.reportBaselineProblem(message.toString(), new org.osgi.framework.Version(suggestedVersion.toString()));
}
return true;
}
Expand Down

0 comments on commit c261d9e

Please sign in to comment.