We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f764bab commit ea9b5aaCopy full SHA for ea9b5aa
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.7.18</version>
+ <version>2.7.19-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -400,8 +400,20 @@
400
</build>
401
402
<repositories>
403
-
404
+ <repository>
+ <id>spring-snapshot</id>
405
+ <url>https://repo.spring.io/snapshot</url>
406
+ <snapshots>
407
+ <enabled>true</enabled>
408
+ </snapshots>
409
+ <releases>
410
+ <enabled>false</enabled>
411
+ </releases>
412
+ </repository>
413
414
+ <id>spring-milestone</id>
415
+ <url>https://repo.spring.io/milestone</url>
416
417
</repositories>
418
419
</project>
0 commit comments