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 6a1b639 commit 734b85cCopy full SHA for 734b85c
pom.xml
@@ -12,13 +12,13 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>1.9.0.M1</version>
+ <version>1.9.0.BUILD-SNAPSHOT</version>
16
<relativePath/>
17
</parent>
18
19
<properties>
20
<dist.key>DATAKV</dist.key>
21
- <springdata.commons>1.13.0.M1</springdata.commons>
+ <springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
22
</properties>
23
24
<dependencies>
@@ -130,8 +130,8 @@
130
131
<repositories>
132
<repository>
133
- <id>spring-libs-milestone</id>
134
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
135
</repository>
136
</repositories>
137
0 commit comments