|
783 | 783 |
|
784 | 784 | <repositories> |
785 | 785 | <repository> |
786 | | - <id>spring-release</id> |
787 | | - <name>Spring Releases</name> |
788 | | - <url>https://repo.spring.io/releases</url> |
789 | | - <snapshots> |
790 | | - <enabled>false</enabled> |
791 | | - </snapshots> |
792 | | - </repository> |
793 | | - <repository> |
794 | | - <id>spring-libs-snapshot</id> |
795 | | - <url>https://repo.spring.io/libs-snapshot</url> |
| 786 | + <id>spring-snapshot</id> |
| 787 | + <url>https://repo.spring.io/snapshot</url> |
796 | 788 | <snapshots> |
797 | 789 | <enabled>true</enabled> |
798 | 790 | </snapshots> |
799 | 791 | </repository> |
800 | 792 | <repository> |
801 | | - <id>spring-libs-milestone</id> |
802 | | - <url>https://repo.spring.io/libs-milestone</url> |
| 793 | + <id>spring-milestone</id> |
| 794 | + <url>https://repo.spring.io/milestone</url> |
803 | 795 | </repository> |
804 | 796 | <repository> |
805 | | - <id>spring-libs-release</id> |
806 | | - <url>https://repo.spring.io/libs-release</url> |
| 797 | + <id>spring-release</id> |
| 798 | + <url>https://repo.spring.io/release</url> |
807 | 799 | </repository> |
808 | 800 | </repositories> |
809 | 801 |
|
810 | 802 | <pluginRepositories> |
811 | 803 | <pluginRepository> |
812 | | - <id>spring-libs-snapshot</id> |
813 | | - <name>Spring Snapshots</name> |
814 | | - <url>https://repo.spring.io/libs-snapshot</url> |
| 804 | + <id>spring-snapshot</id> |
| 805 | + <url>https://repo.spring.io/snapshot</url> |
815 | 806 | <snapshots> |
816 | 807 | <enabled>true</enabled> |
817 | 808 | </snapshots> |
818 | 809 | </pluginRepository> |
819 | 810 | <pluginRepository> |
820 | | - <id>spring-libs-milestone</id> |
821 | | - <name>Spring Milestones</name> |
822 | | - <url>https://repo.spring.io/libs-milestone</url> |
| 811 | + <id>spring-milestone</id> |
| 812 | + <url>https://repo.spring.io/milestone</url> |
823 | 813 | </pluginRepository> |
824 | 814 | <pluginRepository> |
825 | 815 | <id>spring-libs-release</id> |
826 | | - <name>Spring Releases</name> |
827 | | - <url>https://repo.spring.io/libs-release</url> |
| 816 | + <url>https://repo.spring.io/release</url> |
828 | 817 | </pluginRepository> |
829 | 818 | </pluginRepositories> |
830 | 819 |
|
|
0 commit comments