We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a12da commit baa3d66Copy full SHA for baa3d66
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.4</version>
+ <version>3.2.5-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -384,8 +384,20 @@
384
</profiles>
385
386
<repositories>
387
-
388
+ <repository>
+ <id>spring-snapshot</id>
389
+ <url>https://repo.spring.io/snapshot</url>
390
+ <snapshots>
391
+ <enabled>true</enabled>
392
+ </snapshots>
393
+ <releases>
394
+ <enabled>false</enabled>
395
+ </releases>
396
+ </repository>
397
398
+ <id>spring-milestone</id>
399
+ <url>https://repo.spring.io/milestone</url>
400
401
</repositories>
402
403
</project>
0 commit comments