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 4fb0cf0 commit d3859f1Copy full SHA for d3859f1
pom.xml
@@ -15,11 +15,11 @@
15
<parent>
16
<groupId>org.springframework.data.build</groupId>
17
<artifactId>spring-data-parent</artifactId>
18
- <version>2.2.0.M2</version>
+ <version>2.2.0.BUILD-SNAPSHOT</version>
19
</parent>
20
21
<properties>
22
- <springdata.commons>2.2.0.M2</springdata.commons>
+ <springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
23
<assertj>3.6.2</assertj>
24
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
25
@@ -249,8 +249,8 @@
249
250
<repositories>
251
<repository>
252
- <id>spring-libs-milestone</id>
253
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
254
</repository>
255
</repositories>
256
0 commit comments