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 a26ef5f commit e92eee6Copy full SHA for e92eee6
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.6.7</version>
+ <version>2.6.8-SNAPSHOT</version>
16
</parent>
17
18
<properties>
@@ -385,8 +385,8 @@
385
386
<repositories>
387
<repository>
388
- <id>spring-libs-release</id>
389
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
390
</repository>
391
</repositories>
392
0 commit comments