We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0e2a7 commit 039ce57Copy full SHA for 039ce57
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.springframework.data.build</groupId>
27
<artifactId>spring-data-parent</artifactId>
28
- <version>4.0.0</version>
+ <version>4.1.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -391,8 +391,20 @@
391
</profiles>
392
393
<repositories>
394
-
395
+ <repository>
+ <id>spring-snapshot</id>
396
+ <url>https://repo.spring.io/snapshot</url>
397
+ <snapshots>
398
+ <enabled>true</enabled>
399
+ </snapshots>
400
+ <releases>
401
+ <enabled>false</enabled>
402
+ </releases>
403
+ </repository>
404
405
+ <id>spring-milestone</id>
406
+ <url>https://repo.spring.io/milestone</url>
407
408
</repositories>
409
410
</project>
0 commit comments