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