We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9277797 commit 4434a0fCopy full SHA for 4434a0f
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.RELEASE</version>
+ <version>2.3.0.BUILD-SNAPSHOT</version>
19
</parent>
20
21
<properties>
22
<dist.id>spring-data-jdbc</dist.id>
23
- <springdata.commons>2.2.0.RELEASE</springdata.commons>
+ <springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
24
<assertj>3.6.2</assertj>
25
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
26
@@ -198,8 +198,8 @@
198
199
<repositories>
200
<repository>
201
- <id>spring-libs-release</id>
202
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
203
</repository>
204
</repositories>
205
0 commit comments