Skip to content

Commit 9a9841a

Browse files
committed
Polishing.
1 parent 014bf6f commit 9a9841a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -244,23 +244,23 @@
244244
</properties>
245245
<repositories>
246246
<repository>
247-
<id>spring-snapshots</id>
247+
<id>spring-libs-snapshot</id>
248248
<name>Spring Snapshots</name>
249249
<url>https://repo.spring.io/snapshot</url>
250250
<snapshots>
251251
<enabled>true</enabled>
252252
</snapshots>
253253
</repository>
254254
<repository>
255-
<id>spring-milestones</id>
255+
<id>spring-libs-milestone</id>
256256
<name>Spring Milestones</name>
257257
<url>https://repo.spring.io/milestone</url>
258258
<snapshots>
259259
<enabled>false</enabled>
260260
</snapshots>
261261
</repository>
262262
<repository>
263-
<id>spring-release</id>
263+
<id>spring-libs-release</id>
264264
<name>Spring Releases</name>
265265
<url>https://repo.spring.io/release</url>
266266
<snapshots>
@@ -279,23 +279,23 @@
279279
</properties>
280280
<repositories>
281281
<repository>
282-
<id>spring-snapshots</id>
282+
<id>spring-libs-snapshot</id>
283283
<name>Spring Snapshots</name>
284284
<url>https://repo.spring.io/snapshot</url>
285285
<snapshots>
286286
<enabled>true</enabled>
287287
</snapshots>
288288
</repository>
289289
<repository>
290-
<id>spring-milestones</id>
290+
<id>spring-libs-milestone</id>
291291
<name>Spring Milestones</name>
292292
<url>https://repo.spring.io/milestone</url>
293293
<snapshots>
294294
<enabled>false</enabled>
295295
</snapshots>
296296
</repository>
297297
<repository>
298-
<id>spring-release</id>
298+
<id>spring-libs-release</id>
299299
<name>Spring Releases</name>
300300
<url>https://repo.spring.io/release</url>
301301
<snapshots>
@@ -854,23 +854,23 @@
854854

855855
<repositories>
856856
<repository>
857-
<id>spring-snapshots</id>
857+
<id>spring-libs-snapshot</id>
858858
<name>Spring Snapshots</name>
859859
<url>https://repo.spring.io/snapshot</url>
860860
<snapshots>
861861
<enabled>true</enabled>
862862
</snapshots>
863863
</repository>
864864
<repository>
865-
<id>spring-milestones</id>
865+
<id>spring-libs-milestone</id>
866866
<name>Spring Milestones</name>
867867
<url>https://repo.spring.io/milestone</url>
868868
<snapshots>
869869
<enabled>false</enabled>
870870
</snapshots>
871871
</repository>
872872
<repository>
873-
<id>spring-release</id>
873+
<id>spring-libs-release</id>
874874
<name>Spring Releases</name>
875875
<url>https://repo.spring.io/release</url>
876876
<snapshots>

0 commit comments

Comments
 (0)