We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5685ae commit 385376cCopy full SHA for 385376c
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.7.RELEASE</version>
+ <version>2.3.8.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.20</neo4j.ogm.version>
45
- <springdata.commons>2.3.7.RELEASE</springdata.commons>
+ <springdata.commons>2.3.8.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