We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0431f37 commit 7f8d9e8Copy full SHA for 7f8d9e8
pom.xml
@@ -14,7 +14,7 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>2.5.8</version>
+ <version>2.5.9-SNAPSHOT</version>
18
</parent>
19
20
<properties>
@@ -26,7 +26,7 @@
26
<mockito>3.11.1</mockito>
27
<vavr>0.10.3</vavr>
28
<hibernate.groupId>org.hibernate</hibernate.groupId>
29
- <springdata.commons>2.5.8</springdata.commons>
+ <springdata.commons>2.5.9-SNAPSHOT</springdata.commons>
30
31
<java-module-name>spring.data.jpa</java-module-name>
32
@@ -463,8 +463,8 @@
463
464
<repositories>
465
<repository>
466
- <id>spring-libs-release</id>
467
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
468
</repository>
469
</repositories>
470
0 commit comments