Skip to content

Commit 251ff2f

Browse files
committed
DATAJDBC-562 - After release cleanups.
1 parent 633a1d7 commit 251ff2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>2.1.19.RELEASE</version>
17+
<version>2.1.20.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
2121

2222
<dist.key>DATAJDBC</dist.key>
2323

24-
<springdata.commons>2.1.19.RELEASE</springdata.commons>
24+
<springdata.commons>2.1.20.BUILD-SNAPSHOT</springdata.commons>
2525
<java-module-name>spring.data.jdbc</java-module-name>
2626
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2727

@@ -331,8 +331,8 @@
331331

332332
<repositories>
333333
<repository>
334-
<id>spring-libs-release</id>
335-
<url>https://repo.spring.io/libs-release</url>
334+
<id>spring-libs-snapshot</id>
335+
<url>https://repo.spring.io/libs-snapshot</url>
336336
</repository>
337337
</repositories>
338338

0 commit comments

Comments
 (0)