From b2f96e679a3742a7907127d5cb19d51ec9f31603 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 13 Jun 2022 20:16:03 +0100 Subject: [PATCH] Fix version template - Changes done with #442 left a bug where `version-default.st` contains wrong formats for styling. --- .../main/resources/template/version-default.st | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/spring-shell-standard-commands/src/main/resources/template/version-default.st b/spring-shell-standard-commands/src/main/resources/template/version-default.st index dfab31b3..b42d2042 100644 --- a/spring-shell-standard-commands/src/main/resources/template/version-default.st +++ b/spring-shell-standard-commands/src/main/resources/template/version-default.st @@ -1,27 +1,27 @@ -<("Build Version"); format="list-key">: +<("Build Version"); format="style-list-key">: -<("Build Group"); format="list-key">: +<("Build Group"); format="style-list-key">: -<("Build Artifact"); format="list-key">: +<("Build Artifact"); format="style-list-key">: -<("Build Name"); format="list-key">: +<("Build Name"); format="style-list-key">: -<("Build Time"); format="list-key">: +<("Build Time"); format="style-list-key">: -<("Git Short Commit Id"); format="list-key">: +<("Git Short Commit Id"); format="style-list-key">: -<("Git Commit Id"); format="list-key">: +<("Git Commit Id"); format="style-list-key">: -<("Git Branch"); format="list-key">: +<("Git Branch"); format="style-list-key">: -<("Git Commit Time"); format="list-key">: +<("Git Commit Time"); format="style-list-key">: