File tree Expand file tree Collapse file tree
boat-maven-plugin/src/main/java/com/backbase/oss/boat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ It currently consists of
1616# Release Notes
1717BOAT is still under development and subject to change.
1818
19+ ## 0.17.22
20+ * boat-maven-plugin
21+ * Issue 211: Fix typo in changelogRenderer parameter in DiffMojo.java (#652 ) @talbot
1922## 0.17.21
2023* boat-spring, boat-java
2124 * Issue 649: missing BigDecimalCustomSerializer.java (#650 ) @walaniam
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class DiffMojo extends AbstractMojo {
4040 @ Parameter (name = "writeChangelog" , defaultValue = "false" )
4141 private boolean writeChangelog ;
4242
43- @ Parameter (name = "changeLogRenderer " , defaultValue = "markdown" )
43+ @ Parameter (name = "changelogRenderer " , defaultValue = "markdown" )
4444 private String changelogRenderer ;
4545
4646 @ Parameter (name = "changelogOutput" , defaultValue = "${project.build.directory}/changelog" )
You can’t perform that action at this time.
0 commit comments