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 000596f commit 91fd1a4Copy full SHA for 91fd1a4
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>1.9.8.RELEASE</version>
+ <version>1.9.9.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -313,8 +313,8 @@
313
314
<repositories>
315
<repository>
316
- <id>spring-libs-release</id>
317
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
318
</repository>
319
</repositories>
320
0 commit comments