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 6f152fe commit 4d95b88Copy full SHA for 4d95b88
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-RC2</version>
+ <version>4.0.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -393,8 +393,20 @@
393
</profiles>
394
395
<repositories>
396
-
397
+ <repository>
+ <id>spring-snapshot</id>
398
+ <url>https://repo.spring.io/snapshot</url>
399
+ <snapshots>
400
+ <enabled>true</enabled>
401
+ </snapshots>
402
+ <releases>
403
+ <enabled>false</enabled>
404
+ </releases>
405
+ </repository>
406
407
+ <id>spring-milestone</id>
408
+ <url>https://repo.spring.io/milestone</url>
409
410
</repositories>
411
412
</project>
0 commit comments