We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80e400 commit 22141deCopy full SHA for 22141de
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.5.0</version>
+ <version>2.5.1-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -365,8 +365,8 @@
365
366
<repositories>
367
<repository>
368
- <id>spring-libs-release</id>
369
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
370
</repository>
371
</repositories>
372
0 commit comments