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 fb32ef8 commit daaa16fCopy full SHA for daaa16f
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.2.0.M1</version>
+ <version>2.2.0.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -396,8 +396,8 @@
396
397
<repositories>
398
<repository>
399
- <id>spring-libs-milestone</id>
400
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
401
</repository>
402
</repositories>
403
0 commit comments