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 8f31a4e commit d09391cCopy full SHA for d09391c
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.2.0.RELEASE</version>
+ <version>2.3.0.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -371,8 +371,8 @@
371
372
<repositories>
373
<repository>
374
- <id>spring-libs-release</id>
375
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
376
</repository>
377
</repositories>
378
0 commit comments