|
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 | 22 | <repository> |
23 | | - <id>spring-releases</id> |
24 | | - <name>Spring Releases</name> |
25 | | - <url>https://repo.spring.io/libs-release</url> |
| 23 | + <id>maven-central</id> |
| 24 | + <name>Maven Central</name> |
| 25 | + <url>https://repo.maven.apache.org/maven2</url> |
26 | 26 | <snapshots> |
27 | 27 | <enabled>false</enabled> |
28 | 28 | </snapshots> |
|
32 | 32 | <pluginRepository> |
33 | 33 | <id>spring-staging</id> |
34 | 34 | <name>Spring Staging</name> |
35 | | - <url>https://repo.spring.io/libs-staging-local</url> |
| 35 | + <url>https://repo.spring.io/staging</url> |
36 | 36 | <snapshots> |
37 | 37 | <enabled>false</enabled> |
38 | 38 | </snapshots> |
39 | 39 | </pluginRepository> |
40 | 40 | <pluginRepository> |
41 | 41 | <id>spring-milestones</id> |
42 | 42 | <name>Spring Milestones</name> |
43 | | - <url>https://repo.spring.io/libs-milestone</url> |
| 43 | + <url>https://repo.spring.io/milestone</url> |
44 | 44 | <snapshots> |
45 | 45 | <enabled>false</enabled> |
46 | 46 | </snapshots> |
47 | | - </pluginRepository> |
| 47 | + </pluginRepository> |
| 48 | + <pluginRepository> |
| 49 | + <id>maven-central</id> |
| 50 | + <name>Maven Central</name> |
| 51 | + <url>https://repo.maven.apache.org/maven2</url> |
| 52 | + <snapshots> |
| 53 | + <enabled>false</enabled> |
| 54 | + </snapshots> |
| 55 | + </pluginRepository> |
48 | 56 | </pluginRepositories> |
49 | 57 | </profile> |
50 | 58 | <profile> |
|
53 | 61 | <repository> |
54 | 62 | <id>spring-staging</id> |
55 | 63 | <name>Spring Staging</name> |
56 | | - <url>https://repo.spring.io/libs-staging-local</url> |
| 64 | + <url>https://repo.spring.io/staging</url> |
57 | 65 | <snapshots> |
58 | 66 | <enabled>false</enabled> |
59 | 67 | </snapshots> |
60 | 68 | </repository> |
61 | 69 | <repository> |
62 | | - <id>spring-releases</id> |
63 | | - <name>Spring Releases</name> |
64 | | - <url>https://repo.spring.io/libs-release</url> |
| 70 | + <id>maven-central</id> |
| 71 | + <name>Maven Central</name> |
| 72 | + <url>https://repo.maven.apache.org/maven2</url> |
65 | 73 | <snapshots> |
66 | 74 | <enabled>false</enabled> |
67 | 75 | </snapshots> |
|
71 | 79 | <pluginRepository> |
72 | 80 | <id>spring-staging</id> |
73 | 81 | <name>Spring Staging</name> |
74 | | - <url>https://repo.spring.io/libs-staging-local</url> |
| 82 | + <url>https://repo.spring.io/staging</url> |
| 83 | + <snapshots> |
| 84 | + <enabled>false</enabled> |
| 85 | + </snapshots> |
| 86 | + </pluginRepository> |
| 87 | + <pluginRepository> |
| 88 | + <id>maven-central</id> |
| 89 | + <name>Maven Central</name> |
| 90 | + <url>https://repo.maven.apache.org/maven2</url> |
75 | 91 | <snapshots> |
76 | 92 | <enabled>false</enabled> |
77 | 93 | </snapshots> |
|
0 commit comments