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 5005584 commit 3541820Copy full SHA for 3541820
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>3.0.0-M3</version>
+ <version>3.0.0-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -332,8 +332,8 @@
332
333
<repositories>
334
<repository>
335
- <id>spring-libs-milestone</id>
336
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
337
</repository>
338
</repositories>
339
0 commit comments