Fixed the snapshot verfication; fixes #40

This commit is contained in:
Marcin Grzejszczak
2017-08-18 19:44:44 +02:00
parent 87915190f5
commit c1e54944e2
9 changed files with 58 additions and 37 deletions

View File

@@ -35,7 +35,7 @@ public class SpringReleaser {
private final List<Task> TASKS = Stream.of(
task("UPDATING POMS",
"Update poms with versions from Spring Cloud Release",
args -> args.releaser.updateProjectFromScRelease(args.project, args.projects)),
args -> args.releaser.updateProjectFromScRelease(args.project, args.projects, args.versionFromScRelease)),
task("BUILD PROJECT",
"Build the project",
args -> args.releaser.buildProject()),