We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d667beb commit 2380824Copy full SHA for 2380824
pom.xml
@@ -28,7 +28,7 @@
28
<parent>
29
<groupId>org.springframework.data.build</groupId>
30
<artifactId>spring-data-parent</artifactId>
31
- <version>2.3.9.RELEASE</version>
+ <version>2.3.10.BUILD-SNAPSHOT</version>
32
</parent>
33
34
<modules>
@@ -42,7 +42,7 @@
42
<project.type>multi</project.type>
43
44
<neo4j.ogm.version>3.2.21</neo4j.ogm.version>
45
- <springdata.commons>2.3.9.RELEASE</springdata.commons>
+ <springdata.commons>2.3.10.BUILD-SNAPSHOT</springdata.commons>
46
</properties>
47
48
<developers>
@@ -197,8 +197,8 @@
197
198
<repositories>
199
<repository>
200
- <id>spring-libs-release</id>
201
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
202
</repository>
203
</repositories>
204
0 commit comments