Skip to content

Commit

Permalink
DATACOUCH-397 - Prepare 3.0.10 (Kay SR10).
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Sep 10, 2018
1 parent 02c1500 commit 6da6871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.BUILD-SNAPSHOT</version>
<version>2.0.10.RELEASE</version>
</parent>

<properties>
<couchbase>2.4.6</couchbase>
<couchbase.osgi>2.4.6</couchbase.osgi>
<springdata.commons>2.0.10.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.0.10.RELEASE</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-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/notice.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Spring Data Couchbase 3.0.9
Spring Data Couchbase 3.0.10
Copyright (c) [2013-2016] Couchbase / Pivotal Software, Inc.

This product is licensed to you under the Apache License, Version 2.0 (the "License").
Expand Down

0 comments on commit 6da6871

Please sign in to comment.