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 6ed5f52 commit b5d96b8Copy full SHA for b5d96b8
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.1</version>
+ <version>2.4.2-SNAPSHOT</version>
18
</parent>
19
20
<properties>
21
<couchbase>3.0.9</couchbase>
22
<couchbase.osgi>3.0.9</couchbase.osgi>
23
- <springdata.commons>2.4.1</springdata.commons>
+ <springdata.commons>2.4.2-SNAPSHOT</springdata.commons>
24
<java-module-name>spring.data.couchbase</java-module-name>
25
</properties>
26
@@ -184,8 +184,8 @@
184
185
<repositories>
186
<repository>
187
- <id>spring-libs-release</id>
188
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
189
</repository>
190
191
<id>sonatype-snapshot</id>
0 commit comments