We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcc16e commit 22eab8aCopy full SHA for 22eab8a
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.springframework.data.build</groupId>
27
<artifactId>spring-data-parent</artifactId>
28
- <version>3.5.5</version>
+ <version>3.5.6-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -387,8 +387,20 @@
387
</profiles>
388
389
<repositories>
390
-
391
+ <repository>
+ <id>spring-snapshot</id>
392
+ <url>https://repo.spring.io/snapshot</url>
393
+ <snapshots>
394
+ <enabled>true</enabled>
395
+ </snapshots>
396
+ <releases>
397
+ <enabled>false</enabled>
398
+ </releases>
399
+ </repository>
400
401
+ <id>spring-milestone</id>
402
+ <url>https://repo.spring.io/milestone</url>
403
404
</repositories>
405
406
</project>
0 commit comments