Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 32745b7

Browse files
committed
Quick fix for download links
- pointing shell download to 'libs-snapshot' repo to resolve release, milestone amd snapshot artifacts - updating app resources to use Avogadto.SR1 and Addison.GA
1 parent 392a9f4 commit 32745b7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ui/app/scripts/app/controllers/bulk-import-apps.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 the original author or authors.
2+
* Copyright 2016-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,8 +22,8 @@
2222
define(function () {
2323
'use strict';
2424

25-
var STREAM_APP_STARTERS_VERSION_SUFFIX = '1-0-2-GA-';
26-
var TASK_APP_STARTERS_VERSION_SUFFIX = '1-0-1-GA-';
25+
var STREAM_APP_STARTERS_VERSION_SUFFIX = 'Avogadro-SR1-';
26+
var TASK_APP_STARTERS_VERSION_SUFFIX = 'Addison-GA-';
2727

2828
return ['$scope', 'AppService', 'DataflowUtils', '$modal', '$state',
2929
function ($scope, appService, utils, $modal, $state) {
@@ -45,7 +45,7 @@ define(function () {
4545
},
4646
{
4747
name: 'Maven based Stream Applications with Kafka Binder',
48-
uri: 'http://bit.ly/' + STREAM_APP_STARTERS_VERSION_SUFFIX + 'stream-applications-kafka-maven',
48+
uri: 'http://bit.ly/' + STREAM_APP_STARTERS_VERSION_SUFFIX + 'stream-applications-kafka-10-maven',
4949
force: false
5050
},
5151
{
@@ -55,7 +55,7 @@ define(function () {
5555
},
5656
{
5757
name: 'Docker based Stream Applications with Kafka Binder',
58-
uri: 'http://bit.ly/' + STREAM_APP_STARTERS_VERSION_SUFFIX + 'stream-applications-kafka-docker',
58+
uri: 'http://bit.ly/' + STREAM_APP_STARTERS_VERSION_SUFFIX + 'stream-applications-kafka-10-docker',
5959
force: false
6060
}
6161
];

ui/app/scripts/shared/views/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2>Data Flow Server Implementation</h2>
2525
<h2>Get the Spring Cloud Data Flow Shell</h2>
2626

2727
<p class="index-page--subtitle">As an alternative to the Dashboard UI, you can also
28-
<a href="https://repo.spring.io/release/org/springframework/cloud/spring-cloud-dataflow-shell/{{dataflowVersionInfo.app.version}}/spring-cloud-dataflow-shell-{{dataflowVersionInfo.app.version}}.jar"
28+
<a href="https://repo.spring.io/libs-snapshot/org/springframework/cloud/spring-cloud-dataflow-shell/{{dataflowVersionInfo.app.version}}/spring-cloud-dataflow-shell-{{dataflowVersionInfo.app.version}}.jar"
2929
target="_blank">download the compatible version of the Shell</a> ({{dataflowVersionInfo.app.version}}).</p>
3030

3131
<h2>Need Help or Found an Issue?</h2>

0 commit comments

Comments
 (0)