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

@@ -93,7 +93,7 @@ public class JobConfiguration {
@Bean
public PartitionHandler partitionHandler(TaskLauncher taskLauncher, JobExplorer jobExplorer) throws Exception {
Resource resource = resourceLoader.getResource("maven://io.spring.cloud:partitioned-batch-job:1.1.0.RELEASE");
Resource resource = resourceLoader.getResource("maven://io.spring.cloud:partitioned-batch-job:1.1.1.RELEASE");
DeployerPartitionHandler partitionHandler = new DeployerPartitionHandler(taskLauncher, jobExplorer, resource, "workerStep");