We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42585f7 commit de0dd63Copy full SHA for de0dd63
pom.xml
@@ -15,12 +15,12 @@
15
<parent>
16
<groupId>org.springframework.data.build</groupId>
17
<artifactId>spring-data-parent</artifactId>
18
- <version>2.4.10</version>
+ <version>2.4.11-SNAPSHOT</version>
19
</parent>
20
21
<properties>
22
<dist.id>spring-data-jdbc</dist.id>
23
- <springdata.commons>2.4.10</springdata.commons>
+ <springdata.commons>2.4.11-SNAPSHOT</springdata.commons>
24
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
25
26
<!-- dependency versions -->
@@ -277,8 +277,8 @@
277
278
<repositories>
279
<repository>
280
- <id>spring-libs-release</id>
281
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
282
</repository>
283
</repositories>
284
0 commit comments