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

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