|
1 | 1 | { |
2 | | - "spring-cloud-circuitbreaker": { |
| 2 | + "spring-cloud-kubernetes": { |
3 | 3 | "oss": { |
4 | 4 | "branches": { |
5 | | - "scheduled": ["main", "4.3.x"], |
| 5 | + "scheduled": ["main", "3.3.x", "3.2.x"], |
6 | 6 | "default": ["main"] |
7 | 7 | }, |
8 | 8 | "jdkVersions": { |
9 | 9 | "main": ["17", "21", "25"], |
10 | | - "4.3.x": ["17", "21", "25"] |
| 10 | + "3.3.x": ["17", "21", "25"], |
| 11 | + "3.2.x": ["17", "21"] |
11 | 12 | } |
12 | 13 | }, |
13 | 14 | "commercial": { |
14 | 15 | "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"] |
17 | 18 | }, |
18 | 19 | "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"] |
22 | 22 | } |
23 | 23 | } |
24 | 24 | }, |
25 | 25 | "spring-cloud-build": { |
26 | 26 | "oss": { |
27 | 27 | "branches": { |
28 | | - "scheduled": ["main", "4.3.x"], |
| 28 | + "scheduled": ["main", "4.3.x", "4.2.x"], |
29 | 29 | "default": ["main"] |
30 | 30 | }, |
31 | 31 | "jdkVersions": { |
32 | 32 | "main": ["17", "21", "25"], |
33 | | - "4.3.x": ["17", "21", "25"] |
| 33 | + "4.3.x": ["17", "21", "25"], |
| 34 | + "4.2.x": ["17", "21"] |
34 | 35 | } |
35 | 36 | }, |
36 | 37 | "commercial": { |
|
39 | 40 | "default": ["4.1.x"] |
40 | 41 | }, |
41 | 42 | "jdkVersions": { |
42 | | - "4.2.x": ["17", "21"], |
43 | 43 | "4.1.x": ["17", "21"], |
44 | 44 | "3.1.x": ["8", "11", "17"] |
45 | 45 | } |
46 | 46 | } |
47 | 47 | }, |
48 | 48 | "defaults": { |
49 | 49 | "branches": { |
50 | | - "scheduled": ["main"], |
| 50 | + "scheduled": ["main", "4.3.x", "4.2.x"], |
51 | 51 | "default": ["main"] |
52 | 52 | }, |
53 | 53 | "jdkVersions": { |
54 | 54 | "main": ["17", "21", "25"], |
55 | | - "default": ["17", "21", "25"] |
| 55 | + "4.3.x": ["17", "21", "25"], |
| 56 | + "4.2.x": ["17", "21"] |
56 | 57 | } |
57 | 58 | } |
58 | 59 | } |
|
0 commit comments