From 626be67348aa2b0b1c8cd1d43465d2ae50bddfd9 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 30 Nov 2017 15:47:33 -0500 Subject: [PATCH] Update boot versions --- js/projectDocumentationWidget.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/projectDocumentationWidget.js b/js/projectDocumentationWidget.js index 8d0c157..062e690 100644 --- a/js/projectDocumentationWidget.js +++ b/js/projectDocumentationWidget.js @@ -104,9 +104,9 @@ Spring.SnippetView = Backbone.View.extend({ }, render: function () { - this.model.bootVersion = this.model.version.indexOf("Finchley")!=-1 ? "2.0.0.M3" : - this.model.version.indexOf("Edgware")!=-1 ? "1.5.6.RELEASE" : - this.model.version.indexOf("Dalston")!=-1 ? "1.5.6.RELEASE" : + this.model.bootVersion = this.model.version.indexOf("Finchley")!=-1 ? "2.0.0.M6" : + this.model.version.indexOf("Edgware")!=-1 ? "1.5.9.RELEASE" : + this.model.version.indexOf("Dalston")!=-1 ? "1.5.9.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";