We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727af36 commit c80a334Copy full SHA for c80a334
pom.xml
@@ -15,12 +15,12 @@
15
<parent>
16
<groupId>org.springframework.data.build</groupId>
17
<artifactId>spring-data-parent</artifactId>
18
- <version>2.2.0.M3</version>
+ <version>2.2.0.BUILD-SNAPSHOT</version>
19
</parent>
20
21
<properties>
22
<dist.id>spring-data-jdbc</dist.id>
23
- <springdata.commons>2.2.0.M3</springdata.commons>
+ <springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
24
<assertj>3.6.2</assertj>
25
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
26
@@ -250,8 +250,8 @@
250
251
<repositories>
252
<repository>
253
- <id>spring-libs-milestone</id>
254
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
255
</repository>
256
</repositories>
257
0 commit comments