Fixed the reference url for sagan

This commit is contained in:
Marcin Grzejszczak
2017-10-24 19:06:21 +02:00
parent 8c8ccdcc89
commit 8eb345fd0b

View File

@@ -43,7 +43,7 @@ public class SaganUpdater {
}
private String referenceUrl(String branch, ProjectVersion version) {
if (version.isRelease()) {
if (!version.isSnapshot()) {
// static/sleuth/{version}/
return "http://cloud.spring.io/spring-cloud-static/" + version.projectName + "/{version}/";
}