Skip to content

Commit 47a1f07

Browse files
committed
After release cleanups.
See #3205
1 parent b63c8f2 commit 47a1f07

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-parent</artifactId>
28-
<version>3.5.0-M1</version>
28+
<version>3.5.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -380,6 +380,16 @@
380380
</profiles>
381381

382382
<repositories>
383+
<repository>
384+
<id>spring-snapshot</id>
385+
<url>https://repo.spring.io/snapshot</url>
386+
<snapshots>
387+
<enabled>true</enabled>
388+
</snapshots>
389+
<releases>
390+
<enabled>false</enabled>
391+
</releases>
392+
</repository>
383393
<repository>
384394
<id>spring-milestone</id>
385395
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)