Promote 2023.1 release train to commercial support.

This commit is contained in:
Mark Paluch
2024-12-04 09:19:32 +01:00
parent d6bc19bb27
commit 21b80f4252

View File

@@ -114,7 +114,8 @@ public class ReleaseTrains {
VAUGHAN = ULLMAN.next("Vaughan", Transition.MINOR) //
.withDocumentationFormat(DocumentationFormat.ANTORA) //
.withCalver("2023.1");
.withCalver("2023.1") //
.withSupportStatus(SupportStatus.COMMERCIAL);
W = VAUGHAN.next("W", Transition.MINOR) //
.withCalver("2024.0");