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