We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97672cc commit 359e7d9Copy full SHA for 359e7d9
1 file changed
pom.xml
@@ -183,7 +183,7 @@
183
<pluginRepository>
184
<id>spring-snapshots</id>
185
<name>Spring Snapshots</name>
186
- <url>https://repo.spring.io/snapshot</url>
+ <url>https://repo.spring.io/libs-snapshot</url>
187
<snapshots>
188
<enabled>true</enabled>
189
</snapshots>
@@ -193,7 +193,7 @@
193
<repository>
194
195
196
- <url>http://repo.spring.io/snapshot</url>
+ <url>http://repo.spring.io/libs-snapshot</url>
197
</repository>
198
</repositories>
199
</project>
0 commit comments