|
1 | 1 | <settings> |
2 | 2 | <profiles> |
| 3 | + <profile> |
| 4 | + <id>pr</id> |
| 5 | + <activation> |
| 6 | + <activeByDefault>true</activeByDefault> |
| 7 | + </activation> |
| 8 | + <repositories> |
| 9 | + <repository> |
| 10 | + <id>maven-central</id> |
| 11 | + <name>Maven Central</name> |
| 12 | + <url>https://repo.maven.apache.org/maven2</url> |
| 13 | + <snapshots> |
| 14 | + <enabled>false</enabled> |
| 15 | + </snapshots> |
| 16 | + </repository> |
| 17 | + <repository> |
| 18 | + <id>spring-snapshots</id> |
| 19 | + <name>Spring Snapshots</name> |
| 20 | + <url>https://repo.spring.io/libs-snapshot</url> |
| 21 | + <snapshots> |
| 22 | + <enabled>true</enabled> |
| 23 | + </snapshots> |
| 24 | + </repository> |
| 25 | + <repository> |
| 26 | + <id>spring-milestones</id> |
| 27 | + <name>Spring Milestones</name> |
| 28 | + <url>https://repo.spring.io/libs-milestone</url> |
| 29 | + <snapshots> |
| 30 | + <enabled>false</enabled> |
| 31 | + </snapshots> |
| 32 | + </repository> |
| 33 | + <repository> |
| 34 | + <id>spring-releases</id> |
| 35 | + <name>Spring Releases</name> |
| 36 | + <url>https://repo.spring.io/libs-release</url> |
| 37 | + <snapshots> |
| 38 | + <enabled>true</enabled> |
| 39 | + </snapshots> |
| 40 | + </repository> |
| 41 | + </repositories> |
| 42 | + <pluginRepositories> |
| 43 | + <pluginRepository> |
| 44 | + <id>maven-central</id> |
| 45 | + <name>Maven Central</name> |
| 46 | + <url>https://repo.maven.apache.org/maven2</url> |
| 47 | + <snapshots> |
| 48 | + <enabled>false</enabled> |
| 49 | + </snapshots> |
| 50 | + </pluginRepository> |
| 51 | + <pluginRepository> |
| 52 | + <id>spring-snapshots</id> |
| 53 | + <name>Spring Snapshots</name> |
| 54 | + <url>https://repo.spring.io/libs-snapshot</url> |
| 55 | + <snapshots> |
| 56 | + <enabled>true</enabled> |
| 57 | + </snapshots> |
| 58 | + </pluginRepository> |
| 59 | + <pluginRepository> |
| 60 | + <id>spring-milestones</id> |
| 61 | + <name>Spring Milestones</name> |
| 62 | + <url>https://repo.spring.io/libs-milestone</url> |
| 63 | + <snapshots> |
| 64 | + <enabled>false</enabled> |
| 65 | + </snapshots> |
| 66 | + </pluginRepository> |
| 67 | + </pluginRepositories> |
| 68 | + </profile> |
3 | 69 | <profile> |
4 | 70 | <id>stagingmilestone</id> |
5 | 71 | <repositories> |
|
22 | 88 | <repository> |
23 | 89 | <id>maven-central</id> |
24 | 90 | <name>Maven Central</name> |
25 | | - <url>https://repo1.maven.apache.org/maven2</url> |
| 91 | + <url>https://repo.maven.apache.org/maven2</url> |
26 | 92 | <snapshots> |
27 | 93 | <enabled>false</enabled> |
28 | 94 | </snapshots> |
|
48 | 114 | <pluginRepository> |
49 | 115 | <id>maven-central</id> |
50 | 116 | <name>Maven Central</name> |
51 | | - <url>https://repo1.maven.apache.org/maven2</url> |
| 117 | + <url>https://repo.maven.apache.org/maven2</url> |
52 | 118 | <snapshots> |
53 | 119 | <enabled>false</enabled> |
54 | 120 | </snapshots> |
55 | 121 | </pluginRepository> |
56 | | - </pluginRepositories> |
| 122 | + </pluginRepositories> |
57 | 123 | </profile> |
58 | 124 | <profile> |
59 | 125 | <id>stagingrelease</id> |
|
69 | 135 | <repository> |
70 | 136 | <id>maven-central</id> |
71 | 137 | <name>Maven Central</name> |
72 | | - <url>https://repo1.maven.apache.org/maven2</url> |
| 138 | + <url>https://repo.maven.apache.org/maven2</url> |
73 | 139 | <snapshots> |
74 | 140 | <enabled>false</enabled> |
75 | 141 | </snapshots> |
|
87 | 153 | <pluginRepository> |
88 | 154 | <id>maven-central</id> |
89 | 155 | <name>Maven Central</name> |
90 | | - <url>https://repo1.maven.apache.org/maven2</url> |
| 156 | + <url>https://repo.maven.apache.org/maven2</url> |
91 | 157 | <snapshots> |
92 | 158 | <enabled>false</enabled> |
93 | 159 | </snapshots> |
|
0 commit comments