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 5b690b2 commit 6328b4cCopy full SHA for 6328b4c
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.0-M3</version>
+ <version>3.1.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -366,8 +366,8 @@
366
367
<repositories>
368
<repository>
369
- <id>spring-libs-milestone</id>
370
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
371
</repository>
372
</repositories>
373
0 commit comments