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 bf29e6e commit 1a97627Copy full SHA for 1a97627
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>1.8.0.M1</version>
+ <version>1.8.0.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -283,8 +283,8 @@
283
284
<repositories>
285
<repository>
286
- <id>spring-libs-milestone</id>
287
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
288
</repository>
289
</repositories>
290
0 commit comments