Skip to content

Commit

Permalink
Switch the default version to 1.3.0
Browse files Browse the repository at this point in the history
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] #169 (comment)

Signed-off-by: Armel Soro <[email protected]>
  • Loading branch information
rm3l committed Oct 18, 2023
1 parent ae7d84e commit eb05706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/java-springboot/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb05706

Please sign in to comment.