From 1eaa71675a3cb3cf3d72b96cee5dc8498a391cf8 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 23 Jan 2018 08:59:55 +0000 Subject: [PATCH] Update Finchley to M7 --- js/projectDocumentationWidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/projectDocumentationWidget.js b/js/projectDocumentationWidget.js index 062e690..ca4f039 100644 --- a/js/projectDocumentationWidget.js +++ b/js/projectDocumentationWidget.js @@ -104,7 +104,7 @@ Spring.SnippetView = Backbone.View.extend({ }, render: function () { - this.model.bootVersion = this.model.version.indexOf("Finchley")!=-1 ? "2.0.0.M6" : + 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.version.indexOf("Camden")!=-1 ? "1.4.5.RELEASE" :