From eb0570687cc6bf693c52e24747b5321e4e47f1f9 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 18 Oct 2023 17:51:57 +0200 Subject: [PATCH] Switch the default version to 1.3.0 1.3.0 is the most up-to-date version using Devfile 2.1.0 schema, for backward compatibility with current samples. We are purposely not using the most up-date version on 2.2.0 schema, as this would reportedly break current samples. See [1] for more context. [1] https://github.com/devfile/registry/pull/169#issuecomment-1551785206 Signed-off-by: Armel Soro --- stacks/java-springboot/stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/java-springboot/stack.yaml b/stacks/java-springboot/stack.yaml index 59484dfc..9eae3af4 100644 --- a/stacks/java-springboot/stack.yaml +++ b/stacks/java-springboot/stack.yaml @@ -4,9 +4,9 @@ displayName: Spring Boot icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg versions: - version: 1.2.0 - default: true # should have one and only one default version # 1.3.0: with JDK 17 - version: 1.3.0 + default: true # should have one and only one default version - version: 2.0.0 # 2.1.0: with JDK 17 - version: 2.1.0