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 7a96835 commit 29aaef8Copy full SHA for 29aaef8
pom.xml
@@ -12,11 +12,11 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.2.13.RELEASE</version>
+ <version>2.2.14.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
19
- <springdata.keyvalue>2.2.13.RELEASE</springdata.keyvalue>
+ <springdata.keyvalue>2.2.14.BUILD-SNAPSHOT</springdata.keyvalue>
20
<jta>1.1</jta>
21
<beanutils>1.9.2</beanutils>
22
<xstream>1.4.15</xstream>
@@ -291,8 +291,8 @@
291
292
<repositories>
293
<repository>
294
- <id>spring-libs-release</id>
295
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
296
</repository>
297
</repositories>
298
0 commit comments