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 ff2b551 commit a29a540Copy full SHA for a29a540
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-M6</version>
+ <version>4.0.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -386,8 +386,20 @@
386
</profiles>
387
388
<repositories>
389
-
390
+ <repository>
+ <id>spring-snapshot</id>
391
+ <url>https://repo.spring.io/snapshot</url>
392
+ <snapshots>
393
+ <enabled>true</enabled>
394
+ </snapshots>
395
+ <releases>
396
+ <enabled>false</enabled>
397
+ </releases>
398
+ </repository>
399
400
+ <id>spring-milestone</id>
401
+ <url>https://repo.spring.io/milestone</url>
402
403
</repositories>
404
405
</project>
0 commit comments