We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f83b4 commit 7d7f194Copy full SHA for 7d7f194
pom.xml
@@ -14,13 +14,13 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>2.4.5</version>
+ <version>2.4.6-SNAPSHOT</version>
18
</parent>
19
20
<properties>
21
<couchbase>3.0.10</couchbase>
22
<couchbase.osgi>3.0.10</couchbase.osgi>
23
- <springdata.commons>2.4.5</springdata.commons>
+ <springdata.commons>2.4.6-SNAPSHOT</springdata.commons>
24
<java-module-name>spring.data.couchbase</java-module-name>
25
</properties>
26
@@ -209,8 +209,8 @@
209
210
<repositories>
211
<repository>
212
- <id>spring-libs-release</id>
213
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
214
</repository>
215
216
<id>sonatype-snapshot</id>
0 commit comments