We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9160bba commit 9b2e898Copy full SHA for 9b2e898
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.springframework.data.build</groupId>
27
<artifactId>spring-data-parent</artifactId>
28
- <version>3.2.0-M3</version>
+ <version>3.2.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -382,6 +382,16 @@
382
</profiles>
383
384
<repositories>
385
+ <repository>
386
+ <id>spring-snapshot</id>
387
+ <url>https://repo.spring.io/snapshot</url>
388
+ <snapshots>
389
+ <enabled>true</enabled>
390
+ </snapshots>
391
+ <releases>
392
+ <enabled>false</enabled>
393
+ </releases>
394
+ </repository>
395
<repository>
396
<id>spring-milestone</id>
397
<url>https://repo.spring.io/milestone</url>
0 commit comments