Skip to content

Commit 2262f07

Browse files
committed
GH-2303 - Fix repository declaration.
1 parent 1c8e297 commit 2262f07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,16 @@
915915
<repository>
916916
<id>spring-milestone</id>
917917
<url>https://repo.spring.io/milestone</url>
918+
<snapshots>
919+
<enabled>false</enabled>
920+
</snapshots>
921+
</repository>
922+
<repository>
923+
<id>spring-snapshot</id>
924+
<url>https://repo.spring.io/snapshot</url>
925+
<releases>
926+
<enabled>false</enabled>
927+
</releases>
918928
</repository>
919929
</repositories>
920930

0 commit comments

Comments
 (0)