Skip to content

Commit cb091f3

Browse files
authored
1 parent c83394f commit cb091f3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

spring-ai/pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,20 @@
1818
<repository>
1919
<id>spring-snapshots</id>
2020
<name>Spring Snapshots</name>
21-
<url>https://repo.spring.io/snapshot
22-
</url> <!-- We need this for experimental dependencies not available on Maven Central -->
21+
<url>https://repo.spring.io/snapshot</url>
2322
<releases>
2423
<enabled>false</enabled>
2524
</releases>
2625
</repository>
2726
<repository>
28-
<id>spring-milestones</id>
29-
<name>Spring milestones</name>
30-
<url>https://repo.spring.io/milestone</url>
31-
<snapshots>
27+
<name>Central Portal Snapshots</name>
28+
<id>central-portal-snapshots</id>
29+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
30+
<releases>
3231
<enabled>false</enabled>
32+
</releases>
33+
<snapshots>
34+
<enabled>true</enabled>
3335
</snapshots>
3436
</repository>
3537
</repositories>

0 commit comments

Comments
 (0)