We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc8041 commit b8f913bCopy full SHA for b8f913b
pom.xml
@@ -12,12 +12,12 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.4.9</version>
+ <version>2.4.10-SNAPSHOT</version>
16
<relativePath/>
17
</parent>
18
19
<properties>
20
- <springdata.commons>2.4.9</springdata.commons>
+ <springdata.commons>2.4.10-SNAPSHOT</springdata.commons>
21
<java-module-name>spring.data.keyvalue</java-module-name>
22
</properties>
23
@@ -90,8 +90,8 @@
90
91
<repositories>
92
<repository>
93
- <id>spring-libs-release</id>
94
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
95
</repository>
96
</repositories>
97
0 commit comments