Updated Versions for this build

This commit is contained in:
Glenn Renfro
2016-09-08 18:33:50 -04:00
parent b0602fc56b
commit 3f83b33104
12 changed files with 12 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ public class TaskProcessorApplicationTests {
Map<String, String> properties = new HashMap();
properties.put("payload", DEFAULT_PAYLOAD);
TaskLaunchRequest expectedRequest = new TaskLaunchRequest("maven://org.springframework.cloud.task.app:"
+ "timestamp-task:jar:1.0.0.BUILD-SNAPSHOT", null, properties, null);
+ "timestamp-task:jar:1.0.1.RELEASE", null, properties, null);
assertThat(collector.forChannel(channels.output()), receivesPayloadThat(is(expectedRequest)));
}