|
844 | 844 |
|
845 | 845 | <repositories> |
846 | 846 | <repository> |
847 | | - <id>spring-release</id> |
848 | | - <name>Spring Releases</name> |
849 | | - <url>https://repo.spring.io/release</url> |
850 | | - <snapshots> |
851 | | - <enabled>false</enabled> |
852 | | - </snapshots> |
853 | | - </repository> |
854 | | - <repository> |
855 | | - <id>spring-libs-snapshot</id> |
856 | | - <url>https://repo.spring.io/libs-snapshot</url> |
| 847 | + <id>spring-snapshot</id> |
| 848 | + <url>https://repo.spring.io/snapshot</url> |
857 | 849 | <snapshots> |
858 | 850 | <enabled>true</enabled> |
859 | 851 | </snapshots> |
860 | 852 | </repository> |
861 | 853 | <repository> |
862 | | - <id>spring-libs-milestone</id> |
863 | | - <url>https://repo.spring.io/libs-milestone</url> |
| 854 | + <id>spring-milestone</id> |
| 855 | + <url>https://repo.spring.io/milestone</url> |
864 | 856 | </repository> |
865 | 857 | <repository> |
866 | | - <id>spring-libs-release</id> |
867 | | - <url>https://repo.spring.io/libs-release</url> |
| 858 | + <id>spring-release</id> |
| 859 | + <url>https://repo.spring.io/release</url> |
868 | 860 | </repository> |
869 | 861 | </repositories> |
870 | 862 |
|
871 | 863 | <pluginRepositories> |
872 | 864 | <pluginRepository> |
873 | | - <id>spring-libs-snapshot</id> |
874 | | - <name>Spring Snapshots</name> |
875 | | - <url>https://repo.spring.io/libs-snapshot</url> |
| 865 | + <id>spring-snapshot</id> |
| 866 | + <url>https://repo.spring.io/snapshot</url> |
876 | 867 | <snapshots> |
877 | 868 | <enabled>true</enabled> |
878 | 869 | </snapshots> |
879 | 870 | </pluginRepository> |
880 | 871 | <pluginRepository> |
881 | | - <id>spring-libs-milestone</id> |
882 | | - <name>Spring Milestones</name> |
883 | | - <url>https://repo.spring.io/libs-milestone</url> |
| 872 | + <id>spring-milestone</id> |
| 873 | + <url>https://repo.spring.io/milestone</url> |
884 | 874 | </pluginRepository> |
885 | 875 | <pluginRepository> |
886 | | - <id>spring-libs-release</id> |
887 | | - <name>Spring Releases</name> |
888 | | - <url>https://repo.spring.io/libs-release</url> |
| 876 | + <id>spring-release</id> |
| 877 | + <url>https://repo.spring.io/release</url> |
889 | 878 | </pluginRepository> |
890 | 879 | </pluginRepositories> |
891 | 880 |
|
|
0 commit comments