Skip to content

Commit ad49640

Browse files
committed
Prepare 5.2 RC1 (2023.1.0).
See #1831
1 parent afaf2ec commit ad49640

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

pom.xml

+2-12
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>3.2.0-SNAPSHOT</version>
17+
<version>3.2.0-RC1</version>
1818
</parent>
1919

2020
<properties>
2121
<couchbase>3.4.11</couchbase>
2222
<couchbase.osgi>3.4.11</couchbase.osgi>
23-
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
23+
<springdata.commons>3.2.0-RC1</springdata.commons>
2424
<java-module-name>spring.data.couchbase</java-module-name>
2525
<hibernate.validator>7.0.1.Final</hibernate.validator>
2626
<mysema.querydsl>3.7.4</mysema.querydsl>
@@ -345,16 +345,6 @@
345345
</profiles>
346346

347347
<repositories>
348-
<repository>
349-
<id>spring-snapshot</id>
350-
<url>https://repo.spring.io/snapshot</url>
351-
<snapshots>
352-
<enabled>true</enabled>
353-
</snapshots>
354-
<releases>
355-
<enabled>false</enabled>
356-
</releases>
357-
</repository>
358348
<repository>
359349
<id>spring-milestone</id>
360350
<url>https://repo.spring.io/milestone</url>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Couchbase 5.2 M3 (2023.1.0)
1+
Spring Data Couchbase 5.2 RC1 (2023.1.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").
@@ -45,5 +45,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4545

4646

4747

48+
4849

4950

0 commit comments

Comments
 (0)