Skip to content

Commit 8981176

Browse files
mp911dejxblum
authored andcommitted
After release cleanups.
See #560
1 parent 2de65be commit 8981176

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>3.0.0-M1</version>
9+
<version>3.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -49,7 +49,7 @@
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>3.0.0-M1</springdata.commons>
52+
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
5353
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5454
</properties>
5555

@@ -95,8 +95,8 @@
9595
<repositories>
9696

9797
<repository>
98-
<id>spring-libs-milestone</id>
99-
<url>https://repo.spring.io/libs-milestone</url>
98+
<id>spring-libs-snapshot</id>
99+
<url>https://repo.spring.io/libs-snapshot</url>
100100
</repository>
101101

102102
<repository>

0 commit comments

Comments
 (0)