Skip to content

Commit 79e1fc4

Browse files
committed
Update Spring repositories configuration
This commit updates the configuration of the Spring repositories according to the Notice of Permissions Changes to repo.spring.io [1] [1]: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023
1 parent 648483f commit 79e1fc4

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

pom.xml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
<repository>
365365
<id>spring-snapshots</id>
366366
<name>Spring Snapshots</name>
367-
<url>https://repo.spring.io/libs-snapshot</url>
367+
<url>https://repo.spring.io/snapshot</url>
368368
<snapshots>
369369
<enabled>true</enabled>
370370
</snapshots>
@@ -375,32 +375,13 @@
375375
<repository>
376376
<id>spring-milestones</id>
377377
<name>Spring Milestones</name>
378-
<url>https://repo.spring.io/libs-milestone</url>
379-
<snapshots>
380-
<enabled>false</enabled>
381-
</snapshots>
382-
</repository>
383-
<repository>
384-
<id>spring-releases</id>
385-
<name>Spring Releases</name>
386-
<url>https://repo.spring.io/libs-release</url>
378+
<url>https://repo.spring.io/milestone</url>
387379
<snapshots>
388380
<enabled>false</enabled>
389381
</snapshots>
390382
</repository>
391383
</repositories>
392384

393-
<pluginRepositories>
394-
<pluginRepository>
395-
<id>spring-releases</id>
396-
<name>Spring releases</name>
397-
<url>https://repo.spring.io/plugins-release</url>
398-
<snapshots>
399-
<enabled>false</enabled>
400-
</snapshots>
401-
</pluginRepository>
402-
</pluginRepositories>
403-
404385
<developers>
405386
<developer>
406387
<id>dsyer</id>

0 commit comments

Comments
 (0)