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 6f5327b commit 8f42998Copy full SHA for 8f42998
pom.xml
@@ -14,11 +14,11 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>2.6.9</version>
+ <version>2.6.10-SNAPSHOT</version>
18
</parent>
19
20
<properties>
21
- <springdata.keyvalue>2.6.9</springdata.keyvalue>
+ <springdata.keyvalue>2.6.10-SNAPSHOT</springdata.keyvalue>
22
<awaitility>4.0.2</awaitility>
23
<jta>1.1</jta>
24
<beanutils>1.9.4</beanutils>
@@ -318,8 +318,8 @@
318
319
<repositories>
320
<repository>
321
- <id>spring-libs-release</id>
322
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
323
</repository>
324
</repositories>
325
0 commit comments