We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b020d5 commit a861600Copy full SHA for a861600
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.springframework.data.build</groupId>
27
<artifactId>spring-data-parent</artifactId>
28
- <version>3.4.4</version>
+ <version>3.4.5-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -380,8 +380,20 @@
380
</profiles>
381
382
<repositories>
383
-
384
+ <repository>
+ <id>spring-snapshot</id>
385
+ <url>https://repo.spring.io/snapshot</url>
386
+ <snapshots>
387
+ <enabled>true</enabled>
388
+ </snapshots>
389
+ <releases>
390
+ <enabled>false</enabled>
391
+ </releases>
392
+ </repository>
393
394
+ <id>spring-milestone</id>
395
+ <url>https://repo.spring.io/milestone</url>
396
397
</repositories>
398
399
</project>
0 commit comments