We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b35aa5 commit 57c259fCopy full SHA for 57c259f
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-RC1</version>
+ <version>3.2.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -367,6 +367,16 @@
367
</profiles>
368
369
<repositories>
370
+ <repository>
371
+ <id>spring-snapshot</id>
372
+ <url>https://repo.spring.io/snapshot</url>
373
+ <snapshots>
374
+ <enabled>true</enabled>
375
+ </snapshots>
376
+ <releases>
377
+ <enabled>false</enabled>
378
+ </releases>
379
+ </repository>
380
<repository>
381
<id>spring-milestone</id>
382
<url>https://repo.spring.io/milestone</url>
0 commit comments