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 642f76f commit 510d4b0Copy full SHA for 510d4b0
pom.xml
@@ -12,12 +12,12 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.7.9</version>
+ <version>2.7.10-SNAPSHOT</version>
16
<relativePath/>
17
</parent>
18
19
<properties>
20
- <springdata.commons>2.7.9</springdata.commons>
+ <springdata.commons>2.7.10-SNAPSHOT</springdata.commons>
21
<java-module-name>spring.data.keyvalue</java-module-name>
22
</properties>
23
@@ -91,8 +91,8 @@
91
92
<repositories>
93
<repository>
94
- <id>spring-libs-release</id>
95
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
96
</repository>
97
</repositories>
98
0 commit comments