We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783e307 commit e003e4cCopy full SHA for e003e4c
pom.xml
@@ -14,13 +14,13 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>2.6.0</version>
+ <version>2.7.0-SNAPSHOT</version>
18
</parent>
19
20
<properties>
21
<couchbase>3.2.3</couchbase>
22
<couchbase.osgi>3.2.3</couchbase.osgi>
23
- <springdata.commons>2.6.0</springdata.commons>
+ <springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
24
<java-module-name>spring.data.couchbase</java-module-name>
25
</properties>
26
@@ -217,8 +217,8 @@
217
218
<repositories>
219
<repository>
220
- <id>spring-libs-release</id>
221
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
222
</repository>
223
224
<id>sonatype-snapshot</id>
0 commit comments