Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ It currently consists of
# Release Notes
BOAT is still under development and subject to change.

## 0.17.22
* boat-maven-plugin
* Issue 211: Fix typo in changelogRenderer parameter in DiffMojo.java (#652) @talbot
## 0.17.21
* boat-spring, boat-java
* Issue 649: missing BigDecimalCustomSerializer.java (#650) @walaniam
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class DiffMojo extends AbstractMojo {
@Parameter(name = "writeChangelog", defaultValue = "false")
private boolean writeChangelog;

@Parameter(name = "changeLogRenderer", defaultValue = "markdown")
@Parameter(name = "changelogRenderer", defaultValue = "markdown")
private String changelogRenderer;

@Parameter(name = "changelogOutput", defaultValue = "${project.build.directory}/changelog")
Expand Down