Updated version numbers in docs and samples

This commit is contained in:
Glenn Renfro
2017-01-06 15:42:53 -05:00
parent 6c1d8a21f1
commit 6efa8fd7a7
9 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ public PartitionHandler partitionHandler(TaskLauncher taskLauncher,
MavenResource.parse(String.format("%s:%s:%s",
"io.spring.cloud",
"partitioned-batch-job",
"1.1.0.RELEASE"), mavenProperties);
"1.1.1.RELEASE"), mavenProperties);
DeployerPartitionHandler partitionHandler =
new DeployerPartitionHandler(taskLauncher, jobExplorer, resource, "workerStep");