Updated Deployer Dependencies

Updated Deployer Dependencies from 1.1.1.BUILD-SNAPSHOT to 1.1.2.RELEASE
This commit is contained in:
Glenn Renfro
2017-01-10 13:41:09 -05:00
parent a66db57efc
commit 3df7995a37
10 changed files with 12 additions and 12 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.1.RELEASE");
Resource resource = resourceLoader.getResource("maven://io.spring.cloud:partitioned-batch-job:1.1.2.RELEASE");
DeployerPartitionHandler partitionHandler = new DeployerPartitionHandler(taskLauncher, jobExplorer, resource, "workerStep");