Skip to content

Commit c832764

Browse files
committed
Prepare 5.0 M1 (2022.0.0).
See #1289
1 parent f1575d0 commit c832764

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -15,13 +14,13 @@
1514
<parent>
1615
<groupId>org.springframework.data.build</groupId>
1716
<artifactId>spring-data-parent</artifactId>
18-
<version>3.0.0-SNAPSHOT</version>
17+
<version>3.0.0-M1</version>
1918
</parent>
2019

2120
<properties>
2221
<couchbase>3.2.4</couchbase>
2322
<couchbase.osgi>3.2.4</couchbase.osgi>
24-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
23+
<springdata.commons>3.0.0-M1</springdata.commons>
2524
<java-module-name>spring.data.couchbase</java-module-name>
2625
<jodatime>2.10.13</jodatime>
2726
<jakarta.validation>3.0.1</jakarta.validation>
@@ -214,8 +213,8 @@
214213

215214
<repositories>
216215
<repository>
217-
<id>spring-libs-snapshot</id>
218-
<url>https://repo.spring.io/libs-snapshot</url>
216+
<id>spring-libs-milestone</id>
217+
<url>https://repo.spring.io/libs-milestone</url>
219218
</repository>
220219
<repository>
221220
<id>sonatype-snapshot</id>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Couchbase 4.3 RC1 (2021.1.0)
1+
Spring Data Couchbase 5.0 M1 (2022.0.0)
22
Copyright (c) [2013-2019] Couchbase / Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -29,5 +29,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2929

3030

3131

32+
3233

3334

0 commit comments

Comments
 (0)