Skip to content

Commit 75aa327

Browse files
After release cleanups.
See #563
1 parent fcd526b commit 75aa327

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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.7.0-M2</version>
9+
<version>2.7.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -49,15 +49,15 @@
4949
<log4j.version>2.16.0</log4j.version>
5050
<multithreadedtc.version>1.01</multithreadedtc.version>
5151
<snappy.version>0.4</snappy.version>
52-
<springdata.commons>2.7.0-M2</springdata.commons>
52+
<springdata.commons>2.7.0-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-milestone</id>
60-
<url>https://repo.spring.io/libs-milestone</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)