We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c25cc7 commit c9decafCopy full SHA for c9decaf
pom.xml
@@ -14,13 +14,13 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>2.5.8</version>
+ <version>2.5.9-SNAPSHOT</version>
18
</parent>
19
20
<properties>
21
<couchbase>3.1.7</couchbase>
22
<couchbase.osgi>3.1.7</couchbase.osgi>
23
- <springdata.commons>2.5.8</springdata.commons>
+ <springdata.commons>2.5.9-SNAPSHOT</springdata.commons>
24
<java-module-name>spring.data.couchbase</java-module-name>
25
</properties>
26
@@ -203,8 +203,8 @@
203
204
<repositories>
205
<repository>
206
- <id>spring-libs-release</id>
207
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
208
</repository>
209
210
<id>sonatype-snapshot</id>
0 commit comments