Skip to content

Commit 731399c

Browse files
Add MicroProfile Version 6
1 parent 19b4806 commit 731399c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/eclipse/microprofile/starter/addon/microprofile/servers/model/VersionStandaloneMatrix.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ private void init() {
7373
data.put(MicroProfileVersion.MP50,
7474
new VersionStandaloneMatrix.EnumMapBuilder()
7575
.add(StandaloneMPSpec.GRAPHQL, "2.0"));
76+
data.put(MicroProfileVersion.MP60,
77+
new VersionStandaloneMatrix.EnumMapBuilder()
78+
.add(StandaloneMPSpec.GRAPHQL, "2.0"));
7679
}
7780

7881
public Map<StandaloneMPSpec, String> getSpecData(MicroProfileVersion version) {

0 commit comments

Comments
 (0)