Remove any and all references to bit.ly

This commit is contained in:
Sabby Anandan
2019-08-06 15:44:15 -07:00
committed by Ilayaperumal Gopinathan
parent 2d40a251fe
commit 119bbafc37
6 changed files with 9 additions and 9 deletions

View File

@@ -103,8 +103,8 @@ public class LoadGeneratorApplication implements ApplicationRunner {
}
private void importApps(DataFlowTemplate dataFlowTemplate) {
final String taskAppRegistrationUrl = "https://dataflow.spring.io/Elston-GA-task-applications-maven";
final String appRegistrationUrl = "https://dataflow.spring.io/Einstein-SR3-stream-applications-rabbit-maven";
final String taskAppRegistrationUrl = "https://dataflow.spring.io/task-maven-latest";
final String appRegistrationUrl = "https://dataflow.spring.io/rabbitmq-maven-latest";
logger.info("\n\nImporting Stream Applications from: {}.\n", appRegistrationUrl);
logger.info("\n\nImporting Task Applications from: {}.\n", taskAppRegistrationUrl);