Skip to content

Commit 0b83295

Browse files
committed
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] devfile#169 (comment) Signed-off-by: Armel Soro <[email protected]>
1 parent e557637 commit 0b83295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks/java-maven/stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ displayName: Maven Java
44
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/java-maven.jpg
55
versions:
66
- version: 1.2.0
7-
default: true # should have one and only one default version
87
# 1.3.0: with JDK 17
98
- version: 1.3.0
9+
default: true # should have one and only one default version

0 commit comments

Comments
 (0)