Updated versions

This commit is contained in:
Glenn Renfro
2019-02-21 11:46:03 -05:00
parent 23d7ed0803
commit 5dd06367ae
4 changed files with 9 additions and 10 deletions

View File

@@ -60,13 +60,13 @@ import static org.junit.Assert.assertTrue;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = {TaskLauncherSinkApplication.class, TaskLauncherSinkTests.TaskLauncherConfiguration.class},
properties = {"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-milestone-local"})
properties = {"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-release"})
public class TaskLauncherSinkTests {
private final static int WAIT_INTERVAL = 500;
private final static int MAX_WAIT_TIME = 10000;
private final static String URL = "maven://org.springframework.cloud.task.app:"
+ "timestamp-task:jar:1.3.0.RELEASE";
+ "timestamp-task:jar:2.0.0.RELEASE";
private final static String DATASOURCE_URL;
private final static String DATASOURCE_USER_NAME = "SA";
private final static String DATASOURCE_USER_PASSWORD = "''";