Skip to content

Commit 88f240a

Browse files
committed
Updating projects.json for spring-cloud-kubernetes
1 parent 22ebd6e commit 88f240a

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

config/projects.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
{
2-
"spring-cloud-circuitbreaker": {
2+
"spring-cloud-kubernetes": {
33
"oss": {
44
"branches": {
5-
"scheduled": ["main", "4.3.x"],
5+
"scheduled": ["main", "3.3.x", "3.2.x"],
66
"default": ["main"]
77
},
88
"jdkVersions": {
99
"main": ["17", "21", "25"],
10-
"4.3.x": ["17", "21", "25"]
10+
"3.3.x": ["17", "21", "25"],
11+
"3.2.x": ["17", "21"]
1112
}
1213
},
1314
"commercial": {
1415
"branches": {
15-
"scheduled": ["4.1.x", "3.1.x"],
16-
"default": ["4.1.x"]
16+
"scheduled": ["3.1.x", "2.1.x"],
17+
"default": ["3.1.x"]
1718
},
1819
"jdkVersions": {
19-
"4.2.x": ["17", "21"],
20-
"4.1.x": ["17", "21"],
21-
"3.1.x": ["8", "11", "17"]
20+
"3.1.x": ["17", "21"],
21+
"2.1.x": ["8", "11", "17"]
2222
}
2323
}
2424
},
2525
"spring-cloud-build": {
2626
"oss": {
2727
"branches": {
28-
"scheduled": ["main", "4.3.x"],
28+
"scheduled": ["main", "4.3.x", "4.2.x"],
2929
"default": ["main"]
3030
},
3131
"jdkVersions": {
3232
"main": ["17", "21", "25"],
33-
"4.3.x": ["17", "21", "25"]
33+
"4.3.x": ["17", "21", "25"],
34+
"4.2.x": ["17", "21"]
3435
}
3536
},
3637
"commercial": {
@@ -39,20 +40,20 @@
3940
"default": ["4.1.x"]
4041
},
4142
"jdkVersions": {
42-
"4.2.x": ["17", "21"],
4343
"4.1.x": ["17", "21"],
4444
"3.1.x": ["8", "11", "17"]
4545
}
4646
}
4747
},
4848
"defaults": {
4949
"branches": {
50-
"scheduled": ["main"],
50+
"scheduled": ["main", "4.3.x", "4.2.x"],
5151
"default": ["main"]
5252
},
5353
"jdkVersions": {
5454
"main": ["17", "21", "25"],
55-
"default": ["17", "21", "25"]
55+
"4.3.x": ["17", "21", "25"],
56+
"4.2.x": ["17", "21"]
5657
}
5758
}
5859
}

0 commit comments

Comments
 (0)