Skip to content

Commit f019f94

Browse files
committed
After release cleanups.
See #2907
1 parent 5f16030 commit f019f94

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>3.1.4</version>
28+
<version>3.1.5-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -365,8 +365,20 @@
365365
</build>
366366

367367
<repositories>
368-
369-
368+
<repository>
369+
<id>spring-snapshot</id>
370+
<url>https://repo.spring.io/snapshot</url>
371+
<snapshots>
372+
<enabled>true</enabled>
373+
</snapshots>
374+
<releases>
375+
<enabled>false</enabled>
376+
</releases>
377+
</repository>
378+
<repository>
379+
<id>spring-milestone</id>
380+
<url>https://repo.spring.io/milestone</url>
381+
</repository>
370382
</repositories>
371383

372384
</project>

0 commit comments

Comments
 (0)