|
6 | 6 | <repository>
|
7 | 7 | <id>spring-staging</id>
|
8 | 8 | <name>Spring Staging</name>
|
9 |
| - <url>https://repo.spring.io/libs-staging-local</url> |
| 9 | + <url>https://repo.spring.io/staging</url> |
10 | 10 | <snapshots>
|
11 | 11 | <enabled>false</enabled>
|
12 | 12 | </snapshots>
|
13 | 13 | </repository>
|
14 | 14 | <repository>
|
15 | 15 | <id>spring-milestones</id>
|
16 | 16 | <name>Spring Milestones</name>
|
17 |
| - <url>https://repo.spring.io/libs-milestone</url> |
| 17 | + <url>https://repo.spring.io/milestone</url> |
18 | 18 | <snapshots>
|
19 | 19 | <enabled>false</enabled>
|
20 | 20 | </snapshots>
|
21 | 21 | </repository>
|
| 22 | + <!-- TODO remove once https://github.com/spring-cloud/spring-cloud-dataflow/issues/5194 resolved --> |
22 | 23 | <repository>
|
23 |
| - <id>spring-releases</id> |
24 |
| - <name>Spring Releases</name> |
25 |
| - <url>https://repo.spring.io/libs-release</url> |
| 24 | + <id>spring-libs-milestone</id> |
| 25 | + <name>Spring Milestones</name> |
| 26 | + <url>https://repo.spring.io/libs-milestone</url> |
26 | 27 | <snapshots>
|
27 | 28 | <enabled>false</enabled>
|
28 | 29 | </snapshots>
|
|
32 | 33 | <pluginRepository>
|
33 | 34 | <id>spring-staging</id>
|
34 | 35 | <name>Spring Staging</name>
|
35 |
| - <url>https://repo.spring.io/libs-staging-local</url> |
| 36 | + <url>https://repo.spring.io/plugins-staging</url> |
36 | 37 | <snapshots>
|
37 | 38 | <enabled>false</enabled>
|
38 | 39 | </snapshots>
|
|
45 | 46 | <repository>
|
46 | 47 | <id>spring-staging</id>
|
47 | 48 | <name>Spring Staging</name>
|
48 |
| - <url>https://repo.spring.io/libs-staging-local</url> |
| 49 | + <url>https://repo.spring.io/staging</url> |
49 | 50 | <snapshots>
|
50 | 51 | <enabled>false</enabled>
|
51 | 52 | </snapshots>
|
52 | 53 | </repository>
|
| 54 | + <!-- TODO remove once https://github.com/spring-cloud/spring-cloud-dataflow/issues/5194 resolved --> |
53 | 55 | <repository>
|
54 |
| - <id>spring-releases</id> |
55 |
| - <name>Spring Releases</name> |
56 |
| - <url>https://repo.spring.io/libs-release</url> |
| 56 | + <id>spring-libs-milestone</id> |
| 57 | + <name>Spring Milestones</name> |
| 58 | + <url>https://repo.spring.io/libs-milestone</url> |
57 | 59 | <snapshots>
|
58 | 60 | <enabled>false</enabled>
|
59 | 61 | </snapshots>
|
|
63 | 65 | <pluginRepository>
|
64 | 66 | <id>spring-staging</id>
|
65 | 67 | <name>Spring Staging</name>
|
66 |
| - <url>https://repo.spring.io/libs-staging-local</url> |
| 68 | + <url>https://repo.spring.io/plugins-staging</url> |
67 | 69 | <snapshots>
|
68 | 70 | <enabled>false</enabled>
|
69 | 71 | </snapshots>
|
|
0 commit comments