Updated versions in docs and partitioner to release version.

This commit is contained in:
Glenn Renfro
2016-07-07 23:23:05 -04:00
parent 761df8a598
commit baaa24137c
6 changed files with 8 additions and 8 deletions

View File

@@ -94,7 +94,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.0.1.BUILD-SNAPSHOT");
Resource resource = resourceLoader.getResource("maven://io.spring.cloud:partitioned-batch-job:1.0.1.RELEASE");
DeployerPartitionHandler partitionHandler = new DeployerPartitionHandler(taskLauncher, jobExplorer, resource, "workerStep");