Skip to content

Commit ca38367

Browse files
After release cleanups.
See #551
1 parent 2edc08c commit ca38367

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.6.1</version>
9+
<version>2.6.2-SNAPSHOT</version>
1010
</parent>
1111

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

5656
<repositories>
5757

5858
<repository>
59-
<id>spring-libs-release</id>
60-
<url>https://repo.spring.io/libs-release</url>
59+
<id>spring-libs-snapshot</id>
60+
<url>https://repo.spring.io/libs-snapshot</url>
6161
</repository>
6262

6363
<repository>

0 commit comments

Comments
 (0)