Dalston is built on boot 1.5.1.BUILD-SNAPSHOT

This commit is contained in:
Borja Lafuente Romero
2017-02-09 17:53:59 +01:00
parent 2c7fb467e0
commit 796733cda6
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ Spring.SnippetView = Backbone.View.extend({
},
render: function () {
this.model.bootVersion = this.model.version.indexOf("Dalston")!=-1 ? "1.5.0.BUILD-SNAPSHOT" :
this.model.bootVersion = this.model.version.indexOf("Dalston")!=-1 ? "1.5.1.BUILD-SNAPSHOT" :
this.model.version.indexOf("Camden")!=-1 ? "1.4.4.RELEASE" :
this.model.version.indexOf("Brixton")!=-1 ? "1.3.8.RELEASE" :
"1.2.8.RELEASE";