We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ac955 commit acda9f1Copy full SHA for acda9f1
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.8</version>
+ <version>2.4.9-SNAPSHOT</version>
16
<relativePath/>
17
</parent>
18
19
<properties>
20
- <springdata.commons>2.4.8</springdata.commons>
+ <springdata.commons>2.4.9-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