Skip to content

Commit 87ec42b

Browse files
committed
After release cleanups.
See #3276
1 parent d2be802 commit 87ec42b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pom.xml

+15-3
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>4.0.0-M3</version>
28+
<version>4.0.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -381,8 +381,20 @@
381381
</profiles>
382382

383383
<repositories>
384-
385-
384+
<repository>
385+
<id>spring-snapshot</id>
386+
<url>https://repo.spring.io/snapshot</url>
387+
<snapshots>
388+
<enabled>true</enabled>
389+
</snapshots>
390+
<releases>
391+
<enabled>false</enabled>
392+
</releases>
393+
</repository>
394+
<repository>
395+
<id>spring-milestone</id>
396+
<url>https://repo.spring.io/milestone</url>
397+
</repository>
386398
</repositories>
387399

388400
</project>

0 commit comments

Comments
 (0)