Updating boot versions

This commit is contained in:
Ryan Baxter
2018-05-14 09:43:39 -04:00
committed by GitHub
parent a69367390c
commit 5adab44076

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.RELEASE" :
this.model.version.indexOf("Edgware")!=-1 ? "1.5.10.RELEASE" :
this.model.version.indexOf("Dalston")!=-1 ? "1.5.10.RELEASE" :
this.model.bootVersion = this.model.version.indexOf("Finchley")!=-1 ? "2.0.1.RELEASE" :
this.model.version.indexOf("Edgware")!=-1 ? "1.5.13.RELEASE" :
this.model.version.indexOf("Dalston")!=-1 ? "1.5.13.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";