From f2567e02c16ae5215ac2f510058da32496998d75 Mon Sep 17 00:00:00 2001 From: borlafu Date: Fri, 17 Mar 2017 12:36:37 +0100 Subject: [PATCH] Camden updated to Boot 1.4.5.RELEASE Updated code snippet to match latest Spring Boot 1.4 for Spring Cloud Camden release train. --- js/projectDocumentationWidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/projectDocumentationWidget.js b/js/projectDocumentationWidget.js index 42d25f9..3899f23 100644 --- a/js/projectDocumentationWidget.js +++ b/js/projectDocumentationWidget.js @@ -105,7 +105,7 @@ Spring.SnippetView = Backbone.View.extend({ render: function () { this.model.bootVersion = this.model.version.indexOf("Dalston")!=-1 ? "1.5.2.RELEASE" : - this.model.version.indexOf("Camden")!=-1 ? "1.4.4.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"; console.log(JSON.stringify(this.model))