Fixes publishDocsCommands javadoc copy/paste

This commit is contained in:
Spencer Gibb
2017-10-31 12:03:34 -04:00
committed by GitHub
parent 545927e166
commit 5ff0d3e099

View File

@@ -176,7 +176,7 @@ public class ReleaserProperties {
private String deployCommand = "./mvnw deploy -DskipTests -B -Pfast {{systemProps}}";
/**
* Command to be executed to deploy a built project. If present "{{version}}" will be replaced by the
* Command to be executed to publish documentation. If present "{{version}}" will be replaced by the
* provided version
*/
private String[] publishDocsCommands = {