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

@@ -63,7 +63,7 @@ public class TaskSinkApplicationTests {
Map<String, String> properties = new HashMap();
properties.put("server.port", "0");
TaskLaunchRequest request = 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);
GenericMessage<TaskLaunchRequest> message = new GenericMessage<TaskLaunchRequest>(request);
this.sink.input().send(message);
assertEquals(LaunchState.complete, testTaskLauncher.status("TESTSTATUS").getState());