We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2be802 commit 87ec42bCopy full SHA for 87ec42b
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-M3</version>
+ <version>4.0.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -381,8 +381,20 @@
381
</profiles>
382
383
<repositories>
384
-
385
+ <repository>
+ <id>spring-snapshot</id>
386
+ <url>https://repo.spring.io/snapshot</url>
387
+ <snapshots>
388
+ <enabled>true</enabled>
389
+ </snapshots>
390
+ <releases>
391
+ <enabled>false</enabled>
392
+ </releases>
393
+ </repository>
394
395
+ <id>spring-milestone</id>
396
+ <url>https://repo.spring.io/milestone</url>
397
398
</repositories>
399
400
</project>
0 commit comments