We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d174a commit 3236882Copy full SHA for 3236882
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.2</version>
+ <version>3.2.3-SNAPSHOT</version>
29
</parent>
30
31
<properties>
@@ -379,8 +379,20 @@
379
</profiles>
380
381
<repositories>
382
-
383
+ <repository>
+ <id>spring-snapshot</id>
384
+ <url>https://repo.spring.io/snapshot</url>
385
+ <snapshots>
386
+ <enabled>true</enabled>
387
+ </snapshots>
388
+ <releases>
389
+ <enabled>false</enabled>
390
+ </releases>
391
+ </repository>
392
393
+ <id>spring-milestone</id>
394
+ <url>https://repo.spring.io/milestone</url>
395
396
</repositories>
397
398
</project>
0 commit comments