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 f75c9d7 commit b7cc38cCopy full SHA for b7cc38c
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.1.0.RC1</version>
+ <version>2.1.0.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -402,8 +402,8 @@
402
403
<repositories>
404
<repository>
405
- <id>spring-libs-milestone</id>
406
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
407
</repository>
408
</repositories>
409
0 commit comments