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 c4e5c10 commit 0a67a14Copy full SHA for 0a67a14
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.springframework.data.build</groupId>
24
<artifactId>spring-data-parent</artifactId>
25
- <version>3.0.0-M5</version>
+ <version>3.0.0-SNAPSHOT</version>
26
</parent>
27
28
<properties>
@@ -357,8 +357,8 @@
357
358
<repositories>
359
<repository>
360
- <id>spring-libs-milestone</id>
361
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
362
</repository>
363
</repositories>
364
0 commit comments