Skip to content

Commit

Permalink
DATACOUCH-397 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Sep 10, 2018
1 parent 8cc59f2 commit 4ae6008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.0.10.RELEASE</version>
<version>2.0.11.BUILD-SNAPSHOT</version>
</parent>

<properties>
<couchbase>2.4.6</couchbase>
<couchbase.osgi>2.4.6</couchbase.osgi>
<springdata.commons>2.0.10.RELEASE</springdata.commons>
<springdata.commons>2.0.11.BUILD-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>

Expand Down Expand Up @@ -161,8 +161,8 @@

<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

Expand Down

0 comments on commit 4ae6008

Please sign in to comment.