We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df29793 commit dc609f0Copy full SHA for dc609f0
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.3</version>
+ <version>2.6.4-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -386,8 +386,8 @@
386
387
<repositories>
388
<repository>
389
- <id>spring-libs-release</id>
390
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
391
</repository>
392
</repositories>
393
0 commit comments