Skip to content

Commit

Permalink
fix log output - only version
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
  • Loading branch information
chrisrueger committed May 3, 2024
1 parent fc97d92 commit 2f87393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biz.aQute.bnd/src/aQute/bnd/main/MbrCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private void logMavenUpdates(Map<Archive, MavenVersionResult> content) {

if (versionResult.mavenVersionAvailable()) {
bnd.out.format(" %-70s %20s -> %s%n", archive.getRevision().program, archive.getRevision().version,
versionResult);
versionResult.mavenVersion());
}

});
Expand Down

0 comments on commit 2f87393

Please sign in to comment.