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 3d9146c commit e6beb5eCopy full SHA for e6beb5e
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.4.0-M1</version>
+ <version>2.4.0-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -376,8 +376,8 @@
376
377
<repositories>
378
<repository>
379
- <id>spring-libs-milestone</id>
380
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
381
</repository>
382
</repositories>
383
0 commit comments