Skip to content

Commit b117fe1

Browse files
committed
After release cleanups.
See #2495
1 parent 4403905 commit b117fe1

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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.data.build</groupId>
2424
<artifactId>spring-data-parent</artifactId>
25-
<version>2.5.12</version>
25+
<version>2.5.13-SNAPSHOT</version>
2626
</parent>
2727

2828
<properties>
@@ -34,7 +34,7 @@
3434
<mockito>3.11.1</mockito>
3535
<vavr>0.10.3</vavr>
3636
<hibernate.groupId>org.hibernate</hibernate.groupId>
37-
<springdata.commons>2.5.12</springdata.commons>
37+
<springdata.commons>2.5.13-SNAPSHOT</springdata.commons>
3838

3939
<java-module-name>spring.data.jpa</java-module-name>
4040

@@ -471,8 +471,8 @@
471471

472472
<repositories>
473473
<repository>
474-
<id>spring-libs-release</id>
475-
<url>https://repo.spring.io/libs-release</url>
474+
<id>spring-libs-snapshot</id>
475+
<url>https://repo.spring.io/libs-snapshot</url>
476476
</repository>
477477
</repositories>
478478

0 commit comments

Comments
 (0)