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 6d9ebae commit b451185Copy full SHA for b451185
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-M6</version>
+ <version>3.0.0-SNAPSHOT</version>
26
</parent>
27
28
<properties>
@@ -362,8 +362,8 @@
362
363
<repositories>
364
<repository>
365
- <id>spring-libs-milestone</id>
366
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
367
</repository>
368
</repositories>
369
0 commit comments