Changed the task description for artifact deployment

fixes #29
This commit is contained in:
Marcin Grzejszczak
2017-06-05 16:11:17 +02:00
parent c649a7d95a
commit 5f0fc71e6f

View File

@@ -43,7 +43,7 @@ public class SpringReleaser {
"Commit, tag and push the tag",
args -> args.releaser.commitAndPushTags(args.project, args.versionFromScRelease)),
task("ARTIFACT DEPLOYMENT",
"Deploy the artifacts to Artifactory",
"Deploy the artifacts",
args -> args.releaser.deploy()),
task("PUBLISHING DOCS",
"Publish the docs",