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 bb9f53f commit 17c8e7fCopy full SHA for 17c8e7f
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.6.0-M1</version>
+ <version>2.6.0-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -372,8 +372,8 @@
372
373
<repositories>
374
<repository>
375
- <id>spring-libs-milestone</id>
376
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
377
</repository>
378
</repositories>
379
0 commit comments