DATACOUCH-512 - Prepare 4.0 RC1 (Neumann).

This commit is contained in:
Mark Paluch
2020-03-31 14:59:20 +02:00
parent 6242c84895
commit a8de6ad112
2 changed files with 12 additions and 7 deletions

16
pom.xml
View File

@@ -14,13 +14,13 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.3.0.RC1</version>
</parent>
<properties>
<couchbase>3.0.2</couchbase>
<couchbase.osgi>3.0.2</couchbase.osgi>
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.3.0.RC1</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>
@@ -190,14 +190,18 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
<repository>
<id>sonatype-snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>jitpack.io</id>

View File

@@ -1,4 +1,4 @@
Spring Data Couchbase 4.0 M4
Spring Data Couchbase 4.0 RC1
Copyright (c) [2013-2019] Couchbase / Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -12,3 +12,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.