Quick start widget should show Boot 2.0.0.RELEASE

This commit is contained in:
Dave Syer
2018-03-19 13:45:49 +00:00
parent 10fb80df7b
commit 04edeb3942

View File

@@ -104,9 +104,9 @@ Spring.SnippetView = Backbone.View.extend({
},
render: function () {
this.model.bootVersion = this.model.version.indexOf("Finchley")!=-1 ? "2.0.0.M7" :
this.model.version.indexOf("Edgware")!=-1 ? "1.5.9.RELEASE" :
this.model.version.indexOf("Dalston")!=-1 ? "1.5.9.RELEASE" :
this.model.bootVersion = this.model.version.indexOf("Finchley")!=-1 ? "2.0.0.RELEASE" :
this.model.version.indexOf("Edgware")!=-1 ? "1.5.10.RELEASE" :
this.model.version.indexOf("Dalston")!=-1 ? "1.5.10.RELEASE" :
this.model.version.indexOf("Camden")!=-1 ? "1.4.5.RELEASE" :
this.model.version.indexOf("Brixton")!=-1 ? "1.3.8.RELEASE" :
"1.2.8.RELEASE";