We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ad2fc commit d6677ccCopy full SHA for d6677cc
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.4.11</version>
+ <version>2.4.12-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -358,8 +358,8 @@
358
359
<repositories>
360
<repository>
361
- <id>spring-libs-release</id>
362
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
363
</repository>
364
</repositories>
365
0 commit comments