We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16030 commit f019f94Copy full SHA for f019f94
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.springframework.data.build</groupId>
27
<artifactId>spring-data-parent</artifactId>
28
- <version>3.1.4</version>
+ <version>3.1.5-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -365,8 +365,20 @@
365
</build>
366
367
<repositories>
368
-
369
+ <repository>
+ <id>spring-snapshot</id>
370
+ <url>https://repo.spring.io/snapshot</url>
371
+ <snapshots>
372
+ <enabled>true</enabled>
373
+ </snapshots>
374
+ <releases>
375
+ <enabled>false</enabled>
376
+ </releases>
377
+ </repository>
378
379
+ <id>spring-milestone</id>
380
+ <url>https://repo.spring.io/milestone</url>
381
382
</repositories>
383
384
</project>
0 commit comments