We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bf892 commit ea6f90cCopy full SHA for ea6f90c
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.data.build</groupId>
8
<artifactId>spring-data-parent</artifactId>
9
- <version>2.5.8</version>
+ <version>2.5.9-SNAPSHOT</version>
10
</parent>
11
12
<groupId>org.springframework.data</groupId>
@@ -98,13 +98,13 @@
98
<hppc.version>0.5.4</hppc.version>
99
<multithreadedtc.version>1.01</multithreadedtc.version>
100
<project.type>multi</project.type>
101
- <springdata.commons>2.5.8</springdata.commons>
+ <springdata.commons>2.5.9-SNAPSHOT</springdata.commons>
102
</properties>
103
104
<repositories>
105
<repository>
106
- <id>spring-libs-release</id>
107
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
108
</repository>
109
</repositories>
110
0 commit comments