We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1e73e commit dd15059Copy full SHA for dd15059
pom.xml
@@ -12,12 +12,12 @@
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
<relativePath/>
17
</parent>
18
19
<properties>
20
- <springdata.commons>2.2.13.RELEASE</springdata.commons>
+ <springdata.commons>2.2.14.BUILD-SNAPSHOT</springdata.commons>
21
<java-module-name>spring.data.keyvalue</java-module-name>
22
</properties>
23
@@ -111,8 +111,8 @@
111
112
<repositories>
113
<repository>
114
- <id>spring-libs-release</id>
115
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
116
</repository>
117
</repositories>
118
0 commit comments