Update Ullman release train.

Transition to commercial support.
This commit is contained in:
Mark Paluch
2024-07-29 11:25:21 +02:00
parent 5a64820cd4
commit 600e6dd8a1

View File

@@ -109,7 +109,8 @@ public class ReleaseTrains {
.withSupportStatus(SupportStatus.COMMERCIAL);
ULLMAN = TURING.next("Ullman", Transition.MINOR) //
.withCalver("2023.0");
.withCalver("2023.0") //
.withSupportStatus(SupportStatus.COMMERCIAL);
VAUGHAN = ULLMAN.next("Vaughan", Transition.MINOR) //
.withDocumentationFormat(DocumentationFormat.ANTORA) //