Skip to content

Commit be35be0

Browse files
committed
After release cleanups.
See spring-projects#510
1 parent f86f488 commit be35be0

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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.5.2</version>
9+
<version>2.5.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -49,14 +49,14 @@
4949
<log4j.version>2.12.1</log4j.version>
5050
<multithreadedtc.version>1.01</multithreadedtc.version>
5151
<snappy.version>0.4</snappy.version>
52-
<springdata.commons>2.5.2</springdata.commons>
52+
<springdata.commons>2.5.3-SNAPSHOT</springdata.commons>
5353
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5454
</properties>
5555

5656
<repositories>
5757
<repository>
58-
<id>spring-libs-release</id>
59-
<url>https://repo.spring.io/libs-release</url>
58+
<id>spring-libs-snapshot</id>
59+
<url>https://repo.spring.io/libs-snapshot</url>
6060
</repository>
6161
<repository>
6262
<id>geode-snapshot</id>

0 commit comments

Comments
 (0)