We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63c8f2 commit 47a1f07Copy full SHA for 47a1f07
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.springframework.data.build</groupId>
27
<artifactId>spring-data-parent</artifactId>
28
- <version>3.5.0-M1</version>
+ <version>3.5.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -380,6 +380,16 @@
380
</profiles>
381
382
<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>
393
<repository>
394
<id>spring-milestone</id>
395
<url>https://repo.spring.io/milestone</url>
0 commit comments