Skip to content

Commit 1cda216

Browse files
committedFeb 17, 2021
After release cleanups.
See #2255
1 parent 58c81a8 commit 1cda216

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.2.13.RELEASE</version>
15+
<version>2.2.14.BUILD-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>
@@ -371,8 +371,8 @@
371371

372372
<repositories>
373373
<repository>
374-
<id>spring-libs-release</id>
375-
<url>https://repo.spring.io/libs-release</url>
374+
<id>spring-libs-snapshot</id>
375+
<url>https://repo.spring.io/libs-snapshot</url>
376376
</repository>
377377
</repositories>
378378

0 commit comments

Comments
 (0)
Please sign in to comment.