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 4f4b920 commit bce56a5Copy full SHA for bce56a5
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.7.3</version>
+ <version>2.7.4-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -401,8 +401,8 @@
401
402
<repositories>
403
<repository>
404
- <id>spring-libs-release</id>
405
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
406
</repository>
407
</repositories>
408
0 commit comments