Skip to content

Commit 385376c

Browse files
After release cleanups.
See #2024
1 parent b5685ae commit 385376c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.springframework.data.build</groupId>
3030
<artifactId>spring-data-parent</artifactId>
31-
<version>2.3.7.RELEASE</version>
31+
<version>2.3.8.BUILD-SNAPSHOT</version>
3232
</parent>
3333

3434
<modules>
@@ -42,7 +42,7 @@
4242
<project.type>multi</project.type>
4343

4444
<neo4j.ogm.version>3.2.20</neo4j.ogm.version>
45-
<springdata.commons>2.3.7.RELEASE</springdata.commons>
45+
<springdata.commons>2.3.8.BUILD-SNAPSHOT</springdata.commons>
4646
</properties>
4747

4848
<developers>
@@ -197,8 +197,8 @@
197197

198198
<repositories>
199199
<repository>
200-
<id>spring-libs-release</id>
201-
<url>https://repo.spring.io/libs-release</url>
200+
<id>spring-libs-snapshot</id>
201+
<url>https://repo.spring.io/libs-snapshot</url>
202202
</repository>
203203
</repositories>
204204

0 commit comments

Comments
 (0)