From c48058df6daf71400149ad1792b9a5e0086a4660 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 25 Oct 2018 17:59:13 +0200 Subject: [PATCH] Fixed wrong table generation; foxes gh-107 --- .../src/main/resources/templates/cloud/spring-project.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-release-tools-core/src/main/resources/templates/cloud/spring-project.hbs b/spring-cloud-release-tools-core/src/main/resources/templates/cloud/spring-project.hbs index 3e245243..aa92b0a5 100644 --- a/spring-cloud-release-tools-core/src/main/resources/templates/cloud/spring-project.hbs +++ b/spring-cloud-release-tools-core/src/main/resources/templates/cloud/spring-project.hbs @@ -281,10 +281,12 @@ is a number. Release train contents: + |Component |{{lastGaTrainName}}|{{currentGaTrainName}}|{{currentSnapshotTrainName}}| |--------------------------------------|-----------------|---------------------|------------------------| {{#each projects}} |{{componentName}}|{{lastGaVersion}}|{{currentGaVersion}}|{{currentSnapshotVersion}}| {{/each}} + Finchley builds and works with Spring Boot 2.0.x, and is not expected