Skip to content

Commit

Permalink
Fix output footer
Browse files Browse the repository at this point in the history
This should include version and timestamp.
  • Loading branch information
koraktor committed Oct 3, 2017
1 parent 38fca54 commit 834e118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ abstract class AbstractGitOutputMojo extends AbstractGitMojo {
* The footer to print below the output
*/
@Parameter(property = "mavanagaiata.footer",
defaultValue = "\nGenerated by Mavanagaiata at %s")
defaultValue = "\nGenerated by Mavanagaiata %s at %s")
protected String footer;

/**
Expand Down

0 comments on commit 834e118

Please sign in to comment.