Skip to content

Commit 57d7ba0

Browse files
committed
Switch s-b-server-tests from libs-snapshot to snapshot and milestone
Closes gh-27233
1 parent 2ce38cd commit 57d7ba0

File tree

1 file changed

+16
-2
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/test/resources

1 file changed

+16
-2
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/test/resources/pom-template.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,33 @@
5555
<repositories>
5656
<repository>
5757
<id>spring-snapshots</id>
58-
<url>https://repo.spring.io/libs-snapshot</url>
58+
<url>https://repo.spring.io/snapshot</url>
5959
<snapshots>
6060
<enabled>true</enabled>
6161
</snapshots>
6262
</repository>
63+
<repository>
64+
<id>spring-milestones</id>
65+
<url>https://repo.spring.io/milestone</url>
66+
<snapshots>
67+
<enabled>false</enabled>
68+
</snapshots>
69+
</repository>
6370
</repositories>
6471
<pluginRepositories>
6572
<pluginRepository>
6673
<id>spring-snapshots</id>
67-
<url>https://repo.spring.io/libs-snapshot</url>
74+
<url>https://repo.spring.io/snapshot</url>
6875
<snapshots>
6976
<enabled>true</enabled>
7077
</snapshots>
7178
</pluginRepository>
79+
<pluginRepository>
80+
<id>spring-milestones</id>
81+
<url>https://repo.spring.io/milestone</url>
82+
<snapshots>
83+
<enabled>false</enabled>
84+
</snapshots>
85+
</pluginRepository>
7286
</pluginRepositories>
7387
</project>

0 commit comments

Comments
 (0)