We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f1ad5 commit 18e2d0eCopy full SHA for 18e2d0e
1 file changed
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.springframework.data.build</groupId>
27
<artifactId>spring-data-parent</artifactId>
28
- <version>4.1.0-RC1</version>
+ <version>4.1.0-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -465,8 +465,20 @@
465
</profiles>
466
467
<repositories>
468
-
469
+ <repository>
+ <id>spring-snapshot</id>
470
+ <url>https://repo.spring.io/snapshot</url>
471
+ <snapshots>
472
+ <enabled>true</enabled>
473
+ </snapshots>
474
+ <releases>
475
+ <enabled>false</enabled>
476
+ </releases>
477
+ </repository>
478
479
+ <id>spring-milestone</id>
480
+ <url>https://repo.spring.io/milestone</url>
481
482
</repositories>
483
484
</project>
0 commit comments