We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522afa5 commit c650119Copy full SHA for c650119
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-M2</version>
+ <version>3.2.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -386,6 +386,16 @@
386
</build>
387
388
<repositories>
389
+ <repository>
390
+ <id>spring-snapshot</id>
391
+ <url>https://repo.spring.io/snapshot</url>
392
+ <snapshots>
393
+ <enabled>true</enabled>
394
+ </snapshots>
395
+ <releases>
396
+ <enabled>false</enabled>
397
+ </releases>
398
+ </repository>
399
<repository>
400
<id>spring-milestone</id>
401
<url>https://repo.spring.io/milestone</url>
0 commit comments