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