File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed
Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 907907
908908 <module >spring-kafka</module >
909909
910- <!-- < module>spring-native</module> --> <!-- Fixing in JAVA-24009 -- >
910+ <module >spring-native</module >
911911 <module >spring-security-modules</module >
912912 <module >spring-protobuf</module >
913913 <module >spring-quartz</module >
11791179
11801180 <module >spring-kafka</module >
11811181
1182- <!-- < module>spring-native</module> --> <!-- Fixing in JAVA-24009 -- >
1182+ <module >spring-native</module >
11831183 <module >spring-security-modules</module >
11841184 <module >spring-protobuf</module >
11851185 <module >spring-quartz</module >
Original file line number Diff line number Diff line change 1717
1818 <repositories >
1919 <repository >
20- <id >spring-release</id >
21- <name >Spring release</name >
22- <url >https://repo.spring.io/release</url >
20+ <id >spring-milestone</id >
21+ <name >Spring Milestone</name >
22+ <url >https://repo.spring.io/milestone</url >
23+ </repository >
24+ <repository >
25+ <id >spring-snapshot</id >
26+ <name >Spring Snapshot</name >
27+ <url >https://repo.spring.io/snapshot</url >
2328 </repository >
2429 </repositories >
2530
2631 <pluginRepositories >
2732 <pluginRepository >
28- <id >spring-release</id >
29- <name >Spring release</name >
30- <url >https://repo.spring.io/release</url >
33+ <id >spring-plugins-snapshot</id >
34+ <name >Spring Plugins Snapshot</name >
35+ <url >https://repo.spring.io/plugins-snapshot</url >
36+ </pluginRepository >
37+ <pluginRepository >
38+ <id >spring-plugins-milestone</id >
39+ <name >Spring Plugins Milestone</name >
40+ <url >https://repo.spring.io/plugins-milestone</url >
3141 </pluginRepository >
3242 </pluginRepositories >
3343
You can’t perform that action at this time.
0 commit comments